Fix window and audio providers.

This commit is contained in:
Matthew Einhorn 2015-03-18 15:08:25 -04:00
parent c4005b0c6a
commit 9f3760e521
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ selector to a specific implementation.
KIVY_WINDOW
Implementation to use for creating the Window
Values: pygame, x11, sdl, egl_rpi
Values: pygame, x11, sdl2, egl_rpi
KIVY_TEXT
Implementation to use for rendering text
@ -110,7 +110,7 @@ KIVY_VIDEO
KIVY_AUDIO
Implementation to use for playing audio
Values: gstplayer, pygst, sdl, pygame
Values: gstplayer, pygst, ffpyplayer, sdl2, pygame
KIVY_IMAGE
Implementation to use for reading image