diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-04-16 11:29:51 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-04-16 11:29:51 +0000 |
| commit | 619439f45d6a59781d4da1aedf74743a9ebe7cfe (patch) | |
| tree | f4bb84b6311be0a007cbe127400d21bcbd104877 | |
| parent | 48fc70d4d16130ed296c541817f8affbaf0840a6 (diff) | |
renamed "openjpeg3d" in "openjp3d" (step 2)
| -rw-r--r-- | libopenjpeg3d/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | libopenjpeg3d/Makefile.am | 2 | ||||
| -rwxr-xr-x | libopenjpeg3d/openjp3d.c (renamed from libopenjpeg3d/openjpeg.c) | 0 | ||||
| -rwxr-xr-x | libopenjpeg3d/openjp3d.h (renamed from libopenjpeg3d/openjpeg3d.h) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/libopenjpeg3d/CMakeLists.txt b/libopenjpeg3d/CMakeLists.txt index cb4a5ce1..b57abc25 100644 --- a/libopenjpeg3d/CMakeLists.txt +++ b/libopenjpeg3d/CMakeLists.txt @@ -3,7 +3,7 @@ INCLUDE_REGULAR_EXPRESSION("^.*$") # Defines the source code for the library SET(OPENJP3D_SRCS -bio.c cio.c dwt.c event.c jp3d.c jp3d_lib.c mct.c mqc.c openjpeg.c pi.c raw.c t1.c t1_3d.c t2.c tcd.c tgt.c volume.c +bio.c cio.c dwt.c event.c jp3d.c jp3d_lib.c mct.c mqc.c openjp3d.c pi.c raw.c t1.c t1_3d.c t2.c tcd.c tgt.c volume.c ) # Build the library diff --git a/libopenjpeg3d/Makefile.am b/libopenjpeg3d/Makefile.am index 450bfbb2..578bcac2 100644 --- a/libopenjpeg3d/Makefile.am +++ b/libopenjpeg3d/Makefile.am @@ -23,7 +23,7 @@ jp3d_lib.c \ volume.c \ mct.c \ mqc.c \ -openjpeg.c \ +openjp3d.c \ pi.c \ raw.c \ t1.c \ diff --git a/libopenjpeg3d/openjpeg.c b/libopenjpeg3d/openjp3d.c index ab2744e1..ab2744e1 100755 --- a/libopenjpeg3d/openjpeg.c +++ b/libopenjpeg3d/openjp3d.c diff --git a/libopenjpeg3d/openjpeg3d.h b/libopenjpeg3d/openjp3d.h index e6829d91..e6829d91 100755 --- a/libopenjpeg3d/openjpeg3d.h +++ b/libopenjpeg3d/openjp3d.h |
