Fixed ifdef. I'm too tired today :/

svn-id: r53440
This commit is contained in:
Filippos Karapetis
2010-10-13 17:45:20 +00:00
parent 96e05a1ff9
commit 2880ebdeb4
+1 -1
View File
@@ -55,7 +55,7 @@ Service *InputEngine_CreateObject(Kernel *pKernel);
Service *SoundEngine_CreateObject(Kernel *pKernel);
Service *LuaScriptEngine_CreateObject(Kernel *pKernel);
Service *Geometry_CreateObject(Kernel *pKernel);
#ifndef USE_THEORADEC
#ifdef USE_THEORADEC
Service *OggTheora_CreateObject(Kernel *pKernel);
#else
Service *OggTheora_CreateObject(Kernel *pKernel) { return NULL; }