From 754fcb2fce9b2b9c9c0f04099dd6580428e8ff90 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Thu, 24 Oct 2002 09:42:21 +0000 Subject: Fix unresolved symbols by linking with the xine library CVS patchset: 2980 CVS date: 2002/10/24 09:42:21 --- src/libxineadec/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libxineadec') diff --git a/src/libxineadec/Makefile.am b/src/libxineadec/Makefile.am index 10ebe0460..ded631840 100644 --- a/src/libxineadec/Makefile.am +++ b/src/libxineadec/Makefile.am @@ -17,14 +17,17 @@ xineplug_decode_roqaudio_la_SOURCES = roqaudio.c xineplug_decode_roqaudio_la_LDFLAGS = -avoid-version -module xineplug_decode_adpcm_la_SOURCES = adpcm.c +xineplug_decode_adpcm_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_adpcm_la_LDFLAGS = -avoid-version -module xineplug_decode_logpcm_la_SOURCES = logpcm.c +xineplug_decode_logpcm_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_logpcm_la_LDFLAGS = -avoid-version -module xineplug_decode_gsm610_la_SOURCES = gsm610.c xineplug_decode_gsm610_la_LDFLAGS = -avoid-version -module xineplug_decode_gsm610_la_LIBADD = \ + $(top_builddir)/src/xine-engine/libxine.la \ $(top_builddir)/src/libxineadec/gsm610/libgsm610.la # noinst_HEADERS = -- cgit v1.2.3