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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20868 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ods15 2006-11-12 17:47:40 +00:00
parent 6e28f63e36
commit 565a0e8e45
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
#define USE_LIBNUT
#ifdef USE_LIBNUT
#include "nut.h"
#include <nut.h>
typedef struct {
int last_pts; // FIXME