mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
fix build after cleaning up my vomit
Original commit message from CVS: fix build after cleaning up my vomit
This commit is contained in:
parent
a11e7d09d2
commit
0dd1b22ab4
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c
|
|||
|
||||
noinst_HEADERS = gstsmpte.h gstmask.h paint.h
|
||||
|
||||
libgstsmpte_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstsmpte_la_LIBADD = $(GST_BASE_LIBS)
|
||||
libgstsmpte_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||
libgstsmpte_la_LIBADD = $(GST_PLUGINS_BASE_LIBS)
|
||||
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue