$(MAKE) -C $(LIBAVDIR)/$(YASM) install
@touch $@
+#
+# VDPAU library
+#
+
+ifeq (yes,$(CONFIG_VDPAU))
+
+EXTRAARG += --enable-vdpau
+
+DECODERS += h264_vdpau
+
+endif
+
#
# MFX Dispatcher (libmfx)
#
"libx264_static:yes"
"libx265:no"
"libx265_static:yes"
+ "vdpau:auto"
"libmfx:no"
"libmfx_static:yes"
"inotify:auto"
disable libx265_static
fi
+ # vdpau
+ if enabled_or_auto vdpau; then
+ if check_pkg vdpau; then
+ enable vdpau
+ elif enabled vdpau; then
+ die "vdpau (Video API library) not found"
+ fi
+ fi
+
# libmfx
if enabled libmfx; then
check_cc_lib va || die "libva not found"