source: trunk/config.tests/unix/libjpeg/libjpeg.cpp@ 134

Last change on this file since 134 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 179 bytes
Line 
1#include <sys/types.h>
2#include <stdio.h>
3extern "C" {
4#include <jpeglib.h>
5}
6
7int main(int, char **)
8{
9 j_compress_ptr cinfo;
10 jpeg_create_compress(cinfo);
11 return 0;
12}
Note: See TracBrowser for help on using the repository browser.