mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
fix build on darwin ppc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13843 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
32e51e5537
commit
0e49449d13
@ -1,5 +1,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <CoreFoundation/CFBase.h>
|
||||
#include <IOKit/IOKitLib.h>
|
||||
#include <IOKit/storage/IOCDTypes.h>
|
||||
#include <IOKit/storage/IOCDMedia.h>
|
||||
#include <IOKit/storage/IOCDMediaBSDClient.h>
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
|
||||
//=================== VideoCD ==========================
|
||||
#define CDROM_LEADOUT 0xAA
|
||||
|
Loading…
Reference in New Issue
Block a user