OSDN Git Service

change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de...
authorOded Shimon <ods15@ods15.dyndns.org>
Sun, 12 Nov 2006 16:24:05 +0000 (16:24 +0000)
committerOded Shimon <ods15@ods15.dyndns.org>
Sun, 12 Nov 2006 16:24:05 +0000 (16:24 +0000)
Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/libnut.c

index 9a2fbd4..7c3c344 100644 (file)
@@ -1,6 +1,6 @@
 #include "avformat.h"
 #include "riff.h"
-#include "nut.h"
+#include <nut.h>
 
 #define ID_STRING "nut/multimedia container"
 #define ID_LENGTH (strlen(ID_STRING) + 1)