mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-04 05:22:30 +00:00
shapewipe: Fix Makefile of the example application
This commit is contained in:
parent
febef56cf2
commit
8d1166bb85
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
noinst_PROGRAMS = shapewipe-example
|
||||
|
||||
shapewipe_example_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_LIBS)
|
||||
shapewipe_example_LDADD = $(GST_LIBS) $(GST_CONTROLLER_LIBS)
|
||||
shapewipe_example_SOURCES = shapewipe-example.c
|
||||
shapewipe_example_CFLAGS = $(GST_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||||
shapewipe_example_LDFLAGS = $(GST_LIBS) $(GST_CONTROLLER_LIBS)
|
||||
|
||||
noinst_HEADERS =
|
||||
|
||||
|
|
Loading…
Reference in a new issue