mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gst/videomixer/Makefile.am: Add controller flags.
Original commit message from CVS: * gst/videomixer/Makefile.am: Add controller flags.
This commit is contained in:
parent
8b570d9fd0
commit
4c3b21a09a
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-16 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/videomixer/Makefile.am:
|
||||
Add controller flags.
|
||||
|
||||
2008-01-16 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst/videomixer/videomixer.c:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
plugin_LTLIBRARIES = libgstvideomixer.la
|
||||
|
||||
libgstvideomixer_la_SOURCES = videomixer.c
|
||||
libgstvideomixer_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS)
|
||||
libgstvideomixer_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstvideomixer_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CONTROLLER_CFLAGS)
|
||||
libgstvideomixer_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GST_CONTROLLER_LIBS)
|
||||
libgstvideomixer_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
# headers we need but don't want installed
|
||||
|
|
Loading…
Reference in a new issue