mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +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
|
||||
|
||||
if HAVE_GTK
|
||||
noinst_PROGRAMS = demo-play
|
||||
endif
|
||||
# fix this
|
||||
|
||||
demo_play_SOURCES = demo-play.c
|
||||
demo_play_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)
|
||||
demo_play_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
|
||||
#noinst_PROGRAMS = demo-play
|
||||
#
|
||||
#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