diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 21:15:34 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-04 21:15:34 +0200 |
commit | fce0775e55c1cabe70b5c81f7275b4dc2844b690 (patch) | |
tree | 478fdc3b7ce46abad9b374b86ba1358a64e68514 /src | |
parent | 3b6ef82b64306c9d03341fe60e5ad641ad50809d (diff) | |
download | xine-lib-fce0775e55c1cabe70b5c81f7275b4dc2844b690.tar.gz xine-lib-fce0775e55c1cabe70b5c81f7275b4dc2844b690.tar.bz2 |
Rename xine_decoder.c to xine_a52_decoder.c.
Use xineplug_LTLIBRARIES.
--HG--
rename : src/liba52/xine_decoder.c => src/liba52/xine_a52_decoder.c
Diffstat (limited to 'src')
-rw-r--r-- | src/liba52/Makefile.am | 8 | ||||
-rw-r--r-- | src/liba52/xine_a52_decoder.c (renamed from src/liba52/xine_decoder.c) | 0 |
2 files changed, 3 insertions, 5 deletions
diff --git a/src/liba52/Makefile.am b/src/liba52/Makefile.am index f296a0ef3..6a0aebe62 100644 --- a/src/liba52/Makefile.am +++ b/src/liba52/Makefile.am @@ -1,12 +1,10 @@ include $(top_srcdir)/misc/Makefile.common -libdir = $(XINE_PLUGINDIR) - if A52 a52_module = xineplug_decode_a52.la endif -lib_LTLIBRARIES = $(a52_module) +xineplug_LTLIBRARIES = $(a52_module) if EXTERNAL_A52DEC internal_sources = @@ -20,7 +18,7 @@ internal_sources = \ endif xineplug_decode_a52_la_SOURCES = \ - xine_decoder.c \ + xine_a52_decoder.c \ $(internal_sources) if EXTERNAL_A52DEC @@ -30,7 +28,7 @@ xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -lm endif xineplug_decode_a52_la_CFLAGS = $(VISIBILITY_FLAG) -xineplug_decode_a52_la_LDFLAGS = -avoid-version -module +xineplug_decode_a52_la_LDFLAGS = $(xineplug_ldflags) noinst_HEADERS = \ a52.h \ diff --git a/src/liba52/xine_decoder.c b/src/liba52/xine_a52_decoder.c index 5435e9664..5435e9664 100644 --- a/src/liba52/xine_decoder.c +++ b/src/liba52/xine_a52_decoder.c |