GCC2 was seeing the wrong "internal.h" header. That's what you get for not

using vendor branches properly... I remember having to make this change
before... GCC2 build goes much further now, investigating next problem.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38554 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-09-06 21:06:28 +00:00
parent 818577b203
commit fb0c01f4d9

@ -302,7 +302,7 @@ static inline av_const int av_ceil_log2(int x)
#include "mem.h"
#ifdef HAVE_AV_CONFIG_H
# include "internal.h"
# include "libavutil/internal.h"
#endif /* HAVE_AV_CONFIG_H */
#endif /* AVUTIL_COMMON_H */