mirror of https://github.com/mpv-player/mpv
AFMT_AC3 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1533 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ddebbed953
commit
2b53b19b8c
|
@ -7,13 +7,14 @@
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <sys/soundcard.h>
|
//#include <sys/soundcard.h>
|
||||||
|
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
|
||||||
|
#include "afmt.h"
|
||||||
|
|
||||||
#include "audio_out.h"
|
#include "audio_out.h"
|
||||||
#include "audio_out_internal.h"
|
#include "audio_out_internal.h"
|
||||||
//#include "afmt.h"
|
|
||||||
|
|
||||||
extern int verbose;
|
extern int verbose;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue