mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +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
423df73380
commit
a11e7d09d2
1 changed files with 3 additions and 7 deletions
|
@ -1,13 +1,9 @@
|
|||
|
||||
plugin_LTLIBRARIES = libgstsmpte.la
|
||||
|
||||
libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c
|
||||
|
||||
noinst_HEADERS = gstsmpte.h gstmask.h paint.h
|
||||
|
||||
libgstsmpte_la_CFLAGS = $(GST_CFLAGS) -I ../../../gst-plugins-base/gst-libs/
|
||||
libgstsmpte_la_LIBADD =
|
||||
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS)
|
||||
|
||||
EXTRA_DIST =
|
||||
|
||||
libgstsmpte_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstsmpte_la_LIBADD = $(GST_BASE_LIBS)
|
||||
libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
|
Loading…
Reference in a new issue