mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
Links also against libgstcontrol
Original commit message from CVS: Links also against libgstcontrol
This commit is contained in:
parent
ed52518325
commit
f625d2b554
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@
|
|||
libgstplay_@GST_MAJORMINOR@include_HEADERS = play.h
|
||||
|
||||
libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
|
||||
libgstplay_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_LIBS)
|
||||
libgstplay_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(GST_PLUGINS_LIBS) $(GST_CONTROL_LIBS)
|
||||
libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = -version-info @GST_PLUGINS_LIBVERSION@
|
||||
|
||||
noinst_HEADERS = playpipelines.c
|
||||
|
|
Loading…
Reference in a new issue