[Ffmpeg-cvslog] r6985 - trunk/libavformat/libnut.c
ods15
subversion
Sun Nov 12 17:24:06 CET 2006
Author: ods15
Date: Sun Nov 12 17:24:05 2006
New Revision: 6985
Modified:
trunk/libavformat/libnut.c
Log:
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..
Modified: trunk/libavformat/libnut.c
==============================================================================
--- trunk/libavformat/libnut.c (original)
+++ trunk/libavformat/libnut.c Sun Nov 12 17:24:05 2006
@@ -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)
More information about the ffmpeg-cvslog
mailing list