Commit afe92c63 authored by Nick Kurshev's avatar Nick Kurshev

Fixed one lack


Originally committed as revision 28 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 54329dd5
#ifndef __BSWAP_H__
#define __BSWAP_H__
/* It's need for ffmpeg. Else where will be defined ARCH_X86?*/
#include "config.h"
#ifdef HAVE_BYTESWAP_H
#include <byteswap.h>
#else
......
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