mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
Remove test for framebuffer device from DirectFB check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20229 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bf8f553f13
commit
4b1dd57710
2
configure
vendored
2
configure
vendored
@ -3714,7 +3714,7 @@ echores "$_tga"
|
|||||||
echocheck "DirectFB"
|
echocheck "DirectFB"
|
||||||
if test "$_directfb" = auto ; then
|
if test "$_directfb" = auto ; then
|
||||||
_directfb=no
|
_directfb=no
|
||||||
if linux && test -c /dev/fb0; then
|
if linux; then
|
||||||
cat > $TMPC <<EOF
|
cat > $TMPC <<EOF
|
||||||
#include <directfb.h>
|
#include <directfb.h>
|
||||||
int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
|
int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
|
||||||
|
Loading…
Reference in New Issue
Block a user