1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-14 10:55:43 +00:00

Remove Linux test from DirectFB check, it runs on some BSD systems at least.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20245 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-15 16:47:17 +00:00
parent 709aa208de
commit 11ef25c878

4
configure vendored
View File

@ -3714,8 +3714,7 @@ echores "$_tga"
echocheck "DirectFB"
if test "$_directfb" = auto ; then
_directfb=no
if linux; then
cat > $TMPC <<EOF
cat > $TMPC <<EOF
#include <directfb.h>
int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
EOF
@ -3724,7 +3723,6 @@ EOF
cc_check $_inc_tmp -ldirectfb && _directfb=yes && \
_inc_extra="$_inc_extra $_inc_tmp" && break
done
fi
fi
dfb_version() {