diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 21:18:18 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 21:18:18 +0200 |
commit | d9719dbf52e99600c5e105efa7f828152c6cfe19 (patch) | |
tree | e46408072c900ef2ec3dbfcbf5e475cbde65d739 | |
parent | ee13bbd57e1f5722a3b5e2cdbefb33b5108b36cb (diff) | |
download | xine-lib-d9719dbf52e99600c5e105efa7f828152c6cfe19.tar.gz xine-lib-d9719dbf52e99600c5e105efa7f828152c6cfe19.tar.bz2 |
Rename xine_decoder.c to xine_faad_decoder.c.
Use xineplug_LTLIBRARIES.
--HG--
rename : src/libfaad/xine_decoder.c => src/libfaad/xine_faad_decoder.c
-rw-r--r-- | src/libfaad/Makefile.am | 8 | ||||
-rw-r--r-- | src/libfaad/xine_faad_decoder.c (renamed from src/libfaad/xine_decoder.c) | 0 |
2 files changed, 3 insertions, 5 deletions
diff --git a/src/libfaad/Makefile.am b/src/libfaad/Makefile.am index dcc57792a..d1a4ed865 100644 --- a/src/libfaad/Makefile.am +++ b/src/libfaad/Makefile.am @@ -2,13 +2,11 @@ include $(top_srcdir)/misc/Makefile.common SUBDIRS = codebook -libdir = $(XINE_PLUGINDIR) - if BUILD_FAAD faad_module = xineplug_decode_faad.la endif -lib_LTLIBRARIES = $(faad_module) +xineplug_LTLIBRARIES = $(faad_module) VPATH = @srcdir@:@srcdir@/codebook: @@ -52,9 +50,9 @@ xineplug_decode_faad_la_SOURCES = \ ssr_ipqf.c \ syntax.c \ tns.c \ - xine_decoder.c + xine_faad_decoder.c -xineplug_decode_faad_la_LDFLAGS = -avoid-version -module +xineplug_decode_faad_la_LDFLAGS = $(xineplug_ldflags) xineplug_decode_faad_la_LIBADD = -lm $(XINE_LIB) noinst_HEADERS = \ diff --git a/src/libfaad/xine_decoder.c b/src/libfaad/xine_faad_decoder.c index aa528a34d..aa528a34d 100644 --- a/src/libfaad/xine_decoder.c +++ b/src/libfaad/xine_faad_decoder.c |