diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:43:18 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:43:18 +0200 |
commit | 4faff7cf17d8e46c309ed53facf882f9d926ae7c (patch) | |
tree | 44637f18991e5ddc978978c85c7407e078fb126b | |
parent | b87beb11fd9a5b253f301069348198950e529038 (diff) | |
download | xine-lib-4faff7cf17d8e46c309ed53facf882f9d926ae7c.tar.gz xine-lib-4faff7cf17d8e46c309ed53facf882f9d926ae7c.tar.bz2 |
Rename xine_decoder.c to xine_cc_decoder.c.
Use xineplug_LTLIBRARIES.
--HG--
rename : src/libspucc/xine_decoder.c => src/libspucc/xine_cc_decoder.c
-rw-r--r-- | src/libspucc/Makefile.am | 2 | ||||
-rw-r--r-- | src/libspucc/xine_cc_decoder.c (renamed from src/libspucc/xine_decoder.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/libspucc/Makefile.am b/src/libspucc/Makefile.am index fff0ab47c..ec12c1bc7 100644 --- a/src/libspucc/Makefile.am +++ b/src/libspucc/Makefile.am @@ -4,7 +4,7 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_spucc.la -xineplug_decode_spucc_la_SOURCES = cc_decoder.c xine_decoder.c +xineplug_decode_spucc_la_SOURCES = cc_decoder.c xine_cc_decoder.c xineplug_decode_spucc_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) -fno-strict-aliasing xineplug_decode_spucc_la_LIBADD = $(XINE_LIB) xineplug_decode_spucc_la_LDFLAGS = -avoid-version -module diff --git a/src/libspucc/xine_decoder.c b/src/libspucc/xine_cc_decoder.c index 1a32274f6..1a32274f6 100644 --- a/src/libspucc/xine_decoder.c +++ b/src/libspucc/xine_cc_decoder.c |