]> granicus.if.org Git - libvpx/commitdiff
Fix Visual Studio build.
authorThomas <thdavies@cisco.com>
Tue, 20 Sep 2016 11:07:11 +0000 (12:07 +0100)
committerYaowu Xu <yaowu@google.com>
Wed, 19 Oct 2016 22:14:27 +0000 (15:14 -0700)
Change-Id: I01608dfd597cc1d2bd4e73918aa29cf9251edb08

aomenc.c

index 373b69d1ee344da158809c9f42ca739cf8e3e4f5..b46f341ba7e721c8f3c6de0408fb6131340ab591 100644 (file)
--- a/aomenc.c
+++ b/aomenc.c
@@ -392,12 +392,15 @@ static const arg_def_t frame_parallel_decoding =
     ARG_DEF(NULL, "frame-parallel", 1,
             "Enable frame parallel decodability features "
             "(0: false (default), 1: true)");
+#if CONFIG_DELTA_Q
 static const arg_def_t aq_mode = ARG_DEF(
     NULL, "aq-mode", 1,
     "Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
-#if CONFIG_DELTA_Q
     "3: cyclic refresh, 4: delta quant)");
 #else
+static const arg_def_t aq_mode = ARG_DEF(
+    NULL, "aq-mode", 1,
+    "Adaptive quantization mode (0: off (default), 1: variance 2: complexity, "
     "3: cyclic refresh)");
 #endif
 static const arg_def_t frame_periodic_boost =