git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
put all integer init code to compute n^(4/3) - memory alloc and header fixes
[ffmpeg.git]
/
bswap.h
diff --git
a/bswap.h
b/bswap.h
index
2318afd
..
21ef3a7
100644
(file)
--- a/
bswap.h
+++ b/
bswap.h
@@
-1,9
+1,8
@@
#ifndef __BSWAP_H__
#define __BSWAP_H__
-#ifdef HAVE_CONFIG_H
+/* It's need for ffmpeg. Else where will be defined ARCH_X86?*/
#include "config.h"
-#endif
#ifdef HAVE_BYTESWAP_H
#include <byteswap.h>