projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
354ca79
)
change include "nut.h" to <nut.h> to make gcc pick the correct nut.h for libnut de...
author
Oded Shimon
<ods15@ods15.dyndns.org>
Sun, 12 Nov 2006 16:24:05 +0000
(16:24 +0000)
committer
Oded 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
patch
|
blob
|
history
diff --git
a/libavformat/libnut.c
b/libavformat/libnut.c
index 9a2fbd47ba66a7036c2f70484885e9bf1d28a715..7c3c344ae6cc829bfcf0f290cd33d5a159e0f9ac 100644
(file)
--- 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)