mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/ffmpeg: enable Intel QuickSync support
Signed-off-by: Louis-Paul Cordier <lpdev@cordier.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
62af96ba83
commit
8425169239
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user