summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-06-10 23:57:57 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-06-10 23:57:57 +0000
commit58e22ca569e796b8bbb66d15808d4c9daad5f3d7 (patch)
tree84cf9c4574006022174ed52a660a51f2da92e998
parent3e866e3fca3d10a7cfe7b78fece1dcf1eaa2e981 (diff)
downloadxine-lib-58e22ca569e796b8bbb66d15808d4c9daad5f3d7.tar.gz
xine-lib-58e22ca569e796b8bbb66d15808d4c9daad5f3d7.tar.bz2
link libaa to aa output plugin.
CVS patchset: 159 CVS date: 2001/06/10 23:57:57
-rw-r--r--configure.in1
-rw-r--r--src/video_out/Makefile.am1
2 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 03077b0b9..0385f5fa5 100644
--- a/configure.in
+++ b/configure.in
@@ -189,7 +189,6 @@ dnl Checks for Ascii-Art library
dnl
AC_CHECK_LIB(aa, main,
- LIBS="$LIBS -laa"
AC_DEFINE(HAVE_AA)
ac_have_aa="yes",,)
AM_CONDITIONAL(HAVE_AA, test x$ac_have_aa = "xyes")
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 249e5044c..bb976c938 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -35,6 +35,7 @@ xineplug_vo_out_syncfb_la_SOURCES = video_out_syncfb.c
xineplug_vo_out_syncfb_la_LDFLAGS = -avoid-version -module
xineplug_vo_out_aa_la_SOURCES = video_out_aa.c
+xineplug_vo_out_aa_la_LIBADD = -laa
xineplug_vo_out_aa_la_LDFLAGS = -avoid-version -module
noinst_HEADERS = yuv2rgb.h video_out_syncfb.h