extras: ci: update Android image and NDK (21)
[vlc.git] / contrib / src / bpg / pic.patch
blob69621a20aed268639e4e709a08b3a8e1ca85b0b5
1 --- libbpg-0.9.4/Makefile.old 2015-01-07 15:41:29.030598098 -0500
2 +++ libbpg-0.9.4/Makefile 2015-01-07 15:51:18.146608993 -0500
3 @@ -36,7 +36,7 @@
5 PWD:=$(shell pwd)
7 -CFLAGS:=-Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer
8 +CFLAGS:=-I. -Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer ${CFLAGS}
9 CFLAGS+=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT
10 CFLAGS+=-DCONFIG_BPG_VERSION=\"$(shell cat VERSION)\"