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/liba52/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/liba52') diff --git a/src/liba52/Makefile.am b/src/liba52/Makefile.am index 36225ab3e..a32acbd2c 100644 --- a/src/liba52/Makefile.am +++ b/src/liba52/Makefile.am @@ -15,6 +15,7 @@ xineplug_decode_a52_la_SOURCES = \ parse.c \ xine_decoder.c +xineplug_decode_a52_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_a52_la_LDFLAGS = -avoid-version -module noinst_HEADERS = \ -- cgit v1.2.3