summaryrefslogtreecommitdiff
path: root/src/video_out/Makefile.am
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-03-08 13:05:42 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-03-08 13:05:42 +0000
commitc637776abc2a051f9bfa5d10a638fdd46a86726f (patch)
treed52a2bf284c78f8dd874496f6310e666c0f60ea5 /src/video_out/Makefile.am
parent78b3607df02320870c07ec36f89fb90d783a35ec (diff)
downloadxine-lib-c637776abc2a051f9bfa5d10a638fdd46a86726f.tar.gz
xine-lib-c637776abc2a051f9bfa5d10a638fdd46a86726f.tar.bz2
Reenable AAlib output.
CVS patchset: 1544 CVS date: 2002/03/08 13:05:42
Diffstat (limited to 'src/video_out/Makefile.am')
-rw-r--r--src/video_out/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index 3bb16abce..f3e9cd8e3 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -43,7 +43,7 @@ endif
# lib_LTLIBRARIES = $(xv_module) $(syncfb_module) $(xshm_module) $(aa_module) \
# $(fb_module) $(sdl_module) $(opengl_module) $(directfb_module)
-lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module)
+lib_LTLIBRARIES = $(xshm_module) $(xv_module) $(directfb_module) $(aa_module)
xineplug_vo_out_xv_la_SOURCES = deinterlace.c alphablend.c video_out_xv.c
xineplug_vo_out_xv_la_LIBADD = $(XV_LIB) $(X_LIBS) -lXext
@@ -62,9 +62,9 @@ xineplug_vo_out_xshm_la_LDFLAGS = -avoid-version -module
#xineplug_vo_out_syncfb_la_SOURCES = alphablend.c 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 = $(AALIB_LIBS)
-#xineplug_vo_out_aa_la_LDFLAGS = -avoid-version -module
+xineplug_vo_out_aa_la_SOURCES = video_out_aa.c
+xineplug_vo_out_aa_la_LIBADD = $(AALIB_LIBS)
+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