mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -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>
(cherry picked from commit c719a73a21)
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Titouan Christophe
parent
f81bd1db4c
commit
2f2eaa53b2
@@ -372,6 +372,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