summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaowu Xu <yaowu@google.com>2015-09-29 09:34:42 -0700
committerYaowu Xu <yaowu@google.com>2015-09-29 09:34:42 -0700
commit45948a03c00a54d505cb5badb6f9465b9c31195d (patch)
treef612cb934ca780d748f41324814fc2f9f600fb0b
parent7d28d12ef34f6cbb6b1e18f3b23b71392fd3ddf5 (diff)
downloadlibvpx-45948a03c00a54d505cb5badb6f9465b9c31195d.tar
libvpx-45948a03c00a54d505cb5badb6f9465b9c31195d.tar.gz
libvpx-45948a03c00a54d505cb5badb6f9465b9c31195d.tar.bz2
libvpx-45948a03c00a54d505cb5badb6f9465b9c31195d.zip
Fix a macro definition
to be consistent with the head file name. Change-Id: I9634332a2b3fac7e7f3b7ef58821ea7c81c5c813
-rw-r--r--vp9/common/vp9_thread_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vp9/common/vp9_thread_common.h b/vp9/common/vp9_thread_common.h
index db6587fcb..b3b60c253 100644
--- 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 @@ void vp9_accumulate_frame_counts(struct FRAME_COUNTS *accum,
} // extern "C"
#endif
-#endif // VP9_COMMON_VP9_LOOPFILTER_THREAD_H_
+#endif // VP9_COMMON_VP9_THREAD_COMMON_H_