mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
uvch264: Fix autotools build.
Add gstuvch264deviceprovider.c to the Makefile.am missed in MR 387
This commit is contained in:
parent
be25c988fd
commit
60c095900f
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ plugin_LTLIBRARIES = libgstuvch264.la
|
|||
libgstuvch264_la_SOURCES = gstuvch264.c \
|
||||
gstuvch264_mjpgdemux.c \
|
||||
gstuvch264_src.c \
|
||||
gstuvch264deviceprovider.c \
|
||||
uvc_h264.c
|
||||
|
||||
libgstuvch264_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue