Mercurial > mplayer.hg
changeset 1532:cb9bc07f3d4c
AFMT_AC3 fixed
author | arpi |
---|---|
date | Wed, 15 Aug 2001 17:32:47 +0000 |
parents | 31df4b3fc37a |
children | 8ee4ab7de293 |
files | libao2/ao_oss.c |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/ao_oss.c Wed Aug 15 15:07:37 2001 +0000 +++ b/libao2/ao_oss.c Wed Aug 15 17:32:47 2001 +0000 @@ -7,13 +7,14 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> -#include <sys/soundcard.h> +//#include <sys/soundcard.h> #include "../config.h" +#include "afmt.h" + #include "audio_out.h" #include "audio_out_internal.h" -//#include "afmt.h" extern int verbose;