Bug 893540 - Update cubeb to recent version (fixes mingw compilation). r=padenot

This commit is contained in:
Jacek Caban 2013-07-15 13:39:43 +02:00
parent ffd522d5c2
commit 45ac145993
2 changed files with 5 additions and 5 deletions

View File

@ -5,4 +5,4 @@ Makefile.in build files for the Mozilla build system.
The cubeb git repository is: git://github.com/kinetiknz/cubeb.git
The git commit ID used was 9d7c50b54ab22230da5d1bc6628654daf6d52781.
The git commit ID used was 3246b37960ac519aaea505bab0060c7484746f35.

View File

@ -9,9 +9,9 @@
#endif
#include <assert.h>
#include <windows.h>
#include <Mmdeviceapi.h>
#include <WinDef.h>
#include <Audioclient.h>
#include <mmdeviceapi.h>
#include <windef.h>
#include <audioclient.h>
#include <math.h>
#include <process.h>
#include <avrt.h>
@ -21,7 +21,7 @@
#include "cubeb-speex-resampler.h"
#include <stdio.h>
#if 1
#if 0
# define LOG(...) do { \
fprintf(stderr, __VA_ARGS__); \
fprintf(stderr, "\n"); \