From 6efe8033c4edbd4f39beb943eb20fb51ddba25c3 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 24 Aug 2002 10:01:32 +0000 Subject: linking fixes CVS patchset: 2507 CVS date: 2002/08/24 10:01:32 --- src/dxr3/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/dxr3') diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am index 356ffc851..6d75ccbcd 100644 --- a/src/dxr3/Makefile.am +++ b/src/dxr3/Makefile.am @@ -11,7 +11,7 @@ if HAVE_X11 link_x_libs = $(X_LIBS) -lXext endif if HAVE_LIBFAME -link_fame = -lfame +link_fame = $(LIBFAME_LIBS) endif if HAVE_LIBRTE link_rte = -lrte @@ -20,13 +20,16 @@ endif lib_LTLIBRARIES = $(dxr3_modules) xineplug_decode_dxr3_video_la_SOURCES = dxr3_decode_video.c dxr3_scr.c +xineplug_decode_dxr3_video_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_dxr3_video_la_LDFLAGS = -avoid-version -module xineplug_decode_dxr3_spu_la_SOURCES = dxr3_decode_spu.c nav_read.c +xineplug_decode_dxr3_spu_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_dxr3_spu_la_LDFLAGS = -avoid-version -module xineplug_vo_out_dxr3_la_SOURCES = video_out_dxr3.c dxr3_mpeg_encoders.c alphablend.c dxr3_spu_encoder.c -xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_x_libs) +xineplug_vo_out_dxr3_la_LIBADD = $(link_fame) $(link_rte) $(link_x_libs) \ + $(top_builddir)/src/xine-utils/libxineutils.la xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module noinst_HEADERS = dxr3.h dxr3_scr.h video_out_dxr3.h nav_types.h nav_read.h alphablend.h bswap.h -- cgit v1.2.3