diff options
author | Ewald Snel <esnel@users.sourceforge.net> | 2002-04-20 14:02:45 +0000 |
---|---|---|
committer | Ewald Snel <esnel@users.sourceforge.net> | 2002-04-20 14:02:45 +0000 |
commit | 0f82f5f4e1bd668322fd575c9824145e105e0b02 (patch) | |
tree | 8e131b2bb6f80c8688959c1a2e92033397cd1f26 /src/libmpeg2 | |
parent | 2f263b7df415c4f7b18061619cfa8e8e2432d280 (diff) | |
download | xine-lib-0f82f5f4e1bd668322fd575c9824145e105e0b02.tar.gz xine-lib-0f82f5f4e1bd668322fd575c9824145e105e0b02.tar.bz2 |
Fix for unresolved symbols in plugins
CVS patchset: 1745
CVS date: 2002/04/20 14:02:45
Diffstat (limited to 'src/libmpeg2')
-rw-r--r-- | src/libmpeg2/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libmpeg2/Makefile.am b/src/libmpeg2/Makefile.am index 37c5a9b53..28a727093 100644 --- a/src/libmpeg2/Makefile.am +++ b/src/libmpeg2/Makefile.am @@ -16,6 +16,7 @@ xineplug_decode_mpeg2_la_SOURCES = slice.c header.c stats.c idct.c \ motion_comp.c decode.c idct_mmx.c motion_comp_mmx.c \ idct_mlib.c motion_comp_mlib.c idct_altivec.c \ motion_comp_altivec.c cpu_state.c xine_decoder.c +xineplug_decode_mpeg2_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_mpeg2_la_LDFLAGS = -avoid-version -module noinst_HEADERS = vlc.h mpeg2.h mpeg2_internal.h |