comparison libopenjpeg.c @ 8787:9575568668c4 libavcodec

Use default system include path for an installed OpenJPEG library. patch by Mathieu Malaterre, mathieu.malaterre gmail com
author diego
date Tue, 10 Feb 2009 11:29:31 +0000
parents a261e3271d1f
children 54bc8a2727b0
comparison
equal deleted inserted replaced
8786:e3693cef784a 8787:9575568668c4
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 #include "libavutil/intreadwrite.h" 28 #include "libavutil/intreadwrite.h"
29 #define OPJ_STATIC 29 #define OPJ_STATIC
30 #include <libopenjpeg/openjpeg.h> 30 #include <openjpeg.h>
31 31
32 #define JP2_SIG_TYPE 0x6A502020 32 #define JP2_SIG_TYPE 0x6A502020
33 #define JP2_SIG_VALUE 0x0D0A870A 33 #define JP2_SIG_VALUE 0x0D0A870A
34 34
35 typedef struct { 35 typedef struct {