changeset 12699:02efc0619f61

10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi Tiesi <sherpya at netfarm.it>
author faust3
date Sun, 27 Jun 2004 11:19:11 +0000
parents d2aef091743c
children 5ef61921bb78
files libao2/ao_win32.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libao2/ao_win32.c	Sun Jun 27 00:07:15 2004 +0000
+++ b/libao2/ao_win32.c	Sun Jun 27 11:19:11 2004 +0000
@@ -30,6 +30,8 @@
 #include "../libvo/fastmemcpy.h"
 #include "osdep/timer.h"
 
+#define WAVE_FORMAT_DOLBY_AC3_SPDIF 0x0092
+
 #define SAMPLESIZE   1024
 #define BUFFER_SIZE  4096
 #define BUFFER_COUNT 16