summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2002-08-24 10:01:32 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2002-08-24 10:01:32 +0000
commit6efe8033c4edbd4f39beb943eb20fb51ddba25c3 (patch)
tree8cbb2e7c370dad33f0e06975fcb717cb7fd22eae /src/video_out
parent1ca95308b8b60cd674153c161ae348c1148df7a4 (diff)
downloadxine-lib-6efe8033c4edbd4f39beb943eb20fb51ddba25c3.tar.gz
xine-lib-6efe8033c4edbd4f39beb943eb20fb51ddba25c3.tar.bz2
linking fixes
CVS patchset: 2507 CVS date: 2002/08/24 10:01:32
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index c73fd76b5..99cd43fe1 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -84,7 +84,8 @@ xineplug_vo_out_aa_la_LDFLAGS = -avoid-version -module
xineplug_vo_out_fb_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c yuv2rgb_mlib.c \
alphablend.c video_out_fb.c
-xineplug_vo_out_fb_la_LIBADD = $(top_builddir)/src/xine-utils/libxineutils.la
+xineplug_vo_out_fb_la_LIBADD = $(top_builddir)/src/xine-utils/libxineutils.la \
+ $(top_builddir)/src/xine-engine/libxine.la
xineplug_vo_out_fb_la_LDFLAGS = -avoid-version -module
xineplug_vo_out_directfb_la_SOURCES = alphablend.c video_out_directfb.c