Commit e9ec28c9 authored by Matt Oliver's avatar Matt Oliver

avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.

Signed-off-by: 's avatarMatt Oliver <protogonoi@gmail.com>
parent 56bdf61b
......@@ -25,6 +25,9 @@
#define AVUTIL_X86_BSWAP_H
#include <stdint.h>
#if defined(_MSC_VER)
#include <intrin.h>
#endif
#include "config.h"
#include "libavutil/attributes.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