summaryrefslogtreecommitdiffstats
path: root/ext/dv/Makefile.am
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-04-26 13:25:51 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2002-04-26 13:25:51 +0000
commit6b406dc143e014558bf5cf0e15992599ff450945 (patch)
tree802d76ce38ae3c4511c9e5a853ecc8e84ecc982a /ext/dv/Makefile.am
parent7c41bba5893964db937cdeb4ffe34982d91ee672 (diff)
Various small fixes for compile problems
Original commit message from CVS: Various small fixes for compile problems
Diffstat (limited to 'ext/dv/Makefile.am')
-rw-r--r--ext/dv/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/dv/Makefile.am b/ext/dv/Makefile.am
index fb276045..df26aec2 100644
--- a/ext/dv/Makefile.am
+++ b/ext/dv/Makefile.am
@@ -9,12 +9,12 @@ libgstdvdec_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = gstdvdec.h
-if HAVE_GTK
-noinst_PROGRAMS = demo-play
-endif
+#if HAVE_GTK
+#noinst_PROGRAMS = demo-play
+#endif
-demo_play_SOURCES = demo-play.c
-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) $(GTK_CFLAGS)
+#demo_play_LDFLAGS = $(GST_LIBS) $(GTK_LIBS)
EXTRA_DIST = NOTES