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
pull/126/head
Oded Shimon 18 years ago
parent 354ca798b2
commit b43afb5343
  1. 2
      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)

Loading…
Cancel
Save