|
@@ -94,6 +94,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
|