[MPlayer-cvslog] r20229 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Oct 15 14:33:53 CEST 2006
Author: diego
Date: Sun Oct 15 14:33:53 2006
New Revision: 20229
Modified:
trunk/configure
Log:
Remove test for framebuffer device from DirectFB check.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Oct 15 14:33:53 2006
@@ -3714,7 +3714,7 @@
echocheck "DirectFB"
if test "$_directfb" = auto ; then
_directfb=no
- if linux && test -c /dev/fb0; then
+ if linux; then
cat > $TMPC <<EOF
#include <directfb.h>
int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
More information about the MPlayer-cvslog
mailing list