diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-17 07:04:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-17 07:04:20 +0200 |
commit | 090181a4c42cf8d422d7c6d482ce1876c2d44420 (patch) | |
tree | 92cfa32c755cb09d4c342562d2e441ba20fac58d /php-ffmpeg.patch | |
parent | 05cda3059ea0aad765966895e625dba15082e06f (diff) |
php-ffmpeg-0.7.0-0.1.svn678
Diffstat (limited to 'php-ffmpeg.patch')
-rw-r--r-- | php-ffmpeg.patch | 23 |
1 files changed, 0 insertions, 23 deletions
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 - - |