|
@@ -94,13 +94,6 @@ else
|
|
FFMPEG_CONF_OPTS += --disable-libjack
|
|
FFMPEG_CONF_OPTS += --disable-libjack
|
|
endif
|
|
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)
|
|
ifeq ($(BR2_PACKAGE_LIBV4L),y)
|
|
FFMPEG_DEPENDENCIES += libv4l
|
|
FFMPEG_DEPENDENCIES += libv4l
|
|
FFMPEG_CONF_OPTS += --enable-libv4l2
|
|
FFMPEG_CONF_OPTS += --enable-libv4l2
|