ref: 34324a98e7dfb57f8cfee3b40909e56564f580ee
parent: 18f29ff581aa2a328dd586888e5d2baf40c6268b
author: John Koleszar <jkoleszar@google.com>
date: Fri Apr 26 02:52:43 EDT 2013
Restore vp9_asm_enc_offsets.c The previous commit 15255ee "Move dequant from BLOCKD to per-plane MACROBLOCKD" removed the vp9_asm_enc_offsets.c file, but didn't update the various secondary build systems that special case these files. Restore it for now, to ensure any in-progress changes and builds continue working, to allow time to more carefully coordinate removal of these files. Change-Id: I24b78db3fb874d5fbd226548b7366a05ed98e536
--- /dev/null
+++ b/vp9/encoder/vp9_asm_enc_offsets.c
@@ -1,0 +1,17 @@
+/*
+ * Copyright (c) 2011 The WebM project authors. All Rights Reserved.
+ *
+ * Use of this source code is governed by a BSD-style license
+ * that can be found in the LICENSE file in the root of the source
+ * tree. An additional intellectual property rights grant can be found
+ * in the file PATENTS. All contributing project authors may
+ * be found in the AUTHORS file in the root of the source tree.
+ */
+
+
+#include "vpx_ports/asm_offsets.h"
+
+BEGIN
+
+
+END
--
⑨