diff 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
line wrap: on
line diff
--- a/libopenjpeg.c	Tue Feb 10 10:35:05 2009 +0000
+++ b/libopenjpeg.c	Tue Feb 10 11:29:31 2009 +0000
@@ -27,7 +27,7 @@
 #include "avcodec.h"
 #include "libavutil/intreadwrite.h"
 #define  OPJ_STATIC
-#include <libopenjpeg/openjpeg.h>
+#include <openjpeg.h>
 
 #define JP2_SIG_TYPE    0x6A502020
 #define JP2_SIG_VALUE   0x0D0A870A