changeset 89:59433f391f2d libavutil

do not include bswap.h in common.h for external programs, since the former is not installed currently.
author reimar
date Fri, 21 Jul 2006 19:36:59 +0000
parents b39b6310973c
children b916c714f77b
files common.h internal.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Thu Jul 20 11:55:08 2006 +0000
+++ b/common.h	Fri Jul 21 19:36:59 2006 +0000
@@ -155,8 +155,6 @@
 #endif
 
 
-#    include "bswap.h"
-
 #ifdef HAVE_AV_CONFIG_H
 /* only include the following when compiling package */
 #    include "internal.h"
--- a/internal.h	Thu Jul 20 11:55:08 2006 +0000
+++ b/internal.h	Fri Jul 21 19:36:59 2006 +0000
@@ -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))