diff options
author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2009-02-10 11:29:31 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-10 11:29:31 +0000 |
commit | 3d6fac8cee1a5d4afb0b79894d83d076d4715e19 (patch) | |
tree | f80b8afd9a7c7c168313166965592b7b06706db5 /libavcodec/libopenjpeg.c | |
parent | 79ff462e73e73591573bcd01e8ee6614b7ac1c69 (diff) | |
download | ffmpeg-3d6fac8cee1a5d4afb0b79894d83d076d4715e19.tar.gz |
Use default system include path for an installed OpenJPEG library.
patch by Mathieu Malaterre, mathieu.malaterre gmail com
Originally committed as revision 17129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/libopenjpeg.c')
-rw-r--r-- | libavcodec/libopenjpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libopenjpeg.c b/libavcodec/libopenjpeg.c index f231ea3336..70581ee73c 100644 --- a/libavcodec/libopenjpeg.c +++ b/libavcodec/libopenjpeg.c @@ -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 |