mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +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)
|
LIBAO_EXTERN(oss)
|
||||||
|
|
||||||
static char *dsp="/dev/dsp";
|
static char *dsp=PATH_DEV_DSP;
|
||||||
static audio_buf_info zz;
|
static audio_buf_info zz;
|
||||||
static int audio_fd=-1;
|
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
|
// to set/get/query special features/parameters
|
||||||
static int control(int cmd,int arg){
|
static int control(int cmd,int arg){
|
||||||
|
Loading…
Reference in New Issue
Block a user