]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- fixed update
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Dec 2006 17:23:45 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-system-amr.patch -> 1.3

ffmpeg-system-amr.patch

index 3da867cad92642d344c4fed1614c8de5ac5a6bab..f537c0dc921996e101acdacbe7765015fab8bd1b 100644 (file)
@@ -1,22 +1,14 @@
 --- ffmpeg-export-2006-12-04/configure.orig    2006-12-09 16:02:48.392192000 +0100
 +++ ffmpeg-export-2006-12-04/configure 2006-12-09 17:22:37.765123062 +0100
-@@ -1891,6 +1891,25 @@
+@@ -1891,6 +1891,17 @@
  lavu_version=`grep '#define LIBAVUTIL_VERSION ' "$source_path/libavutil/avutil.h" | sed 's/[^0-9\.]//g'`
  
  
-+if test "$amr_wb" = "yes" -o "$amr_nb" = "yes" ; then
-+  echo "CONFIG_AMR=yes" >> config.mak
-+fi
-+
 +if test "$amr_wb" = "yes" ; then
-+  echo "#define AMR_WB 1" >> $TMPH
-+  echo "CONFIG_AMR_WB=yes" >> config.mak
 +  extralibs="$extralibs -lamrwb"
 +fi
 +
 +if test "$amr_nb" = "yes" ; then
-+  echo "#define AMR_NB 1" >> $TMPH
-+  echo "CONFIG_AMR_NB=yes" >> config.mak
 +if test "$amr_nb_fixed" = "yes" ; then
 +  extralibs="$extralibs -lamrnbfixed"
 +else
This page took 0.094031 seconds and 4 git commands to generate.