]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Makefile.ffmpeg: enable h264_vaapi hevc_vaapi encoders
authorJaroslav Kysela <perex@perex.cz>
Fri, 1 Jul 2016 07:34:40 +0000 (09:34 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 Jul 2016 07:34:40 +0000 (09:34 +0200)
Makefile.ffmpeg

index f2aa67b9bdd6859eb7fbbc8dd96b429c713775ce..e07ef2d3bdf68f55b8fb2c9c09b5d4cba00f638c 100644 (file)
@@ -464,6 +464,17 @@ $(LIB_ROOT)/$(LIBFDKAAC)/.tvh_build: \
 endif
 
 
+# ##############################################################################
+# VAAPI
+#
+
+ifeq (yes,$(CONFIG_VAAPI))
+
+EXTLIBS += vaapi
+ENCODERS += h264_vaapi hevc_vaapi
+
+endif
+
 # ##############################################################################
 # NVENC
 #
@@ -475,7 +486,6 @@ ENCODERS += nvenc_h264 nvenc_hevc
 
 endif
 
-
 # ##############################################################################
 # LIBMFX
 #