summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2001-05-25 19:53:30 +0000
committerWim Taymans <wim.taymans@gmail.com>2001-05-25 19:53:30 +0000
commit9b53fb17c88f96bf8d338db8bafc9d035a29020b (patch)
treeee0fb992bce6299ac93586b7a694bd64d9b4d5db
parente665200c4cc13bbca0eef7848625845201cbde00 (diff)
Cleaned up the makefile a bit.BRANCH-INCSCHED1-200105251-FREEZE
Original commit message from CVS: Cleaned up the makefile a bit.
-rw-r--r--test/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index ea89a6a5b3..50f7a8fb2a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -22,18 +22,6 @@ ac3play_SOURCES = ac3play.c mem.c
noinst_HEADERS = mem.h
-if HAVE_LIBXV
-xvlibs=-lXv
-else
-xvlibs=
-endif
-
-LDADD = ${xvlibs} -lXxf86vm $(GNOME_LIBS) $(GST_LIBS)
-
-#LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la \
-# $(top_builddir)/plugins/videosink/libvideosink.la -L/usr/X11/lib -lXxf86dga
-#LDADD = $(GLIB_LIBS) $(GTK_LIBS) $(top_builddir)/gst/libgst.la
-
LIBS += $(GNOME_LIBS) $(GST_LIBS)
CFLAGS += $(GNOME_CFLAGS) $(GST_CFLAGS)