0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

ao_wasapi: fix includes

Broken due to recent header renaming. Untested.
This commit is contained in:
wm4 2013-12-18 17:14:31 +01:00
parent 6ae36d3225
commit 03e53ab430

View File

@ -29,12 +29,11 @@
#include <mmdeviceapi.h>
#include <avrt.h>
#include "config.h"
#include "options/m_option.h"
#include "common/m_config.h"
#include "options/m_config.h"
#include "audio/format.h"
#include "common/msg.h"
#include "common/mp_ring.h"
#include "misc/ring.h"
#include "ao.h"
#ifndef BASE_SEARCH_PATH_ENABLE_SAFE_SEARCHMODE