mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-09 17:44:14 +00:00
fixing an error
Original commit message from CVS: fixing an error
This commit is contained in:
parent
bbf23ce2c7
commit
bf52c37b13
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@ noinst_PROGRAMS = demo-mp3
|
|||
endif
|
||||
|
||||
demo_mp3_SOURCES = demo-mp3.c
|
||||
demo_mp3_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
## putting GTK_CFLAGS first fixes a weird compilation error with GTK and XML
|
||||
demo_mp3_CFLAGS = $(GTK_CFLAGS) $(GST_CFLAGS)
|
||||
demo_mp3_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue