diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:48:04 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 22:48:04 +0200 |
commit | 4b96dda7e07c3d31f6298f8f185865fe7818dc8c (patch) | |
tree | 8d0a3252ed45050688b80e2b8ccb281da6fcea45 /src/libspudvb | |
parent | a32ee1f2295ca674287388d60230b9bf11b2cabf (diff) | |
download | xine-lib-4b96dda7e07c3d31f6298f8f185865fe7818dc8c.tar.gz xine-lib-4b96dda7e07c3d31f6298f8f185865fe7818dc8c.tar.bz2 |
Rename xine_decoder.c to xine_spudvb_decoder.c.
Use xineplug_LTLIBRARIES.
--HG--
rename : src/libspudvb/xine_decoder.c => src/libspudvb/xine_spudvb_decoder.c
Diffstat (limited to 'src/libspudvb')
-rw-r--r-- | src/libspudvb/Makefile.am | 4 | ||||
-rw-r--r-- | src/libspudvb/xine_spudvb_decoder.c (renamed from src/libspudvb/xine_decoder.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libspudvb/Makefile.am b/src/libspudvb/Makefile.am index 1efc8252f..b4ae9befe 100644 --- a/src/libspudvb/Makefile.am +++ b/src/libspudvb/Makefile.am @@ -4,7 +4,7 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_spudvb.la -xineplug_decode_spudvb_la_SOURCES = xine_decoder.c +xineplug_decode_spudvb_la_SOURCES = xine_spudvb_decoder.c xineplug_decode_spudvb_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) xineplug_decode_spudvb_la_CFLAGS = $(VISIBILITY_FLAG) -xineplug_decode_spudvb_la_LDFLAGS = -avoid-version -module +xineplug_decode_spudvb_la_LDFLAGS = $(xineplug_ldflags) diff --git a/src/libspudvb/xine_decoder.c b/src/libspudvb/xine_spudvb_decoder.c index f2fcfe182..f2fcfe182 100644 --- a/src/libspudvb/xine_decoder.c +++ b/src/libspudvb/xine_spudvb_decoder.c |