Mercurial > libavcodec.hg
changeset 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 | e3693cef784a |
children | 5e9e735cd793 |
files | libopenjpeg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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