82edabce75
This allows building on MountainLion as the 10.6 SDK has been removed from the latest Xcode version (4.4 4F250). Also fix all warnings for that build. Change-Id: Ib70bca4a25295f13595f0d10ea9f0229631de5a4
20 lines
689 B
C
20 lines
689 B
C
/*
|
|
* Copyright (c) 2010 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 "onyxd_int.h"
|
|
|
|
void vp8_decode_mode_mvs(VP8D_COMP *);
|
|
void vpx_decode_mb_mode_mv(VP8D_COMP *pbi,
|
|
MACROBLOCKD *xd,
|
|
int mb_row,
|
|
int mb_col);
|
|
void vpx_decode_mode_mvs_init(VP8D_COMP *pbi);
|