gstreamer/patches/videoparsers/Makefile.am
Víctor Manuel Jáquez Leal fd73557d2c build: add gsth265parse patches conditionally
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
2015-11-25 15:12:53 +02:00

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