From: John Koleszar Date: Fri, 26 Apr 2013 13:52:43 +0000 (-0700) Subject: Restore vp9_asm_enc_offsets.c X-Git-Tag: v1.3.0~1106^2~130^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34324a98e7dfb57f8cfee3b40909e56564f580ee;p=libvpx 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 --- diff --git a/vp9/encoder/vp9_asm_enc_offsets.c b/vp9/encoder/vp9_asm_enc_offsets.c new file mode 100644 index 000000000..921e8f063 --- /dev/null +++ b/vp9/encoder/vp9_asm_enc_offsets.c @@ -0,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