summaryrefslogtreecommitdiff
path: root/codec/convert.c
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2011-04-16 11:26:16 +0000
committerAntonin Descampe <antonin@gmail.com>2011-04-16 11:26:16 +0000
commit48fc70d4d16130ed296c541817f8affbaf0840a6 (patch)
tree2566ee0b5b2f1ada53b42805ffc4c08f9a412984 /codec/convert.c
parentdbbad6f1b0e88e9e19661ea287130cec94cb410d (diff)
renamed "openjpeg3d" in "openjp3d"
Diffstat (limited to 'codec/convert.c')
-rwxr-xr-xcodec/convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/convert.c b/codec/convert.c
index ff4dec3b..e6131381 100755
--- a/codec/convert.c
+++ b/codec/convert.c
@@ -31,7 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "openjpeg3d.h"
+#include "openjp3d.h"
#ifdef _WIN32
#include "windirent.h"
#else