diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:44:16 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:44:16 +0200 |
commit | 68761b9f3158dda6345060b4cb91cf77cb4fa52b (patch) | |
tree | 7f744c36742097a218d8b1d3e21a020a60677595 | |
parent | 4faff7cf17d8e46c309ed53facf882f9d926ae7c (diff) | |
download | xine-lib-68761b9f3158dda6345060b4cb91cf77cb4fa52b.tar.gz xine-lib-68761b9f3158dda6345060b4cb91cf77cb4fa52b.tar.bz2 |
Rename xine_decoder.c to xine_cmml_decoder.c.
Use xineplug_LTLIBRARIES.
--HG--
rename : src/libspucmml/xine_decoder.c => src/libspucmml/xine_cmml_decoder.c
-rw-r--r-- | src/libspucmml/Makefile.am | 8 | ||||
-rw-r--r-- | src/libspucmml/xine_cmml_decoder.c (renamed from src/libspucmml/xine_decoder.c) | 0 |
2 files changed, 3 insertions, 5 deletions
diff --git a/src/libspucmml/Makefile.am b/src/libspucmml/Makefile.am index cf9095399..ac2970482 100644 --- a/src/libspucmml/Makefile.am +++ b/src/libspucmml/Makefile.am @@ -1,10 +1,8 @@ include $(top_srcdir)/misc/Makefile.common -libdir = $(XINE_PLUGINDIR) +xineplug_LTLIBRARIES = xineplug_decode_spucmml.la -lib_LTLIBRARIES = xineplug_decode_spucmml.la - -xineplug_decode_spucmml_la_SOURCES = xine_decoder.c +xineplug_decode_spucmml_la_SOURCES = xine_cmml_decoder.c xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB) xineplug_decode_spucmml_la_CFLAGS = $(VISIBILITY_FLAG) -xineplug_decode_spucmml_la_LDFLAGS = -avoid-version -module +xineplug_decode_spucmml_la_LDFLAGS = $(xineplug_ldflags) diff --git a/src/libspucmml/xine_decoder.c b/src/libspucmml/xine_cmml_decoder.c index 13cb6c066..13cb6c066 100644 --- a/src/libspucmml/xine_decoder.c +++ b/src/libspucmml/xine_cmml_decoder.c |