diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-10-24 09:42:21 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-10-24 09:42:21 +0000 |
commit | 754fcb2fce9b2b9c9c0f04099dd6580428e8ff90 (patch) | |
tree | 21a3c889b4eb12e83120cae394ca02fde3095208 /src/liba52 | |
parent | 8d96c1b5a9344b593e8fbc1f4f67cc053754eaf9 (diff) | |
download | xine-lib-754fcb2fce9b2b9c9c0f04099dd6580428e8ff90.tar.gz xine-lib-754fcb2fce9b2b9c9c0f04099dd6580428e8ff90.tar.bz2 |
Fix unresolved symbols by linking with the xine library
CVS patchset: 2980
CVS date: 2002/10/24 09:42:21
Diffstat (limited to 'src/liba52')
-rw-r--r-- | src/liba52/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 = \ |