r999: maintainers added to README_en.
[cinelerra_cv/mob.git] / cinelerra / jpegwrapper.h
blob09869cb3d7685e2b68896ec665f4474be8210365
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