Mercurial > mplayer.hg
comparison configure @ 20223:3cf137e11d5f
Remove test for framebuffer device from DirectFB check.
author | diego |
---|---|
date | Sun, 15 Oct 2006 12:33:53 +0000 |
parents | 409f808489bf |
children | f3d5057ebb59 |
comparison
equal
deleted
inserted
replaced
20222:620bc3761dde | 20223:3cf137e11d5f |
---|---|
3712 | 3712 |
3713 | 3713 |
3714 echocheck "DirectFB" | 3714 echocheck "DirectFB" |
3715 if test "$_directfb" = auto ; then | 3715 if test "$_directfb" = auto ; then |
3716 _directfb=no | 3716 _directfb=no |
3717 if linux && test -c /dev/fb0; then | 3717 if linux; then |
3718 cat > $TMPC <<EOF | 3718 cat > $TMPC <<EOF |
3719 #include <directfb.h> | 3719 #include <directfb.h> |
3720 int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } | 3720 int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } |
3721 EOF | 3721 EOF |
3722 for _inc_tmp in "" -I/usr/local/include/directfb \ | 3722 for _inc_tmp in "" -I/usr/local/include/directfb \ |