summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 07:39:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 07:39:49 +0000
commit7a4e96783df4939affd8796105bc4e86508a8c14 (patch)
treed9a1e485fad8a8737a44adf8a8e911a830bd7d7c
parent293e11bc0f290de00b406329733a91420e615126 (diff)
downloadmpv-7a4e96783df4939affd8796105bc4e86508a8c14.tar.bz2
mpv-7a4e96783df4939affd8796105bc4e86508a8c14.tar.xz
Remove unused TARGET_WIN32 setting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26388 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure b/configure
index 88ed9ac643..669091f14a 100755
--- a/configure
+++ b/configure
@@ -1343,10 +1343,7 @@ if win32 ; then
_exesuf=".exe"
# -lwinmm is always needed for osdep/timer-win2.c
_ld_extra="$_ld_extra -lwinmm"
- _confwin32='TARGET_WIN32 = yes'
_timer=timer-win2.c
-else
- _confwin32='TARGET_WIN32 = no'
fi
if mingw32 ; then
@@ -7825,7 +7822,6 @@ VIDIX_UNICHROME=$_vidix_drv_unichrome
# --- Some stuff for autoconfigure ----
$_target_arch
$_target_arch_x86
-$_confwin32
TARGET_CPU=$iproc
HAVE_MMX = $_mmx
HAVE_MMX2 = $_mmxext