mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
ffmpeg: update to 3.2.7
Removes the x86 optimization disables from the SOFT_FLOAT portion. There are no i386 profiles that do not use hard float, so these options accomplish nothing. Target-os=linux rules out dxva2 and vda, so disable statements are unnecessary. For x86-64 users of libffmpeg-full, optimize around performance instead of size. Remove patented flag requirement from mp2 and mp3 audio files in libffmpeg-custom per expiration. Tidies up some of the configure steps where only one option is being changed or cosmetic consistency. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
@@ -141,7 +141,6 @@ config FFMPEG_CUSTOM_SELECT_libfdk-aac
|
||||
|
||||
config FFMPEG_CUSTOM_SELECT_libmp3lame
|
||||
bool "Libmp3lame"
|
||||
depends on FFMPEG_CUSTOM_PATENTED
|
||||
depends on PACKAGE_lame-lib
|
||||
select FFMPEG_CUSTOM_DECODER_mp3
|
||||
select FFMPEG_CUSTOM_MUXER_mp3
|
||||
@@ -253,11 +252,9 @@ config FFMPEG_CUSTOM_DECODER_jpegls
|
||||
|
||||
config FFMPEG_CUSTOM_DECODER_mp2
|
||||
bool "MP2 (MPEG Audio Layer 2)"
|
||||
depends on FFMPEG_CUSTOM_PATENTED
|
||||
|
||||
config FFMPEG_CUSTOM_DECODER_mp3
|
||||
bool "MP3 (MPEG Audio Layer 2)"
|
||||
depends on FFMPEG_CUSTOM_PATENTED
|
||||
bool "MP3 (MPEG Audio Layer 3)"
|
||||
|
||||
config FFMPEG_CUSTOM_DECODER_mpegvideo
|
||||
bool "MPEG Video"
|
||||
|
||||
Reference in New Issue
Block a user