summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 08:39:19 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-30 08:39:19 +0000
commit75030bf8c0f870179339c20fa7097db5329959c9 (patch)
treecc71ad1232664f9d58450d899fb5338d9b986669 /configure
parent9261f1cb954e56c94a5df087832eede0270f0f7e (diff)
downloadmpv-75030bf8c0f870179339c20fa7097db5329959c9.tar.bz2
mpv-75030bf8c0f870179339c20fa7097db5329959c9.tar.xz
Remove redundant variable setting.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20526 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 3a7fb1ee5b..ce43726073 100755
--- a/configure
+++ b/configure
@@ -3583,7 +3583,6 @@ int main(void) {
}
EOF
if cc_check -framework Carbon -framework QuickTime -framework CoreAudio; then
- _macosx=yes
_macosx_frameworks="-framework Carbon -framework QuickTime -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
_def_macosx='#define MACOSX 1'
_aosrc="$_aosrc ao_macosx.c"