summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 12:13:53 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 12:13:53 +0000
commitb01493a577ff9c23d9e3bd25667e881fc18268d1 (patch)
treefe3e166b1ea81a8ce16b043c883aafb0b628a98c /configure
parenta3c3bca337f4a1d1055a791299de125a7cbf9d4f (diff)
downloadmpv-b01493a577ff9c23d9e3bd25667e881fc18268d1.tar.bz2
mpv-b01493a577ff9c23d9e3bd25667e881fc18268d1.tar.xz
Fix xvidix for non-x11 systems, 10l Alex :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4169 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index f382018d49..e1ddebb048 100755
--- a/configure
+++ b/configure
@@ -2754,8 +2754,13 @@ test "$_debug" && _def_debug='#define MP_DEBUG 1'
_def_linux='#undef TARGET_LINUX'
linux && _def_linux='#define TARGET_LINUX 1'
+# TODO cleanup the vidix stuff here
_def_vidix='#define CONFIG_VIDIX 1'
test "$_vidix" = no && _def_vidix='#undef CONFIG_VIDIX'
+if test "$_vidix" = yes && test "$_x11" = yes; then
+ _vosrc="$_vosrc vo_xvidux.c"
+ _vomodules="xvidix $_vomodules"
+fi
echo Checking for vidix ... "$_vidix"
#############################################################################
echo "Creating config.mak"