Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php5
:
5.6.21
:
extensions
>
php5-ffmpeg
> ffmpeg-php_x86_64-fix.diff
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ffmpeg-php_x86_64-fix.diff of Package php5-ffmpeg
--- ffmpeg-php-0.5.1/config.m4.orig 2007-10-01 23:49:32.000000000 +0200 +++ ffmpeg-php-0.5.1/config.m4 2007-10-01 23:49:37.000000000 +0200 @@ -29,6 +29,9 @@ if test -f $i/lib/libavcodec.so; then FFMPEG_LIBDIR=$i/lib break + elif test -f $i/lib64/libavcodec.so; then + FFMPEG_LIBDIR=$i/lib64 + break fi done