Merge branch 'ct' of git.pipapo.org:cinelerra-ct into ct
[cinelerra_cv/ct.git] / cinelerra / jpegwrapper.h
blob07912293bb8ea1e800f487d8a7d40207bac84aad
1 #ifndef JPEGWRAPPER_H
2 #define JPEGWRAPPER_H
4 // jpegsrc doesn't work for C++ so wrap it
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 #include <jpeglib.h>
12 #ifdef __cplusplus
14 #endif
16 #endif
18 // Local Variables:
19 // mode: C++
20 // c-file-style: "linux"
21 // End: