From fff4facb909c33bd56761dd90ded454ac41bf135 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Mon, 21 Apr 2014 17:34:59 +0200 Subject: [PATCH] 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 --- ext/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/Makefile.am b/ext/Makefile.am index 1c5100e..7aea0dd 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -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) -- 2.7.4