SOURCES: mpeg4ip-ffmpeg.patch - fix avrational detection.

pluto pluto at pld-linux.org
Tue Aug 26 19:54:39 CEST 2008


Author: pluto                        Date: Tue Aug 26 17:54:39 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix avrational detection.

---- Files affected:
SOURCES:
   mpeg4ip-ffmpeg.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mpeg4ip-ffmpeg.patch
diff -u SOURCES/mpeg4ip-ffmpeg.patch:1.1 SOURCES/mpeg4ip-ffmpeg.patch:1.2
--- SOURCES/mpeg4ip-ffmpeg.patch:1.1	Tue Aug 26 17:20:38 2008
+++ SOURCES/mpeg4ip-ffmpeg.patch	Tue Aug 26 19:54:33 2008
@@ -42,3 +42,14 @@
  #else
  #include <avcodec.h>
  #endif
+--- mpeg4ip-1.6.1/configure.in.orig	2008-08-26 17:02:49.000000000 +0200
++++ mpeg4ip-1.6.1/configure.in	2008-08-26 19:28:09.000000000 +0200
+@@ -487,7 +487,7 @@
+   if test x$have_ffmpeg_arg = xtrue; then
+      AC_MSG_NOTICE([have enable ffmpeg $enable_ffmpeg])
+      FFMPEG_INC=-I${enable_ffmpeg}/libavcodec
+-     FFMPEG_LIB="${enable_ffmpeg}/libavcodec/libavcodec.a -lz"
++     FFMPEG_LIB="-lavcodec -lz"
+      saveCFLAGS="$CFLAGS"
+      CFLAGS="$CFLAGS $FFMPEG_INC"
+      AC_CHECK_TYPES([AVRational], , , [#include <avcodec.h>])
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/mpeg4ip-ffmpeg.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list