From: Jan Schmidt Date: Fri, 28 Jun 2019 05:46:22 +0000 (+1000) Subject: uvch264: Fix autotools build. X-Git-Tag: 1.19.3~507^2~3182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60c095900f3b6ba18989ee1498b0a670d71627f9;p=platform%2Fupstream%2Fgstreamer.git uvch264: Fix autotools build. Add gstuvch264deviceprovider.c to the Makefile.am missed in MR 387 --- diff --git a/sys/uvch264/Makefile.am b/sys/uvch264/Makefile.am index 3cef274..82b3cc1 100644 --- a/sys/uvch264/Makefile.am +++ b/sys/uvch264/Makefile.am @@ -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) \