]> git.pld-linux.org Git - packages/gstreamer.git/blob - gstreamer-Werror.patch
- fixed Werror warning
[packages/gstreamer.git] / gstreamer-Werror.patch
1 diff -urN gstreamer-0.6.3.orig/configure.ac gstreamer-0.6.3/configure.ac
2 --- gstreamer-0.6.3.orig/configure.ac   Wed Aug 27 06:55:09 2003
3 +++ gstreamer-0.6.3/configure.ac        Wed Aug 27 06:55:31 2003
4 @@ -37,7 +37,6 @@
5  AS="${CC}"
6  
7  AS_COMPILER_FLAG(-Wall,GST_ERROR="$GST_ERROR -Wall",)
8 -AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",)
9  
10  
11  dnl We disable static building for development, for time savings
This page took 0.064801 seconds and 4 git commands to generate.