Joystick support?
#1
I've been trying to get my xbox 360 controller to work as a remote for xbmc. However, the xbmc build I'm using is compiled with the --disable-joystick flag. I'm running Arch Linux and am using (modifications of) these build instructions
Thus I recompiled it myself with said flag enabled, but the build failed due to some undefined references to SDL routines. Consequently I tried building with --enable-sdl and --enable-x11 (as the sdl-build failed with undefined references to X routines). But now my build fails with
Code:
OMXPlayerVideo.cpp: In member function ‘void OMXPlayerVideo::Output(int, double, bool)’:
OMXPlayerVideo.cpp:338:22: error: ‘class CWinSystemX11GLES’ has no member named ‘Support3D’

Is there a way to enable joystick support for XBMC on the raspberry pi?
Reply

Logout Mark Read Team Forum Stats Members Help
Joystick support?0