mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
another fix
Original commit message from CVS: another fix
This commit is contained in:
parent
8926b8607d
commit
242e80e503
1 changed files with 2 additions and 1 deletions
|
@ -14,5 +14,6 @@ noinst_PROGRAMS = demo-dparams
|
|||
endif
|
||||
|
||||
demo_dparams_SOURCES = demo-dparams.c
|
||||
demo_dparams_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
## putting GTK in front solves a bad compilation problem
|
||||
demo_dparams_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
|
||||
demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
||||
|
|
Loading…
Reference in a new issue