mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
[MOVED FROM BAD 02/29] shapewipe: Fix Makefile of the example application
This commit is contained in:
parent
12a27a46f9
commit
b7f83c6b80
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