build: add missing files for GStreamer 0.10.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 21 Apr 2014 15:34:59 +0000 (17:34 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 21 Apr 2014 15:53:06 +0000 (17:53 +0200)
Add missing GstVideoEncoder implementation files to fix build with ancient
GStreamer 0.10 stack.

https://bugzilla.gnome.org/show_bug.cgi?id=723964

ext/Makefile.am

index 1c5100e..7aea0dd 100644 (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)