Mercurial > mplayer.hg
comparison configure @ 23315:39c0107471df
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
the variable is set to no a few lines above anyway.
author | diego |
---|---|
date | Thu, 17 May 2007 21:19:18 +0000 |
parents | 4ec3dd8f6093 |
children | 9446edf3329f |
comparison
equal
deleted
inserted
replaced
23314:4ec3dd8f6093 | 23315:39c0107471df |
---|---|
2515 x86 && _vidix_internal=yes | 2515 x86 && _vidix_internal=yes |
2516 # this is broken currently, undefined references to inw, outw etc. | 2516 # this is broken currently, undefined references to inw, outw etc. |
2517 # ppc && linux && _vidix_internal=yes | 2517 # ppc && linux && _vidix_internal=yes |
2518 alpha && linux && _vidix_internal=yes | 2518 alpha && linux && _vidix_internal=yes |
2519 qnx && _vidix_internal=no | 2519 qnx && _vidix_internal=no |
2520 sunos && not x86 && _vidix_internal=no | |
2521 beos && _vidix_internal=no | 2520 beos && _vidix_internal=no |
2522 darwin && _vidix_internal=no | 2521 darwin && _vidix_internal=no |
2523 fi | 2522 fi |
2524 | 2523 |
2525 | 2524 |