mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 04:42:10 +00:00
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:
parent
6e28f63e36
commit
565a0e8e45
@ -11,7 +11,7 @@
|
||||
#define USE_LIBNUT
|
||||
#ifdef USE_LIBNUT
|
||||
|
||||
#include "nut.h"
|
||||
#include <nut.h>
|
||||
|
||||
typedef struct {
|
||||
int last_pts; // FIXME
|
||||
|
Loading…
Reference in New Issue
Block a user