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/gfbdc.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/gfbdc.cpp')
| -rw-r--r-- | lib/gdi/gfbdc.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gdi/gfbdc.cpp b/lib/gdi/gfbdc.cpp index 83ffed2b..164258d8 100644 --- a/lib/gdi/gfbdc.cpp +++ b/lib/gdi/gfbdc.cpp @@ -157,4 +157,6 @@ void gFBDC::reloadSettings() setPalette(); } -// eAutoInitPtr<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC"); +#ifndef SDLDC +eAutoInitPtr<gFBDC> init_gFBDC(eAutoInitNumbers::graphic-1, "GFBDC"); +#endif
\ No newline at end of file |
