From b43afb53439fb4d8f59ab291483d09f8ca99881b Mon Sep 17 00:00:00 2001 From: Oded Shimon Date: Sun, 12 Nov 2006 16:24:05 +0000 Subject: [PATCH] change include "nut.h" to to make gcc pick the correct nut.h for libnut de/muxer.. Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/libnut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/libnut.c b/libavformat/libnut.c index 9a2fbd47ba..7c3c344ae6 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -1,6 +1,6 @@ #include "avformat.h" #include "riff.h" -#include "nut.h" +#include #define ID_STRING "nut/multimedia container" #define ID_LENGTH (strlen(ID_STRING) + 1) -- GitLab