Skip to content

Commit 9c4961b

Browse files
dlemstraaous72
andauthored
Renamed file to avoid duplicate library names in custom builds. (#252)
* Renamed file to avoid duplicate library names in custom builds. * Rename file reference from ojph_mem.c to ojph_mem_c.c Updated the license to refer to the new name. --------- Co-authored-by: Aous Naman <aous@unsw.edu.au>
1 parent 4beac80 commit 9c4961b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
//***************************************************************************/
3232
// This file is part of the OpenJPH software implementation.
33-
// File: ojph_mem.c
33+
// File: ojph_mem_c.c
3434
// Author: Aous Naman
3535
// Date: 17 October 2025
3636
//***************************************************************************/

tests/mse_pae.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include_directories(../src/apps/common)
99
include_directories(../src/core/openjph)
1010

1111
# Configure source files
12-
set(SOURCES mse_pae.cpp "../src/apps/others/ojph_img_io.cpp" "../src/core/others/ojph_message.cpp" "../src/core/others/ojph_file.cpp" "../src/core/others/ojph_mem.cpp" "../src/core/others/ojph_mem.c" "../src/core/others/ojph_arch.cpp")
12+
set(SOURCES mse_pae.cpp "../src/apps/others/ojph_img_io.cpp" "../src/core/others/ojph_message.cpp" "../src/core/others/ojph_file.cpp" "../src/core/others/ojph_mem.cpp" "../src/core/others/ojph_mem_c.c" "../src/core/others/ojph_arch.cpp")
1313
set(OJPH_IMG_IO_SSE41 "../src/apps/others/ojph_img_io_sse41.cpp")
1414
set(OJPH_IMG_IO_AVX2 "../src/apps/others/ojph_img_io_avx2.cpp")
1515

0 commit comments

Comments
 (0)