diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-07 09:54:00 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-07 09:54:00 +0200 |
commit | 4ff345522306956172bf61b69eba63afb425e693 (patch) | |
tree | 962fe0c4263d840e8c43eba5a6897008473e2c77 /package/multimedia/ffmpeg/Config.in | |
parent | a268b0528c8a00f84cc5b5240047b91ac281de7d (diff) | |
download | buildroot-novena-4ff345522306956172bf61b69eba63afb425e693.tar.gz buildroot-novena-4ff345522306956172bf61b69eba63afb425e693.zip |
ffmpeg: add options for postproc/swscale
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/ffmpeg/Config.in')
-rw-r--r-- | package/multimedia/ffmpeg/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/multimedia/ffmpeg/Config.in b/package/multimedia/ffmpeg/Config.in index fb6591baf..2f9499101 100644 --- a/package/multimedia/ffmpeg/Config.in +++ b/package/multimedia/ffmpeg/Config.in @@ -47,6 +47,17 @@ config BR2_PACKAGE_FFMPEG_FFSERVER help FFserver is a streaming server for both audio and video. +config BR2_PACKAGE_FFMPEG_POSTPROC + bool "Build libpostproc" + depends on BR2_PACKAGE_FFMPEG_GPL + help + Postproc is a library of video postprocessing routines. + +config BR2_PACKAGE_FFMPEG_SWSCALE + bool "Build libswscale" + help + Swscale is a library of video scaling routines. + config BR2_PACKAGE_FFMPEG_ENCODERS string "Enabled encoders" default "all" |