From fb0c01f4d95893b54384bd5dfe03137cc45292d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 6 Sep 2010 21:06:28 +0000 Subject: [PATCH] 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 --- src/add-ons/media/plugins/ffmpeg/libavutil/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/add-ons/media/plugins/ffmpeg/libavutil/common.h b/src/add-ons/media/plugins/ffmpeg/libavutil/common.h index 42a4c31eae..21a4df0e07 100644 --- a/src/add-ons/media/plugins/ffmpeg/libavutil/common.h +++ b/src/add-ons/media/plugins/ffmpeg/libavutil/common.h @@ -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 */