mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
arrgh, -lgstcontrol
Original commit message from CVS: arrgh, -lgstcontrol
This commit is contained in:
parent
10c0cdf098
commit
5eec4f66d9
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) -lcontrol
|
||||
demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
||||
|
|
Loading…
Reference in a new issue