diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-05-20 19:41:31 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2005-05-20 19:41:31 +0000 |
| commit | 4c1d83d373b4a0737da668945d1ddb3278b6c3b7 (patch) | |
| tree | b03235e5b74eacfe2092ba1b62493ecb2c7a903e /lib/gdi/sdl.cpp | |
| parent | 1eb32db73e712e251ca1c52654649a3afc364dde (diff) | |
| download | enigma2-4c1d83d373b4a0737da668945d1ddb3278b6c3b7.tar.gz enigma2-4c1d83d373b4a0737da668945d1ddb3278b6c3b7.zip | |
work on rotor support, add usals stuff (rotor stuff not completed yet),
only send diseqc when needed
Diffstat (limited to 'lib/gdi/sdl.cpp')
| -rw-r--r-- | lib/gdi/sdl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gdi/sdl.cpp b/lib/gdi/sdl.cpp index 591487f4..bf2b585b 100644 --- a/lib/gdi/sdl.cpp +++ b/lib/gdi/sdl.cpp @@ -82,4 +82,6 @@ void gSDLDC::exec(gOpcode *o) } } +#ifdef SDLDC eAutoInitPtr<gSDLDC> init_gSDLDC(eAutoInitNumbers::graphic-1, "gSDLDC"); +#endif |
