diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-08 01:26:02 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-08-08 01:26:02 -0500 |
commit | d573a253c1ba45b5e56f7bc25c8242f797a204e4 (patch) | |
tree | 660398c7833d3adff1f2e405081ec3d62728747a /kopete/libkopete/avdevice/videodevice.cpp | |
parent | fed3c63c9fbcc73c43b65082deed9279c729dc9c (diff) | |
download | tdenetwork-d573a253c1ba45b5e56f7bc25c8242f797a204e4.tar.gz tdenetwork-d573a253c1ba45b5e56f7bc25c8242f797a204e4.zip |
Fix FTBFS
Diffstat (limited to 'kopete/libkopete/avdevice/videodevice.cpp')
-rw-r--r-- | kopete/libkopete/avdevice/videodevice.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kopete/libkopete/avdevice/videodevice.cpp b/kopete/libkopete/avdevice/videodevice.cpp index e12fb02f..1df1220f 100644 --- a/kopete/libkopete/avdevice/videodevice.cpp +++ b/kopete/libkopete/avdevice/videodevice.cpp @@ -2237,7 +2237,11 @@ TQString VideoDevice::pixelFormatName(int pixelformat) int VideoDevice::detectPixelFormats() { +#if defined(__linux__) && defined(ENABLE_AV) +#ifdef V4L2_CAP_VIDEO_CAPTURE int err = 0; +#endif +#endif switch(m_driver) { #if defined(__linux__) && defined(ENABLE_AV) |