shithub: libvpx

Download patch

ref: 7b3c2e3269aa6ce9450494da65c1dcda831389cc
parent: 42ccd79b27fbeda4e246a326e6fe19af2815ad12
author: Johann <johannkoenig@google.com>
date: Fri Aug 26 13:53:50 EDT 2016

Fix -Wundef warning for OUTPUT_FPF

BUG=webm:1069

Change-Id: I3d13d07cf0934e6e262c8033bd77d7197d03ce21

--- a/vp8/encoder/firstpass.c
+++ b/vp8/encoder/firstpass.c
@@ -33,7 +33,7 @@
 #include "encodemv.h"
 #include "encodeframe.h"
 
-/* #define OUTPUT_FPF 1 */
+#define OUTPUT_FPF 0
 
 extern void vp8cx_frame_init_quantizer(VP8_COMP *cpi);