summaryrefslogtreecommitdiff
path: root/src/libsputext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsputext/Makefile.am')
-rw-r--r--src/libsputext/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am
index 5dd12bbf3..ba385352e 100644
--- a/src/libsputext/Makefile.am
+++ b/src/libsputext/Makefile.am
@@ -3,7 +3,7 @@ include $(top_srcdir)/misc/Makefile.common
libdir = $(XINE_PLUGINDIR)
if HAVE_GICONV
-sputext_decoder = xineplug_decode_sputext.la xineplug_decode_spuogm.la xineplug_dmx_sputext.la
+sputext_decoder = xineplug_decode_sputext.la xineplug_dmx_sputext.la
endif
lib_LTLIBRARIES = $(sputext_decoder)
@@ -16,7 +16,3 @@ xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_sputext_la_SOURCES = xine_decoder.c
xineplug_decode_sputext_la_LIBADD = $(XINE_LIB)
xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-
-xineplug_decode_spuogm_la_SOURCES = xine_decoder_ogm.c
-xineplug_decode_spuogm_la_LIBADD = $(XINE_LIB)
-xineplug_decode_spuogm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@