Commit ecfb4e70 authored by reimar's avatar reimar

do not include bswap.h in common.h for external programs, since the former

is not installed currently.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5809 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent bf95a6d9
......@@ -155,8 +155,6 @@ typedef uint64_t uint_fast64_t;
#endif
# include "bswap.h"
#ifdef HAVE_AV_CONFIG_H
/* only include the following when compiling package */
# include "internal.h"
......
......@@ -14,6 +14,8 @@
# define ENODATA 61
# endif
#include "bswap.h"
#include <stddef.h>
#ifndef offsetof
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
......
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