]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/twolame-BeOS.patch
Win32 Contrib: Repair ffmpeg compile.
[vlc] / extras / contrib / src / Patches / twolame-BeOS.patch
1 diff -ruN twolame/configure twolame-2/configure
2 --- twolame/configure   2006-07-03 18:50:30.000000000 +0000
3 +++ twolame/configure   2006-08-01 11:47:41.000000000 +0000
4 @@ -21068,7 +21068,7 @@
5  
6  
7  
8 -CFLAGS="$CFLAGS -std=c99 -Wunused -Wall"
9 +CFLAGS="$CFLAGS -Wunused -Wall"
10  LDFLAGS="$LDFLAGS"
11  
12  # If debugging is enabled then make warnings errors
13 diff -ruN twolame/configure.ac twolame-2/configure.ac
14 --- twolame/configure.ac        2006-07-03 18:50:04.000000000 +0000
15 +++ twolame/configure.ac        2006-08-01 11:47:32.000000000 +0000
16 @@ -113,7 +113,7 @@
17  
18  dnl ############## Compiler and Linker Flags
19  
20 -CFLAGS="$CFLAGS -std=c99 -Wunused -Wall"
21 +CFLAGS="$CFLAGS -Wunused -Wall"
22  LDFLAGS="$LDFLAGS"
23  
24  # If debugging is enabled then make warnings errors