summaryrefslogtreecommitdiff
path: root/src/dxr3
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-22 21:34:54 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-10-22 21:34:54 +0000
commitf00e62b71aa363f4edbc359ce771f56315897ada (patch)
tree6f8375f6358b5500bdeb3b7ee6a298bb3f1a7919 /src/dxr3
parent281d2f5ebe47b9b0cad4c5167f63d38a47a5f64f (diff)
downloadxine-lib-f00e62b71aa363f4edbc359ce771f56315897ada.tar.gz
xine-lib-f00e62b71aa363f4edbc359ce771f56315897ada.tar.bz2
Fixed libxineutils linking.
CVS patchset: 859 CVS date: 2001/10/22 21:34:54
Diffstat (limited to 'src/dxr3')
-rw-r--r--src/dxr3/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dxr3/Makefile.am b/src/dxr3/Makefile.am
index a171d1fca..16619413e 100644
--- a/src/dxr3/Makefile.am
+++ b/src/dxr3/Makefile.am
@@ -14,11 +14,10 @@ lib_LTLIBRARIES = $(dxr3_modules)
xineplug_decode_dxr3_la_SOURCES = dxr3_decoder.c
xineplug_decode_dxr3_la_LDFLAGS = -avoid-version -module
-xineplug_decode_dxr3_la_LIBADD = $(top_builddir)/src/xine-utils/libxineutils.la $(top_builddir)/src/xine-engine/libxine.la
+xineplug_decode_dxr3_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
xineplug_vo_out_dxr3_la_SOURCES = video_out_dxr3.c overlay.c
xineplug_vo_out_dxr3_la_LDFLAGS = -avoid-version -module $(X_LIBS)
-xineplug_vo_out_dxr3_la_LIBADD = $(top_builddir)/src/xine-utils/libxineutils.la
include_HEADERS = dxr3_overlay.h