mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
ffmpeg: Dependency cleanup
Custom builds need to select x264 and/or lame-lib explictly. Automatic CONFIG_ALL builds of ffmpeg-full include x264 and lame. Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -113,6 +113,7 @@ comment "External Libraries"
|
||||
config FFMPEG_CUSTOM_SELECT_mp3lame
|
||||
bool "MP3 LAME"
|
||||
depends on FFMPEG_CUSTOM_PATENTED
|
||||
depends on PACKAGE_lame-lib
|
||||
select FFMPEG_CUSTOM_DECODER_mp3
|
||||
select FFMPEG_CUSTOM_MUXER_mp3
|
||||
select FFMPEG_CUSTOM_DEMUXER_mp3
|
||||
@@ -124,8 +125,9 @@ config FFMPEG_CUSTOM_SELECT_speex
|
||||
bool "Speex"
|
||||
|
||||
config FFMPEG_CUSTOM_SELECT_x264
|
||||
depends on FFMPEG_CUSTOM_PATENTED
|
||||
bool "x264"
|
||||
depends on FFMPEG_CUSTOM_PATENTED
|
||||
depends on PACKAGE_libx264
|
||||
select FFMPEG_CUSTOM_DECODER_h264
|
||||
select FFMPEG_CUSTOM_MUXER_h264
|
||||
select FFMPEG_CUSTOM_DEMUXER_h264
|
||||
|
||||
Reference in New Issue
Block a user