2008/3/27, Mayank Agarwal <[EMAIL PROTECTED]>: > Hi, > I downloaded the ffmpeg from the following url: > > > http://superb-west.dl.sourceforge.net/sourceforge/ffmpeg-php/ffmpeg-php-0.5.0.tbz2 > > and unzipped it using tar -xjf ffmpeg-php-0.5.0.tbz2 > > but i did not find any configure file in the zipped contents.Instead there > was one config.m4 file.
Installation instructions for ffmpeg-php are at http://ffmpeg-php.sourceforge.net/ (you need to run phpize, that will generate the configure file for you) But your initial question was about building libavcodec.so, not about ffmpeg-php. The sources for libavcodec are to be found here: http://ffmpeg.mplayerhq.hu/download.html Tijl _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
