mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
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:
parent
03f4071721
commit
fff4facb90
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue