Browse Source

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
tags/v0.5
Reimar Döffinger 19 years ago
parent
commit
aab7715910
2 changed files with 2 additions and 2 deletions
  1. +0
    -2
      libavutil/common.h
  2. +2
    -0
      libavutil/internal.h

+ 0
- 2
libavutil/common.h View File

@@ -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"


+ 2
- 0
libavutil/internal.h View File

@@ -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))


Loading…
Cancel
Save