mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
do not include bswap.h in common.h for external programs, since the former
is not installed currently. Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user