changeset 23068:03107c6ea534

Add Makefile variable for either internal or external VIDIX.
author diego
date Sun, 22 Apr 2007 20:19:00 +0000
parents 3c89c681e0d6
children 93948eb0280f
files configure libvo/Makefile
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Apr 22 20:16:29 2007 +0000
+++ b/configure	Sun Apr 22 20:19:00 2007 +0000
@@ -7666,8 +7666,9 @@
 VSTREAM = $_vstream
 STREAM_CACHE = $_stream_cache
 DVBIN = $_dvbin
-VIDIX = $_vidix_internal
-EXTERNAL_VIDIX = $_vidix_external
+VIDIX = $_vidix
+VIDIX_INTERNAL = $_vidix_internal
+VIDIX_EXTERNAL = $_vidix_external
 CONFIG_PP = yes
 MP3LAME = $_mp3lame
 LIBMENU = $_menu
--- a/libvo/Makefile	Sun Apr 22 20:16:29 2007 +0000
+++ b/libvo/Makefile	Sun Apr 22 20:19:00 2007 +0000
@@ -12,7 +12,6 @@
                vo_yuv4mpeg.c \
                $(VO_SRCS) \
 
-SRCS_MPLAYER-$(EXTERNAL_VIDIX) +=  vosub_vidix.c
 SRCS_MPLAYER-$(VIDIX)          +=  vosub_vidix.c
 
 SRCS_COMMON = aclib.c \