Created attachment 401 [details] package/multimedia/ffmpeg/Config.in FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. See http://ffmpeg.org/ I am attaching Config.in and ffmpeg.mk to add ffmpeg as a new package to buildroot. So far the buildroot this package only builds libavcodec and libavformat. Support for the ffmpeg, ffplay and ffserver binaries could be added later. Another thing that could, and probably should, be added is a way to easily configure the set of supported codecs from the buildroot config system. But to keep things simple, here's a simple package definition to start with.
Created attachment 403 [details] package/multimedia/ffmpeg/ffmpeg.mk
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
A more complete patch series adding ffmpeg (by Luca Ceresoli) has been added to git, thanks.