From 2b414271f59754a0da631bf1993178db94fd9539 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Wed, 6 Aug 2014 21:16:36 -0700 Subject: [PATCH] ffmpeg: add external libraries section to Config.in Signed-off-by: Ian Leonard --- multimedia/ffmpeg/Config.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/multimedia/ffmpeg/Config.in b/multimedia/ffmpeg/Config.in index 769ee95d2c..5e19e4c121 100644 --- a/multimedia/ffmpeg/Config.in +++ b/multimedia/ffmpeg/Config.in @@ -100,6 +100,11 @@ config FFMPEG_CUSTOM_AUDIO_DEC_SUPPORT select FFMPEG_CUSTOM_PROTOCOL_tcp select FFMPEG_CUSTOM_PROTOCOL_udp +comment "External Libraries ---" + +config FFMPEG_CUSTOM_SELECT_speex + bool "Speex" + comment "Encoders ---" config FFMPEG_CUSTOM_ENCODER_ac3 @@ -224,9 +229,6 @@ config FFMPEG_CUSTOM_DECODER_png bool "PNG" select FFMPEG_CUSTOM_DECODER_zlib -config FFMPEG_CUSTOM_SELECT_speex - bool "Speex" - config FFMPEG_CUSTOM_DECODER_vorbis bool "Vorbis" select FFMPEG_CUSTOM_DEMUXER_ogg -- 2.30.2