diff options
| author | 2009-12-01 16:51:00 +0000 | |
|---|---|---|
| committer | 2009-12-01 16:51:00 +0000 | |
| commit | 7ad74adb71f354d7e18704d1485187662b94670a (patch) | |
| tree | 91d4006f4b23aa51e9c10c24b25e39144a231c6b /src/modules/dcc/codec.cpp | |
| parent | excluded code by compile flag (diff) | |
| download | KVIrc-7ad74adb71f354d7e18704d1485187662b94670a.tar.gz KVIrc-7ad74adb71f354d7e18704d1485187662b94670a.tar.bz2 KVIrc-7ad74adb71f354d7e18704d1485187662b94670a.zip | |
fixed linking problems
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3644 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/codec.cpp')
| -rw-r--r-- | src/modules/dcc/codec.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/dcc/codec.cpp b/src/modules/dcc/codec.cpp index a1a0897e8..23f5b5676 100644 --- a/src/modules/dcc/codec.cpp +++ b/src/modules/dcc/codec.cpp @@ -127,6 +127,7 @@ const char * KviDccVideoCodec::name() return m_szName.ptr(); } +#ifndef COMPILE_DISABLE_OGG_THEORA KviDccVideoTheoraCodec::KviDccVideoTheoraCodec() : KviDccVideoCodec() { @@ -186,4 +187,5 @@ int KviDccVideoTheoraCodec::encodedFrameSize() int KviDccVideoTheoraCodec::decodedFrameSize() { return 0; -}
\ No newline at end of file +} +#endif // COMPILE_DISABLE_OGG_THEORA |
