Re: [GD-DEVEL] Header files for ffmpeg
[email protected] ("Pierre Joye")
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Bill! On Feb 13, 2008 11:26 AM, Bill Frost <[email protected]> wrote: > Hi all, > > I want to try the FFMPeg - GD examples. Can someone load the two header > files into http://cvs.php.net/viewvc.cgi/gd/playground/ffmpeg/ as they are > missing and I couldn't find them with a quick traversal up and back the > parent directory. > > * "ffmpeg/avformat.h" > * "ffmpeg/swscale.h" They are part of the ffmpeg distributions. When you install it from the sources, they will be copied automatically when you run "make install". If you use the package for your linux distribution, the development packages have to be installed as well (ffmpeg-devel or something similar). I never tried to use ffmpeg on windows, there is binaries and development files on their site, as far as I remember. I hope that helps :) Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org