changeset 1487:a3f1e3720b29 libavformat

change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
author ods15
date Sun, 12 Nov 2006 16:24:05 +0000
parents fa7d68133f17
children 41a7ed2b064a
files libnut.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libnut.c	Sun Nov 12 13:54:11 2006 +0000
+++ b/libnut.c	Sun Nov 12 16:24:05 2006 +0000
@@ -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)