]> granicus.if.org Git - openjpeg/commitdiff
[trunk] Missing endianess setting
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 28 Apr 2014 07:44:39 +0000 (07:44 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 28 Apr 2014 07:44:39 +0000 (07:44 +0000)
Fixes issue 337

src/bin/common/opj_apps_config.h.cmake.in
src/lib/openjp2/cio.h

index 4ea1efa3ea2b04f63a6a5010cb39bb80089af164..5e606907e5637dd868f999b9731ca45d056f8763 100644 (file)
@@ -1,3 +1,5 @@
+#include "opj_config_private.h"\r
+\r
 /* create opj_apps_config.h for CMake */\r
 \r
 #cmakedefine OPJ_HAVE_LIBPNG @HAVE_LIBPNG@\r
index 729d073ac26656d50fec029824834a241db8b9cf..6dfa5bb847b338f2c2a3d45fae8feb178184b598 100644 (file)
@@ -49,7 +49,7 @@ The functions in CIO.C have for goal to realize a byte input / output process.
 /** @defgroup CIO CIO - byte input-output stream */
 /*@{*/
 
-#include "opj_config.h"
+#include "opj_config_private.h"
 
 /* ----------------------------------------------------------------------- */