Skip to content

Commit

Permalink
Fix engrish
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba-z committed Apr 15, 2022
1 parent 99a6ae3 commit c3f6f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ set(ENABLE_TOOLS OFF CACHE BOOL "" FORCE)
# See: external/libaom/build/cmake/aom_config_defaults.cmake
set(CONFIG_TUNE_VMAF 1 CACHE INTERNAL "Enable encoding tuning for VMAF." FORCE)
set(CONFIG_NN_V2 1 CACHE INTERNAL "Fully-connected neural nets ver.2." FORCE)
# FIXME(ledyba-z): They can be useful, but they creates csv files in current dir.
# FIXME(ledyba-z): They can be useful, but they create csv files in current dir.
# It may cause some problem when encoding multiple images at parallel.
#set(CONFIG_COLLECT_PARTITION_STATS 1 CACHE INTERNAL "AV1 experiment: Collect partition timing stats. Can be 1 or 2." FORCE)
#set(CONFIG_PARTITION_SEARCH_ORDER 1 CACHE INTERNAL "AV1 experiment: Use alternative partition search order." FORCE)
Expand Down

0 comments on commit c3f6f08

Please sign in to comment.