mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
4e8ad58302
Based on work from Thiago Santos <thiagoss@osg.samsung.com> https://bugzilla.gnome.org/show_bug.cgi?id=682770
9 lines
392 B
Makefile
9 lines
392 B
Makefile
noinst_PROGRAMS = camctrl v4l2src-renegotiate
|
|
|
|
camctrl_SOURCES = camctrl.c
|
|
camctrl_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS) $(GST_CFLAGS)
|
|
camctrl_LDADD = $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS) $(GST_LIBS)
|
|
|
|
v4l2src_renegotiate_SOURCES = v4l2src-renegotiate.c
|
|
v4l2src_renegotiate_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
|
|
v4l2src_renegotiate_LDADD = $(GST_BASE_LIBS) $(GST_LIBS)
|