[-]
[+]
|
Changed |
configure-openjpeg.patch
|
@@ -11,3 +11,14 @@
enabled libschroedinger && add_cflags $(pkg-config --cflags schroedinger-1.0) &&
require libschroedinger schroedinger/schro.h schro_init $(pkg-config --libs schroedinger-1.0)
enabled libspeex && require libspeex speex/speex.h speex_decoder_init -lspeex
+--- libavcodec/libopenjpeg.c.orig 2010-05-25 20:31:32.571071017 +0200
++++ libavcodec/libopenjpeg.c 2010-05-25 20:31:46.779506410 +0200
+@@ -27,7 +27,7 @@
+ #include "avcodec.h"
+ #include "libavutil/intreadwrite.h"
+ #define OPJ_STATIC
+-#include <openjpeg.h>
++#include <openjpeg/openjpeg.h>
+
+ #define JP2_SIG_TYPE 0x6A502020
+ #define JP2_SIG_VALUE 0x0D0A870A
|