mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
Reapply "package/ffmpeg: add support for pulseaudio"
This reverts commitfecc337d21, re-adding optional support for pulseuadio in ffmpeg. This is possible now that the circular dependency: pulseaudio -> libsoxr -> ffmpeg -> pulseaudio has been broken between libsoxr and ffmpeg. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit8db836d292) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
committed by
Titouan Christophe
parent
5cf3e448d1
commit
f81bd1db4c
@@ -92,6 +92,13 @@ else
|
||||
FFMPEG_CONF_OPTS += --disable-libjack
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PULSEAUDIO),y)
|
||||
FFMPEG_DEPENDENCIES += pulseaudio
|
||||
FFMPEG_CONF_OPTS += --enable-libpulse
|
||||
else
|
||||
FFMPEG_CONF_OPTS += --disable-libpulse
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBV4L),y)
|
||||
FFMPEG_DEPENDENCIES += libv4l
|
||||
FFMPEG_CONF_OPTS += --enable-libv4l2
|
||||
|
||||
Reference in New Issue
Block a user