diff Makefile @ 28448:b644796edd94

Conditionally compile aclib.c instead of placing #ifdef around its content.
author diego
date Sun, 08 Feb 2009 03:42:00 +0000
parents 016656d0c9f6
children 3f597aacbb69
line wrap: on
line diff
--- a/Makefile	Sun Feb 08 03:39:07 2009 +0000
+++ b/Makefile	Sun Feb 08 03:42:00 2009 +0000
@@ -211,7 +211,6 @@
               libmpdemux/video.c \
               libmpdemux/yuv4mpeg.c \
               libmpdemux/yuv4mpeg_ratio.c \
-              libvo/aclib.c \
               libvo/osd.c \
               libvo/sub.c \
               osdep/$(GETCH) \
@@ -297,6 +296,7 @@
                                         libfaad2/syntax.c \
                                         libfaad2/tns.c \
 
+SRCS_COMMON-$(FASTMEMCPY)            += libvo/aclib.c
 SRCS_COMMON-$(FREETYPE)              += libvo/font_load_ft.c
 SRCS_COMMON-$(FTP)                   += stream/stream_ftp.c
 SRCS_COMMON-$(GIF)                   += libmpdemux/demux_gif.c