mirror of https://github.com/mpv-player/mpv
i felt that libgen.h will not be portable...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8814 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9516427baa
commit
a457d1aafc
|
@ -8,7 +8,7 @@
|
|||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <libgen.h>
|
||||
//#include <libgen.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
|
@ -33,6 +33,8 @@
|
|||
#define MODE2_2336 40
|
||||
#define UNKNOWN -1
|
||||
|
||||
// from libgen:
|
||||
extern char *dirname(char *path);
|
||||
|
||||
static FILE* fd_cue;
|
||||
static int fd_bin = 0;
|
||||
|
|
Loading…
Reference in New Issue