source:
trunk/config.tests/unix/libjpeg/libjpeg.cpp@
134
Last change on this file since 134 was 2, checked in by , 16 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | #include <sys/types.h> |
2 | #include <stdio.h> |
3 | extern "C" { |
4 | #include <jpeglib.h> |
5 | } |
6 | |
7 | int 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.