[vlc-commits] contrib: bpg: include . before contrib
Tristan Matthews
git at videolan.org
Sat Nov 3 20:42:00 CET 2018
vlc | branch: master | Tristan Matthews <tmatth at videolan.org> | Sat Nov 3 14:21:03 2018 -0400| [7793f730cb2b98089fac9b1ed2912dd974004704] | committer: Tristan Matthews
contrib: bpg: include . before contrib
This avoids clashing with bpg's local libavutil.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7793f730cb2b98089fac9b1ed2912dd974004704
---
contrib/src/bpg/pic.patch | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/contrib/src/bpg/pic.patch b/contrib/src/bpg/pic.patch
index a392b0ef2e..69621a20ae 100644
--- a/contrib/src/bpg/pic.patch
+++ b/contrib/src/bpg/pic.patch
@@ -5,7 +5,6 @@
PWD:=$(shell pwd)
-CFLAGS:=-Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer
-+CFLAGS+=-Os -Wall -MMD -fno-asynchronous-unwind-tables -fdata-sections -ffunction-sections -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -fomit-frame-pointer
++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}
CFLAGS+=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT
- CFLAGS+=-I.
CFLAGS+=-DCONFIG_BPG_VERSION=\"$(shell cat VERSION)\"
More information about the vlc-commits
mailing list