|
|
@@ -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
|