Searched refs:SDL_UDEV_LIBS (Results 1 – 1 of 1) sorted by relevance
40 static const char *SDL_UDEV_LIBS[] = { "libudev.so.1", "libudev.so.0" }; variable272 for( i = 0 ; i < SDL_arraysize(SDL_UDEV_LIBS); i++) { in SDL_UDEV_LoadLibrary()273 _this->udev_handle = SDL_LoadObject(SDL_UDEV_LIBS[i]); in SDL_UDEV_LoadLibrary()
Completed in 4 milliseconds