mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-27 19:07:23 +08:00
Fixed one lack
Originally committed as revision 28 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
3
bswap.h
3
bswap.h
@ -1,6 +1,9 @@
|
|||||||
#ifndef __BSWAP_H__
|
#ifndef __BSWAP_H__
|
||||||
#define __BSWAP_H__
|
#define __BSWAP_H__
|
||||||
|
|
||||||
|
/* It's need for ffmpeg. Else where will be defined ARCH_X86?*/
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef HAVE_BYTESWAP_H
|
#ifdef HAVE_BYTESWAP_H
|
||||||
#include <byteswap.h>
|
#include <byteswap.h>
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user