mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/ffmpeg: add optional support for libsoxr
Now that libsoxr no longer depends on ffmpeg, we can actually use libsoxr in ffmpeg. See: https://trac.ffmpeg.org/wiki/FFmpeg%20and%20the%20SoX%20Resampler for some details. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8db836d292
commit
c719a73a21
@@ -376,6 +376,13 @@ else
|
||||
FFMPEG_CONF_OPTS += --disable-libopenmpt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSOXR),y)
|
||||
FFMPEG_CONF_OPTS += --enable-libsoxr
|
||||
FFMPEG_DEPENDENCIES += libsoxr
|
||||
else
|
||||
FFMPEG_CONF_OPTS += --disable-libsoxr
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SPEEX),y)
|
||||
FFMPEG_CONF_OPTS += --enable-libspeex
|
||||
FFMPEG_DEPENDENCIES += speex
|
||||
|
||||
Reference in New Issue
Block a user