diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-17 21:19:18 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-17 21:19:18 +0000 |
commit | a8eaa5cf5ae1f38da105040e83a4ab7ca8597779 (patch) | |
tree | 6a18e6c7eedc396f83244a210d69a9ab9982c34c /configure | |
parent | f998479792e4a9bacfe4df5723869c0dc1b39ce6 (diff) | |
download | mpv-a8eaa5cf5ae1f38da105040e83a4ab7ca8597779.tar.bz2 mpv-a8eaa5cf5ae1f38da105040e83a4ab7ca8597779.tar.xz |
Remove redundant negation of _vidix_internal for the 'sunos && not x86' case,
the variable is set to no a few lines above anyway.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23333 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2517,7 +2517,6 @@ if test "$_vidix_internal" = auto ; then # ppc && linux && _vidix_internal=yes alpha && linux && _vidix_internal=yes qnx && _vidix_internal=no - sunos && not x86 && _vidix_internal=no beos && _vidix_internal=no darwin && _vidix_internal=no fi |