File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ if(EMSCRIPTEN)
2121 endif ()
2222else ()
2323 if (NOT OJPH_DISABLE_SIMD)
24- if (("${OJPH_TARGET_ARCH} " MATCHES "OJPH_ARCH_X86_64" )
24+ if (("${OJPH_TARGET_ARCH} " MATCHES "OJPH_ARCH_X86_64" )
2525 OR ("${OJPH_TARGET_ARCH} " MATCHES "OJPH_ARCH_I386" )
2626 OR MULTI_GEN_X86_64)
2727
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ project (mse_pae DESCRIPTION "A program to find MSE and peak absolute error betw
66set (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
77
88include_directories (../src/apps/common)
9- include_directories (../src/core/common )
9+ include_directories (../src/core/openjph )
1010
1111# Configure source files
1212set (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_arch.cpp" )
@@ -15,7 +15,7 @@ set(OJPH_IMG_IO_AVX2 "../src/apps/others/ojph_img_io_avx2.cpp")
1515
1616# if SIMD are not disabled
1717if (NOT OJPH_DISABLE_SIMD)
18- if (("${OJPH_TARGET_ARCH} " MATCHES "OJPH_ARCH_X86_64" )
18+ if (("${OJPH_TARGET_ARCH} " MATCHES "OJPH_ARCH_X86_64" )
1919 OR ("${OJPH_TARGET_ARCH} " MATCHES "OJPH_ARCH_I386" )
2020 OR MULTI_GEN_X86_64)
2121
You can’t perform that action at this time.
0 commit comments