From 090181a4c42cf8d422d7c6d482ce1876c2d44420 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Sep 2012 07:04:20 +0200 Subject: php-ffmpeg-0.7.0-0.1.svn678 --- php-ffmpeg.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 php-ffmpeg.patch (limited to 'php-ffmpeg.patch') diff --git a/php-ffmpeg.patch b/php-ffmpeg.patch deleted file mode 100644 index 0d2761b..0000000 --- a/php-ffmpeg.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -up ffmpeg-php-0.6.0/config.m4.orig ffmpeg-php-0.6.0/config.m4 ---- ffmpeg-php-0.6.0/config.m4.orig 2010-03-21 09:05:15.000000000 +0100 -+++ ffmpeg-php-0.6.0/config.m4 2010-03-21 09:12:32.000000000 +0100 -@@ -41,6 +41,18 @@ if test "$PHP_FFMPEG" != "no"; then - PHP_ADD_INCLUDE($i/include/libavdevice/) - FFMPEG_INC_FOUND=$i/include/libavcodec - break -+ elif test -f $i/libavcodec/avcodec.h; then -+ dnl ffmpeg svn revision 12194 and newer put each header in its own dir -+ dnl ffmpeg-devel RPM install in /usr/include/ffmpeg/* -+ PHP_ADD_INCLUDE($i) -+ PHP_ADD_INCLUDE($i/libavcodec/) -+ PHP_ADD_INCLUDE($i/libavformat/) -+ PHP_ADD_INCLUDE($i/libavutil/) -+ PHP_ADD_INCLUDE($i/libswscale/) -+ PHP_ADD_INCLUDE($i/libavfilter/) -+ PHP_ADD_INCLUDE($i/libavdevice/) -+ FFMPEG_INC_FOUND=$i -+ break - fi - done - - -- cgit