diff options
author | Oded Shimon <ods15@ods15.dyndns.org> | 2006-11-12 16:24:05 +0000 |
---|---|---|
committer | Oded Shimon <ods15@ods15.dyndns.org> | 2006-11-12 16:24:05 +0000 |
commit | b43afb53439fb4d8f59ab291483d09f8ca99881b (patch) | |
tree | 744376f17bd5258ff83d644232521dbfec056b41 /libavformat/libnut.c | |
parent | 354ca798b2b613dd400c4e499a8701363eefeea2 (diff) | |
download | ffmpeg-b43afb53439fb4d8f59ab291483d09f8ca99881b.tar.gz |
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
Diffstat (limited to 'libavformat/libnut.c')
-rw-r--r-- | libavformat/libnut.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nut.h> #define ID_STRING "nut/multimedia container" #define ID_LENGTH (strlen(ID_STRING) + 1) |