diff options
| author | Antonin Descampe <antonin@gmail.com> | 2010-10-05 10:33:15 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2010-10-05 10:33:15 +0000 |
| commit | 3caa4f8f4f086e610aa5ee597f673a2c78f8b848 (patch) | |
| tree | 1c9c9af14c2509d76bc5234a742987751efec2df /codec/convert.c | |
| parent | 61595fc656233d0888ebd085c26ad5e2d83749ef (diff) | |
Added files to let people build openjpeg with configure tools ; Added makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
Diffstat (limited to 'codec/convert.c')
| -rwxr-xr-x | codec/convert.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/codec/convert.c b/codec/convert.c index 07ecd929..b9aa656f 100755 --- a/codec/convert.c +++ b/codec/convert.c @@ -31,9 +31,9 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> -#include "openjpeg.h" +#include "../libjp3dvm/openjpeg.h" #ifdef WIN32 -#include "dirent.h" +#include "windirent.h" #else #include <dirent.h> #endif /* WIN32 */ |
