From 13293407c988c5c5fdcf0ffacf4e29f8462e2b64 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Mon, 14 Jun 2010 21:41:42 +0200 Subject: ffmpeg: add new package [Peter: configure doesn't support --disable-nls / --disable-largefile, needs largefile support in toolchain] Signed-off-by: Luca Ceresoli Signed-off-by: Peter Korsgaard --- package/multimedia/ffmpeg/Config.in | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package/multimedia/ffmpeg/Config.in (limited to 'package/multimedia/ffmpeg/Config.in') diff --git a/package/multimedia/ffmpeg/Config.in b/package/multimedia/ffmpeg/Config.in new file mode 100644 index 000000000..f60790a73 --- /dev/null +++ b/package/multimedia/ffmpeg/Config.in @@ -0,0 +1,27 @@ +comment "ffmpeg requires a toolchain with LARGEFILE support" + depends on !BR2_LARGEFILE + +menuconfig BR2_PACKAGE_FFMPEG + bool "ffmpeg" + depends on BR2_LARGEFILE + help + FFmpeg is a complete, cross-platform solution to record, convert + and stream audio and video. + + http://www.ffmpeg.org + +if BR2_PACKAGE_FFMPEG + +config BR2_PACKAGE_FFMPEG_GPL + bool "Enable GPL code" + help + allow use of GPL code, the resulting libs and binaries will + be under GPL + +config BR2_PACKAGE_FFMPEG_NONFREE + bool "Enable nonfree code" + help + allow use of nonfree code, the resulting libs and binaries + will be unredistributable + +endif -- cgit v1.2.3