summaryrefslogtreecommitdiff
path: root/src/libmpeg2new/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmpeg2new/Makefile.am')
-rw-r--r--src/libmpeg2new/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/libmpeg2new/Makefile.am b/src/libmpeg2new/Makefile.am
deleted file mode 100644
index 924a9c661..000000000
--- a/src/libmpeg2new/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-include $(top_builddir)/misc/Makefile.plugins
-include $(top_srcdir)/misc/Makefile.common
-
-SUBDIRS = include libmpeg2
-
-if ENABLE_MPEG2NEW
-mpeg2new_module = xineplug_decode_mpeg2new.la
-endif
-
-xineplug_LTLIBRARIES = $(mpeg2new_module)
-
-xineplug_decode_mpeg2new_la_SOURCES = \
- xine_mpeg2new_decoder.c
-
-xineplug_decode_mpeg2new_la_CFLAGS = $(VISIBILITY_FLAG) $(LIBMPEG2_CFLAGS)
-xineplug_decode_mpeg2new_la_LIBADD = $(XINE_LIB) libmpeg2/libmpeg2.la
-xineplug_decode_mpeg2new_la_LDFLAGS = $(xineplug_ldflags)
-