Commit 38f7635d authored by ods15's avatar ods15

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6985 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent acaf10a6
#include "avformat.h" #include "avformat.h"
#include "riff.h" #include "riff.h"
#include "nut.h" #include <nut.h>
#define ID_STRING "nut/multimedia container" #define ID_STRING "nut/multimedia container"
#define ID_LENGTH (strlen(ID_STRING) + 1) #define ID_LENGTH (strlen(ID_STRING) + 1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment