diff options
| author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-12-04 03:23:28 +0000 |
|---|---|---|
| committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-12-04 03:23:28 +0000 |
| commit | a859989a5112d0fae427b84cd0fa4b9b60b4dd3a (patch) | |
| tree | 90cb4a6a1005c1759c0914bee623cc33e1852387 /src/libsputext/Makefile.am | |
| parent | 8cf5e66edced8635d7af82ebc407d95f3b852efd (diff) | |
| download | xine-lib-a859989a5112d0fae427b84cd0fa4b9b60b4dd3a.tar.gz xine-lib-a859989a5112d0fae427b84cd0fa4b9b60b4dd3a.tar.bz2 | |
sputext now handles ogm subtitles
less redundant code, more maintainable
CVS patchset: 5833
CVS date: 2003/12/04 03:23:28
Diffstat (limited to 'src/libsputext/Makefile.am')
| -rw-r--r-- | src/libsputext/Makefile.am | 6 |
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@ |
