summaryrefslogtreecommitdiff
path: root/src/video_out
diff options
context:
space:
mode:
authorHeiko Schaefer <heikos@users.sourceforge.net>2001-06-10 23:10:52 +0000
committerHeiko Schaefer <heikos@users.sourceforge.net>2001-06-10 23:10:52 +0000
commit9f1437018497615770fd42ef517e164429da3ca5 (patch)
tree19b7e956a2e31f1bf7d3afd3b30f0e4651713913 /src/video_out
parenta65848a93863f934f1c058bb14bd79b76635836b (diff)
downloadxine-lib-9f1437018497615770fd42ef517e164429da3ca5.tar.gz
xine-lib-9f1437018497615770fd42ef517e164429da3ca5.tar.bz2
introducing aalib based video output
CVS patchset: 157 CVS date: 2001/06/10 23:10:52
Diffstat (limited to 'src/video_out')
-rw-r--r--src/video_out/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index ba7769edd..249e5044c 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -12,13 +12,17 @@ xv_module = xineplug_vo_out_xv.la
endif
endif
+if HAVE_AA
+aa_module = xineplug_vo_out_aa.la
+endif
+
##
# IMPORTANT:
# ---------
# All of xine video out plugins should be named like the
# scheme "xineplug_vo_out_"
#
-lib_LTLIBRARIES = $(xv_module) $(syncfb_module) $(xshm_module)
+lib_LTLIBRARIES = $(xv_module) $(syncfb_module) $(xshm_module) $(aa_module)
xineplug_vo_out_xv_la_SOURCES = video_out_xv.c
xineplug_vo_out_xv_la_LIBADD = $(X_LIBS)
@@ -30,6 +34,9 @@ xineplug_vo_out_xshm_la_LDFLAGS = -avoid-version -module
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_LDFLAGS = -avoid-version -module
+
noinst_HEADERS = yuv2rgb.h video_out_syncfb.h
include_HEADERS = video_out_x11.h