From: Gwenole Beauchesne Date: Mon, 21 Apr 2014 15:34:59 +0000 (+0200) Subject: build: add missing files for GStreamer 0.10. X-Git-Tag: upstream/0.2.6+1190+g7f5b9ed~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fff4facb909c33bd56761dd90ded454ac41bf135;p=platform%2Fupstream%2Fgstreamer-vaapi.git 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 --- 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)