Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc
diff --git a/source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc b/source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc
index 36028c3cc2fb987824663b4c6c86e70a3b3a6f53..75f8a610e317ee878c7d30f80721cf436a4881a7 100644
--- a/source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc
+++ b/source/libvpx/third_party/libyuv/source/mjpeg_decoder.cc
@@ -18,6 +18,12 @@
// Must be included before jpeglib.
#include <setjmp.h>
#define HAVE_SETJMP
+
+#if defined(_MSC_VER)
+// disable warning 4324: structure was padded due to __declspec(align())
+#pragma warning(disable:4324)
+#endif
+
#endif
struct FILE; // For jpeglib.h.
« no previous file with comments | « source/libvpx/third_party/libyuv/source/cpu_id.cc ('k') | source/libvpx/third_party/libyuv/source/mjpeg_validate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698