2016-11-17 05:54:29 +08:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2017-03-24 21:39:50 +08:00
|
|
|
index a2f72106..469f03b4 100644
|
2016-11-17 05:54:29 +08:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2017-03-24 21:39:50 +08:00
|
|
|
@@ -68,6 +68,7 @@ parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/src/dec "WEBP_SRCS")
|
|
|
|
parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/src/demux "WEBP_SRCS")
|
|
|
|
parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/src/dsp "WEBP_SRCS")
|
|
|
|
parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/src/enc "WEBP_SRCS")
|
|
|
|
+parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/src/mux "WEBP_SRCS")
|
|
|
|
parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/src/utils "WEBP_SRCS")
|
2016-11-17 05:54:29 +08:00
|
|
|
|
2017-03-24 21:39:50 +08:00
|
|
|
# Remove the files specific to SIMD we don't use.
|