mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
link gst-inspect to libgstcontrol so that -inspect will show what dparams are available. I think it is ok to link he...
Original commit message from CVS: link gst-inspect to libgstcontrol so that -inspect will show what dparams are available. I think it is ok to link helper libraries like libgstcontrol to the apps in tools/.
This commit is contained in:
parent
a15b5ccc6d
commit
b47d7c345b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ gst_register_LDADD = $(GST_LIBS)
|
||||||
gst_register_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
gst_register_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
gst_inspect_LDADD = $(GST_LIBS)
|
gst_inspect_LDADD = $(GST_LIBS) ../libs/gst/control/libgstcontrol.la
|
||||||
gst_inspect_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
gst_inspect_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
||||||
|
|
||||||
gst_complete_LDADD = $(GST_LIBS)
|
gst_complete_LDADD = $(GST_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue