summaryrefslogtreecommitdiff
path: root/src/img_encoder.h
diff options
context:
space:
mode:
authordeva <deva>2005-03-25 14:08:19 +0000
committerdeva <deva>2005-03-25 14:08:19 +0000
commit8d103b961932ee608dc9d0c866e92853a4d48194 (patch)
treebd6a367c7007ca3710557192e9bd868fccd0474b /src/img_encoder.h
parent4560e4d0b6dd611f370cb0b0b20055042c620b2a (diff)
Fixed linking problems with libjpeg (wrapped it in ' extern "C" ')
Diffstat (limited to 'src/img_encoder.h')
-rw-r--r--src/img_encoder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/img_encoder.h b/src/img_encoder.h
index 7f1da7e..25779ce 100644
--- a/src/img_encoder.h
+++ b/src/img_encoder.h
@@ -27,8 +27,9 @@
#include <stdlib.h>
#include <string.h>
#include <avformat.h>
+extern "C" {
#include <jpeglib.h>
-
+}
#include <dvframe.h>
#include "util.h"