diff options
author | Timothy Pearson <[email protected]> | 2012-08-08 01:26:02 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-08-08 01:26:02 -0500 |
commit | d573a253c1ba45b5e56f7bc25c8242f797a204e4 (patch) | |
tree | 660398c7833d3adff1f2e405081ec3d62728747a /kopete/libkopete/avdevice/videodevice.h | |
parent | fed3c63c9fbcc73c43b65082deed9279c729dc9c (diff) | |
download | tdenetwork-d573a253c1ba45b5e56f7bc25c8242f797a204e4.tar.gz tdenetwork-d573a253c1ba45b5e56f7bc25c8242f797a204e4.zip |
Fix FTBFS
Diffstat (limited to 'kopete/libkopete/avdevice/videodevice.h')
-rw-r--r-- | kopete/libkopete/avdevice/videodevice.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/libkopete/avdevice/videodevice.h b/kopete/libkopete/avdevice/videodevice.h index 7e575138..61bd8844 100644 --- a/kopete/libkopete/avdevice/videodevice.h +++ b/kopete/libkopete/avdevice/videodevice.h @@ -295,11 +295,11 @@ public: void enumerateMenu (void); #endif -#ifndef ENABLE_AV +#ifdef ENABLE_AV struct video_capability V4L_capabilities; struct video_buffer V4L_videobuffer; #endif -#endif +#endif TQValueVector<Kopete::AV::VideoInput> m_input; TQValueVector<Kopete::AV::VideoControl> m_control; // TQFile file; |