change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de/muxer..

Originally committed as revision 6985 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Oded Shimon 2006-11-12 16:24:05 +00:00
parent 354ca798b2
commit b43afb5343
1 changed files with 1 additions and 1 deletions

View 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)