Commit 597900a7 authored by fbarchard@google.com's avatar fbarchard@google.com

_CRT_SECURE_NO_WARNINGS fix for windows

BUG=204
TEST=none
Review URL: https://webrtc-codereview.appspot.com/1227004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@616 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent a3be4704
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 615
Version: 616
License: BSD
License File: LICENSE
......
......@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 615
#define LIBYUV_VERSION 616
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
......@@ -18,7 +18,9 @@
//
// Usage: psnr org_seq rec_seq -s width height [-skip skip_org skip_rec]
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#endif
#include <stddef.h>
#include <stdio.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment