From: Andy Wingo Date: Sat, 5 Jan 2002 21:05:02 +0000 (+0000) Subject: temporary fix for this problem X-Git-Tag: 1.19.3~505^2~5257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d370f84e0305cb48de53a9bbde8b0ce3c8b45406;p=platform%2Fupstream%2Fgstreamer.git temporary fix for this problem Original commit message from CVS: temporary fix for this problem --- diff --git a/ext/dvdread/Makefile.am b/ext/dvdread/Makefile.am index ff35e38..c6d99b7 100644 --- a/ext/dvdread/Makefile.am +++ b/ext/dvdread/Makefile.am @@ -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 \ No newline at end of file