mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
FreeBSD need this to compile after last changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4315 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9fa55b07a5
commit
730e8ff84f
@ -21,6 +21,10 @@
|
||||
#include "network.h"
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include "network.h"
|
||||
#endif
|
||||
|
||||
int vcd_seek_to_track(int fd,int track);
|
||||
void vcd_read_toc(int fd);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user