summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-10-24 13:45:27 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-10-24 13:45:27 +0000
commitb96f7e0248bedc48b468f4c7dc872e04d4fe66f8 (patch)
tree93daa2d483d2fa2ae9066cfce455c05caa4d8b78
parentbcfe1227d726bdc7bb2e71bab13f7836d5affa28 (diff)
downloadxine-lib-b96f7e0248bedc48b468f4c7dc872e04d4fe66f8.tar.gz
xine-lib-b96f7e0248bedc48b468f4c7dc872e04d4fe66f8.tar.bz2
removing remainging recursive dynamic lib linking
CVS patchset: 875 CVS date: 2001/10/24 13:45:27
-rw-r--r--src/demuxers/Makefile.am2
-rw-r--r--src/dxr3/Makefile.am1
-rw-r--r--src/libspudec/Makefile.am1
3 files changed, 0 insertions, 4 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index b885d196e..57cfac345 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -25,11 +25,9 @@ xineplug_dmx_ogg_la_LIBADD = @OGG_LIBS@
xineplug_dmx_ogg_la_LDFLAGS = -avoid-version -module
xineplug_dmx_avi_la_SOURCES = demux_avi.c
-xineplug_dmx_avi_la_LIBADD = $(top_builddir)/src/xine-utils/libxineutils.la
xineplug_dmx_avi_la_LDFLAGS = -avoid-version -module
xineplug_dmx_mpeg_block_la_SOURCES = demux_mpeg_block.c
-xineplug_dmx_mpeg_block_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
xineplug_dmx_mpeg_block_la_LDFLAGS = -avoid-version -module
xineplug_dmx_mpeg_la_SOURCES = demux_mpeg.c
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am
index 16619413e..830d06cd6 100644
--- a/src/dxr3/Makefile.am
+++ b/src/dxr3/Makefile.am
@@ -14,7 +14,6 @@ lib_LTLIBRARIES = $(dxr3_modules)
xineplug_decode_dxr3_la_SOURCES = dxr3_decoder.c
xineplug_decode_dxr3_la_LDFLAGS = -avoid-version -module
-xineplug_decode_dxr3_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
xineplug_vo_out_dxr3_la_SOURCES = video_out_dxr3.c overlay.c
xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module $(X_LIBS)
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
index 6db4b63ad..9e5d8ca4b 100644
--- a/src/libspudec/Makefile.am
+++ b/src/libspudec/Makefile.am
@@ -8,7 +8,6 @@ lib_LTLIBRARIES = xineplug_decode_spu.la
xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c
xineplug_decode_spu_la_LDFLAGS = -avoid-version -module
-xineplug_decode_spu_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
noinst_HEADERS = spu.h
include_HEADERS = spu_decoder_api.h