mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
add -lcontrol
Original commit message from CVS: add -lcontrol
This commit is contained in:
parent
f971436b59
commit
10c0cdf098
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ endif
|
|||
|
||||
demo_dparams_SOURCES = demo-dparams.c
|
||||
demo_dparams_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
||||
demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -lcontrol
|
||||
|
|
Loading…
Reference in a new issue