diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-15 17:51:45 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-15 17:51:45 +0000 |
commit | ffc7e6ebebcfadc9d911979265ae5c51cca38f46 (patch) | |
tree | bcde6fa160a64793212940d7a1858e3df9db6900 /configure | |
parent | a4a215beace15f1454b445e2bf7890f3294d5793 (diff) |
restored vidix build on powerpc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24533 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4195,8 +4195,7 @@ _vidix_drv_unichrome=no if test "$_vidix_internal" = auto ; then _vidix_internal=no x86 && _vidix_internal=yes - # this is broken currently, undefined references to inw, outw etc. - #ppc && linux && _vidix_internal=yes + ppc && linux && _vidix_internal=yes alpha && linux && _vidix_internal=yes qnx || beos || darwin && _vidix_internal=no fi |