Normalized endlines.
1.1 --- a/docs/README-raspberrypi.md Mon Jun 08 03:07:16 2015 -0400
1.2 +++ b/docs/README-raspberrypi.md Mon Jun 08 03:07:24 2015 -0400
1.3 @@ -154,19 +154,19 @@
1.4 OpenGL problems
1.5 ================================================================================
1.6
1.7 -If you have desktop OpenGL headers installed at build time in your RPi or cross
1.8 -compilation environment, support for it will be built in. However, the chipset
1.9 -does not actually have support for it, which causes issues in certain SDL apps
1.10 -since the presence of OpenGL support supersedes the ES/ES2 variants.
1.11 -The workaround is to disable OpenGL at configuration time:
1.12 +If you have desktop OpenGL headers installed at build time in your RPi or cross
1.13 +compilation environment, support for it will be built in. However, the chipset
1.14 +does not actually have support for it, which causes issues in certain SDL apps
1.15 +since the presence of OpenGL support supersedes the ES/ES2 variants.
1.16 +The workaround is to disable OpenGL at configuration time:
1.17
1.18 ./configure --disable-video-opengl
1.19 -
1.20 -Or if the application uses the Render functions, you can use the SDL_RENDER_DRIVER
1.21 -environment variable:
1.22 -
1.23 - export SDL_RENDER_DRIVER=opengles2
1.24 -
1.25 +
1.26 +Or if the application uses the Render functions, you can use the SDL_RENDER_DRIVER
1.27 +environment variable:
1.28 +
1.29 + export SDL_RENDER_DRIVER=opengles2
1.30 +
1.31 ================================================================================
1.32 Notes
1.33 ================================================================================