summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-22 20:19:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-22 20:19:00 +0000
commitba82f36061c9798cf6db289232964f6645db122c (patch)
treed66b0eaa2941547bc54c7b785d6c80b2001a8e42 /libvo
parenta1639b42de07e0f6df59f3dcc97e87e8a7ef836d (diff)
downloadmpv-ba82f36061c9798cf6db289232964f6645db122c.tar.bz2
mpv-ba82f36061c9798cf6db289232964f6645db122c.tar.xz
Add Makefile variable for either internal or external VIDIX.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23086 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/Makefile b/libvo/Makefile
index 660880eac5..f2840e9161 100644
--- a/libvo/Makefile
+++ b/libvo/Makefile
@@ -12,7 +12,6 @@ SRCS_MPLAYER = aspect.c \
vo_yuv4mpeg.c \
$(VO_SRCS) \
-SRCS_MPLAYER-$(EXTERNAL_VIDIX) += vosub_vidix.c
SRCS_MPLAYER-$(VIDIX) += vosub_vidix.c
SRCS_COMMON = aclib.c \