summaryrefslogtreecommitdiff
path: root/src/libspucmml
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 23:53:39 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-04 23:53:39 +0200
commitca897ff0f84cdc7fc83449d1d06dcc9528edbb97 (patch)
tree313c6245e23b257a05f220c65c6cdf2d474323be /src/libspucmml
parent60a408c3446733dc752979c1eab579c25a4a4897 (diff)
parentf5dc5087a79d813259a674bd96ba4dea43fb254c (diff)
downloadxine-lib-ca897ff0f84cdc7fc83449d1d06dcc9528edbb97.tar.gz
xine-lib-ca897ff0f84cdc7fc83449d1d06dcc9528edbb97.tar.bz2
Merge with main repository.
--HG-- rename : src/libffmpeg/dvaudio_decoder.c => src/libffmpeg/ff_dvaudio_decoder.c rename : src/libffmpeg/video_decoder.c => src/libffmpeg/ff_video_decoder.c rename : src/libffmpeg/xine_decoder.h => src/libffmpeg/ffmpeg_decoder.h rename : src/libffmpeg/xine_encoder.c => src/libffmpeg/ffmpeg_encoder.c
Diffstat (limited to 'src/libspucmml')
-rw-r--r--src/libspucmml/Makefile.am8
-rw-r--r--src/libspucmml/xine_cmml_decoder.c (renamed from src/libspucmml/xine_decoder.c)0
2 files changed, 3 insertions, 5 deletions
diff --git a/src/libspucmml/Makefile.am b/src/libspucmml/Makefile.am
index cf9095399..ac2970482 100644
--- a/src/libspucmml/Makefile.am
+++ b/src/libspucmml/Makefile.am
@@ -1,10 +1,8 @@
include $(top_srcdir)/misc/Makefile.common
-libdir = $(XINE_PLUGINDIR)
+xineplug_LTLIBRARIES = xineplug_decode_spucmml.la
-lib_LTLIBRARIES = xineplug_decode_spucmml.la
-
-xineplug_decode_spucmml_la_SOURCES = xine_decoder.c
+xineplug_decode_spucmml_la_SOURCES = xine_cmml_decoder.c
xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB)
xineplug_decode_spucmml_la_CFLAGS = $(VISIBILITY_FLAG)
-xineplug_decode_spucmml_la_LDFLAGS = -avoid-version -module
+xineplug_decode_spucmml_la_LDFLAGS = $(xineplug_ldflags)
diff --git a/src/libspucmml/xine_decoder.c b/src/libspucmml/xine_cmml_decoder.c
index 13cb6c066..13cb6c066 100644
--- a/src/libspucmml/xine_decoder.c
+++ b/src/libspucmml/xine_cmml_decoder.c