build: add missing files for GStreamer 0.10.

Add missing GstVideoEncoder implementation files to fix build with ancient
GStreamer 0.10 stack.

https://bugzilla.gnome.org/show_bug.cgi?id=723964
This commit is contained in:
Gwenole Beauchesne 2014-04-21 17:34:59 +02:00
parent 03f4071721
commit fff4facb90

View file

@ -42,6 +42,7 @@ videoutils_srcdir = \
videoutils_source_c = \
gstvideodecoder.c \
gstvideoencoder.c \
gstvideoutils.c \
video.c \
$(NULL)
@ -50,6 +51,7 @@ EXTRA_DIST += $(videoutils_source_c:%.c=$(videoutils_srcdir)/%.c)
videoutils_source_h = \
gstvideodecoder.h \
gstvideoencoder.h \
gstvideoutils.h \
video.h \
$(NULL)