mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
temporary fix for this problem
Original commit message from CVS: temporary fix for this problem
This commit is contained in:
parent
c869d105bf
commit
d370f84e03
1 changed files with 9 additions and 7 deletions
|
@ -11,12 +11,14 @@ libdvdsrc_la_CFLAGS = $(GST_CFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = dvdsrc.h
|
noinst_HEADERS = dvdsrc.h
|
||||||
|
|
||||||
if HAVE_GTK
|
# fix this
|
||||||
noinst_PROGRAMS = demo-play
|
|
||||||
endif
|
|
||||||
|
|
||||||
demo_play_SOURCES = demo-play.c
|
#noinst_PROGRAMS = demo-play
|
||||||
demo_play_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
#
|
||||||
demo_play_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
#demo_play_SOURCES = demo-play.c
|
||||||
|
#demo_play_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS)
|
||||||
|
#demo_play_LDFLAGS = $(GST_LIBS) $(GNOME_LIBS)
|
||||||
|
|
||||||
EXTRA_DIST = README
|
#EXTRA_DIST = README
|
||||||
|
|
||||||
|
EXTRA_DIST = demo-play.c README
|
Loading…
Reference in a new issue