summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-10-10 16:45:23 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-10-10 16:45:23 +0100
commitcf86264961e27b47d57981bddb98364947ba7018 (patch)
tree9f8cddf194aa39298cd1de7a9c930d60ced290c8
parentcc623e8e0bbf70ed5a40ba360e1f575af949bbd6 (diff)
downloadxine-lib-cf86264961e27b47d57981bddb98364947ba7018.tar.gz
xine-lib-cf86264961e27b47d57981bddb98364947ba7018.tar.bz2
Remove a long since obsoleted makefile.
-rw-r--r--src/libspudec/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
deleted file mode 100644
index 061bd7731..000000000
--- a/src/libspudec/Makefile.am
+++ /dev/null
@@ -1,27 +0,0 @@
-include $(top_builddir)/misc/Makefile.plugins
-include $(top_srcdir)/misc/Makefile.common
-
-xineplug_LTLIBRARIES = xineplug_decode_spu.la
-
-if HAVE_DVDNAV
-
-xineplug_decode_spu_la_SOURCES = \
- spu.c \
- xine_spu_decoder.c
-xineplug_decode_spu_la_LIBADD = $(XINE_LIB) $(DVDNAV_LIBS) $(PTHREAD_LIBS) $(LTLIBINTL)
-
-else
-
-xineplug_decode_spu_la_SOURCES = \
- nav_read.c \
- spu.c \
- xine_spu_decoder.c
-AM_CPPFLAGS = -I$(top_srcdir)/src/input/libdvdnav
-xineplug_decode_spu_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
-
-endif
-
-xineplug_decode_spu_la_CFLAGS = $(DVDNAV_CFLAGS) $(VISIBILITY_FLAG)
-xineplug_decode_spu_la_LDFLAGS = $(xineplug_ldflags)
-
-noinst_HEADERS = spu.h