Nick
Aug 2nd, 2008
Aug 2nd, 2008
ffmpeg.so: undefined symbol: av_free_static
This is a common error when we issue a “php -v” over command line or when we browse a phpinfo.php on a site.
To quickly fix this problem you will need to recompile your ffmpeg-php again.
How we fix this?
1)
-
#cd %ffmpeg-php-DIR%
-
#vi ffmpeg-php.c
remove/comment the call to av_free_static()
save.
2)
rebuild ffmpeg-php and place the new ffmpeg.so on your extension directory.
Should be fixed.