cp /usr/local/include/libavcodec/* /usr/local/include/ffmpeg
cp /usr/local/include/libavdevice/* /usr/local/include/ffmpeg
cp /usr/local/include/libavformat/* /usr/local/include/ffmpeg
cp /usr/local/include/libavutil/* /usr/local/include/ffmpeg
cp /usr/local/include/libswscale/* /usr/local/include/ffmpeg
Cheers
Gajan
On Mar 4, 3:21 am, fuzzybad <
fuzzy...@gmail.com> wrote:
> On Mar 2, 5:15 am, mogyiman <
mogyi...@yahoo.com> wrote:
>
> > I had the same problem and seems to me that compilation will fail
> > until You copy all required header files into /usr/local/include/
> >ffmpeg/.
>
> > There are a couple of files ( avcodec.h / avformat.h / libio.h )
> > in their respective directories but not inffmpeg.
> > I think it's a change inffmpegwhich caused theerror.
>
> > Istvan
>
> I had a similar problem withffmpeg-php and found this useful. After
> installingffmpeg, I copied these files manually to the following