SOURCES: ffmpeg-system-amr.patch - fixed update

qboosh qboosh at pld-linux.org
Sat Dec 9 18:23:50 CET 2006


Author: qboosh                       Date: Sat Dec  9 17:23:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed update

---- Files affected:
SOURCES:
   ffmpeg-system-amr.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/ffmpeg-system-amr.patch
diff -u SOURCES/ffmpeg-system-amr.patch:1.2 SOURCES/ffmpeg-system-amr.patch:1.3
--- SOURCES/ffmpeg-system-amr.patch:1.2	Sat Dec  9 17:43:42 2006
+++ SOURCES/ffmpeg-system-amr.patch	Sat Dec  9 18:23:45 2006
@@ -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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ffmpeg-system-amr.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list