shithub: libvpx

Download patch

ref: 08ae94404fcd20990216c80c149b33b2e89ee3a1
parent: c0e2b5f473b3f87f18dacbddb3adf733ca7f9b22
parent: 45948a03c00a54d505cb5badb6f9465b9c31195d
author: Yaowu Xu <[email protected]>
date: Tue Sep 29 13:22:49 EDT 2015

Merge "Fix a macro definition"

--- a/vp9/common/vp9_thread_common.h
+++ b/vp9/common/vp9_thread_common.h
@@ -8,8 +8,8 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#ifndef VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
-#define VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
+#ifndef VP9_COMMON_VP9_THREAD_COMMON_H_
+#define VP9_COMMON_VP9_THREAD_COMMON_H_
 #include "./vpx_config.h"
 #include "vp9/common/vp9_loopfilter.h"
 #include "vpx_util/vpx_thread.h"
@@ -62,4 +62,4 @@
 }  // extern "C"
 #endif
 
-#endif  // VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
+#endif  // VP9_COMMON_VP9_THREAD_COMMON_H_