]> git.sesse.net Git - vlc/blob - contrib/src/bpg/pic.patch
contrib: add bpg
[vlc] / contrib / src / bpg / pic.patch
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 @@
4  
5  PWD:=$(shell pwd)
6  
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+=-Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer
9  CFLAGS+=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT
10  CFLAGS+=-I.
11  CFLAGS+=-DCONFIG_BPG_VERSION=\"$(shell cat VERSION)\"