From b96f7e0248bedc48b468f4c7dc872e04d4fe66f8 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 24 Oct 2001 13:45:27 +0000 Subject: removing remainging recursive dynamic lib linking CVS patchset: 875 CVS date: 2001/10/24 13:45:27 --- src/demuxers/Makefile.am | 2 -- src/dxr3/Makefile.am | 1 - src/libspudec/Makefile.am | 1 - 3 files changed, 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 -- cgit v1.2.3