From 9b53fb17c88f96bf8d338db8bafc9d035a29020b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 May 2001 19:53:30 +0000 Subject: [PATCH] Cleaned up the makefile a bit. Original commit message from CVS: Cleaned up the makefile a bit. --- test/Makefile.am | 12 ------------ 1 file changed, 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)