[vlc-commits] contrib: postproc: simplify cflags
Rafaël Carré
git at videolan.org
Thu Jan 3 18:02:47 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Jan 3 17:52:56 2013 +0100| [398ad0ee084eefe5b3f65cd65b432398f0b6c02f] | committer: Rafaël Carré
contrib: postproc: simplify cflags
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=398ad0ee084eefe5b3f65cd65b432398f0b6c02f
---
contrib/src/postproc/rules.mak | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/contrib/src/postproc/rules.mak b/contrib/src/postproc/rules.mak
index a26ba89..96c968d 100644
--- a/contrib/src/postproc/rules.mak
+++ b/contrib/src/postproc/rules.mak
@@ -76,8 +76,6 @@ ifdef HAVE_WINCE
POSTPROCCONF += --target-os=mingw32ce --arch=armv4l --cpu=armv4t
endif
-POSTPROC_CFLAGS += --std=gnu99
-
# Build
ifdef GPL
@@ -107,7 +105,7 @@ endif
.postproc: postproc
cd $< && $(HOSTVARS) ./configure \
- --extra-cflags="$(POSTPROC_CFLAGS) -DHAVE_STDINT_H" \
+ --extra-cflags="--std=gnu99 $(EXTRA_CFLAGS) -DHAVE_STDINT_H" \
--extra-ldflags="$(LDFLAGS)" $(POSTPROCCONF) \
--prefix="$(PREFIX)" --enable-static --disable-shared
cd $< && $(MAKE) install-libs install-headers
More information about the vlc-commits
mailing list