mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 08:25:33 +00:00
fd73557d2c
As gsth265parse was added in GStreamer 1.4, and gstreamer-vaapi still support GStreamer 1.2, the patching of gsth265parse must be conditional to the target GStreamer version. Signed-off-by: Víctor Manuel Jáquez Leal <victorx.jaquez@intel.com> https://bugzilla.gnome.org/show_bug.cgi?id=755525
13 lines
558 B
Makefile
13 lines
558 B
Makefile
# sources.frag - Generated list of patches for videoparsers (-*- makefile -*-)
|
|
|
|
videoparsers_patches_base = \
|
|
0001-plugins-compile-the-built-in-video-parsers-as-vaapip.patch \
|
|
0002-h264parse-fix-build-with-older-GStreamer-1.x-stacks.patch \
|
|
0003-h264parse-default-to-byte-stream-nalu-format-Annex-B.patch \
|
|
0004-h264parse-Disable-3D-video-support-for-GStreamer-1.5.patch \
|
|
$(NULL)
|
|
|
|
videoparsers_patches_1_4p = \
|
|
0005-h265parse-include-gstvaapiparse.h.patch \
|
|
0006-h265parse-fix-build-with-GStreamer-1.5.patch \
|
|
$(NULL)
|