summaryrefslogtreecommitdiff
path: root/src/libmplex_wrapper.cc
diff options
context:
space:
mode:
authordeva <deva>2005-11-16 11:02:28 +0000
committerdeva <deva>2005-11-16 11:02:28 +0000
commit2ec93410616c86a3fd0e4464d34c4b5da77b13d5 (patch)
tree6ddf06c37f90b0bb8e7818994668abae82253fef /src/libmplex_wrapper.cc
parentd82090afef813e059d80b09311e5221d64dd6201 (diff)
*** empty log message ***
Diffstat (limited to 'src/libmplex_wrapper.cc')
-rw-r--r--src/libmplex_wrapper.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libmplex_wrapper.cc b/src/libmplex_wrapper.cc
index a93b4a9..4164ffe 100644
--- a/src/libmplex_wrapper.cc
+++ b/src/libmplex_wrapper.cc
@@ -28,6 +28,8 @@
#include "libmplex_wrapper.h"
#include "miav_config.h"
+#ifdef WITH_LIBMPLEX
+
#include <mjpeg_types.h>
#include <mjpeg_logging.h>
#include <mpegconsts.h>
@@ -480,3 +482,4 @@ int main (int argc, char* argv[])
}
#endif/*LIBMPLEX_WRAPPER_TEST*/
+#endif/*WITH_LIBMPLEX*/