summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 22:40:45 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 22:40:45 +0200
commitb87beb11fd9a5b253f301069348198950e529038 (patch)
tree32f9ae0d6b4582fbe563ad6ea6c37ae662c6524f
parentc95d450dadb640aa3ee4cb9536626fe183549ba3 (diff)
downloadxine-lib-b87beb11fd9a5b253f301069348198950e529038.tar.gz
xine-lib-b87beb11fd9a5b253f301069348198950e529038.tar.bz2
Rename xine_decoder.c to xine_musepack_decoder.c.
Use xineplug_LTLIBRARIES. --HG-- rename : src/libmusepack/xine_decoder.c => src/libmusepack/xine_musepack_decoder.c
-rw-r--r--src/libmusepack/Makefile.am9
-rw-r--r--src/libmusepack/xine_musepack_decoder.c (renamed from src/libmusepack/xine_decoder.c)0
2 files changed, 3 insertions, 6 deletions
diff --git a/src/libmusepack/Makefile.am b/src/libmusepack/Makefile.am
index 021ec0985..d39426597 100644
--- a/src/libmusepack/Makefile.am
+++ b/src/libmusepack/Makefile.am
@@ -4,10 +4,8 @@ SUBDIRS = musepack
EXTRA_DIST = diff_against_svn.patch
-libdir = $(XINE_PLUGINDIR)
-
if MUSEPACK
-lib_LTLIBRARIES = xineplug_decode_mpc.la
+xineplug_LTLIBRARIES = xineplug_decode_mpc.la
endif
if EXTERNAL_MPCDEC
@@ -23,7 +21,6 @@ else
xineplug_decode_mpc_la_LIBADD = $(XINE_LIB)
endif
-xineplug_decode_mpc_la_SOURCES = $(internal_sources) xine_decoder.c
+xineplug_decode_mpc_la_SOURCES = $(internal_sources) xine_musepack_decoder.c
xineplug_decode_mpc_la_CFLAGS = $(VISIBILITY_FLAG)
-xineplug_decode_mpc_la_LDFLAGS = -avoid-version -module
-
+xineplug_decode_mpc_la_LDFLAGS = $(xineplug_ldflags)
diff --git a/src/libmusepack/xine_decoder.c b/src/libmusepack/xine_musepack_decoder.c
index 26c2eddf5..26c2eddf5 100644
--- a/src/libmusepack/xine_decoder.c
+++ b/src/libmusepack/xine_musepack_decoder.c