summaryrefslogtreecommitdiff
path: root/src/liba52
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/liba52
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/liba52')
-rw-r--r--src/liba52/Makefile.am8
-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