mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
using PATH_DEV_*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4804 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c39148ec8a
commit
e2af7e8ccb
@ -31,11 +31,11 @@ static ao_info_t info =
|
||||
|
||||
LIBAO_EXTERN(oss)
|
||||
|
||||
static char *dsp="/dev/dsp";
|
||||
static char *dsp=PATH_DEV_DSP;
|
||||
static audio_buf_info zz;
|
||||
static int audio_fd=-1;
|
||||
|
||||
char *oss_mixer_device = "/dev/mixer";
|
||||
char *oss_mixer_device = PATH_DEV_MIXER;
|
||||
|
||||
// to set/get/query special features/parameters
|
||||
static int control(int cmd,int arg){
|
||||
|
Loading…
Reference in New Issue
Block a user