platoon-code / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

libyuv jpeg include needs extern c #305

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
extern "C" {
#if defined(USE_SYSTEM_LIBJPEG)
#include <jpeglib.h>
#elif defined(USE_LIBJPEG_TURBO)
#include "third_party/libjpeg_turbo/jpeglib.h"
#else
#include "third_party/libjpeg/jpeglib.h"
#endif
}

Original issue reported on code.google.com by fbarch...@google.com on 13 Jan 2014 at 7:31

GoogleCodeExporter commented 9 years ago
fixed in r967

Original comment by fbarch...@google.com on 13 Jan 2014 at 7:44