vlc | branch: master | Rafaël Carré <[email protected]> | 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

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to