mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +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
9 lines
158 B
Makefile
9 lines
158 B
Makefile
include series.frag
|
|
|
|
EXTRA_DIST = \
|
|
series.frag \
|
|
$(videoparsers_patches_base) \
|
|
$(videoparsers_patches_1_4p) \
|
|
$(NULL)
|
|
|
|
-include $(top_srcdir)/git.mk
|