another fix
Original commit message from CVS: another fix
This commit is contained in:
parent
8926b8607d
commit
242e80e503
@ -14,5 +14,6 @@ noinst_PROGRAMS = demo-dparams
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
demo_dparams_SOURCES = demo-dparams.c
|
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
|
demo_dparams_LDFLAGS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol
|
||||||
|
Loading…
x
Reference in New Issue
Block a user