Commit 69fa9c0a authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40260
parent a0064411
...@@ -746,7 +746,7 @@ CheckDirectFB() ...@@ -746,7 +746,7 @@ CheckDirectFB()
AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.]) AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
fi fi
DIRECTFB_REQUIRED_VERSION=0.9.7 DIRECTFB_REQUIRED_VERSION=0.9.8
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb` DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`
......
...@@ -290,7 +290,7 @@ static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelForm ...@@ -290,7 +290,7 @@ static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelForm
return -1; return -1;
} }
format->BitsPerPixel = BITS_PER_PIXEL(pixelformat); format->BitsPerPixel = DFB_BITS_PER_PIXEL(pixelformat);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment