1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/libyuv/include/libyuv.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +/* 1.5 + * Copyright 2011 The LibYuv Project Authors. All rights reserved. 1.6 + * 1.7 + * Use of this source code is governed by a BSD-style license 1.8 + * that can be found in the LICENSE file in the root of the source 1.9 + * tree. An additional intellectual property rights grant can be found 1.10 + * in the file PATENTS. All contributing project authors may 1.11 + * be found in the AUTHORS file in the root of the source tree. 1.12 + */ 1.13 + 1.14 +#ifndef INCLUDE_LIBYUV_H_ // NOLINT 1.15 +#define INCLUDE_LIBYUV_H_ 1.16 + 1.17 +#include "libyuv/basic_types.h" 1.18 +#include "libyuv/compare.h" 1.19 +#include "libyuv/convert.h" 1.20 +#include "libyuv/convert_argb.h" 1.21 +#include "libyuv/convert_from.h" 1.22 +#include "libyuv/convert_from_argb.h" 1.23 +#include "libyuv/cpu_id.h" 1.24 +#include "libyuv/format_conversion.h" 1.25 +#include "libyuv/mjpeg_decoder.h" 1.26 +#include "libyuv/planar_functions.h" 1.27 +#include "libyuv/rotate.h" 1.28 +#include "libyuv/rotate_argb.h" 1.29 +#include "libyuv/row.h" 1.30 +#include "libyuv/scale.h" 1.31 +#include "libyuv/scale_argb.h" 1.32 +#include "libyuv/scale_row.h" 1.33 +#include "libyuv/version.h" 1.34 +#include "libyuv/video_common.h" 1.35 + 1.36 +#endif // INCLUDE_LIBYUV_H_ NOLINT