|
@@ -309,6 +309,13 @@ else
|
|
|
FFMPEG_CONF_OPTS += --disable-libbluray
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_INTEL_MEDIASDK),y)
|
|
|
+FFMPEG_CONF_OPTS += --enable-libmfx
|
|
|
+FFMPEG_DEPENDENCIES += intel-mediasdk
|
|
|
+else
|
|
|
+FFMPEG_CONF_OPTS += --disable-libmfx
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_RTMPDUMP),y)
|
|
|
FFMPEG_CONF_OPTS += --enable-librtmp
|
|
|
FFMPEG_DEPENDENCIES += rtmpdump
|