mirror of https://github.com/odrling/Aegisub
Huh, why was the DSound audio player suggesting you should link dsound.lib or dxguid.lib when they aren't needed.
Originally committed to SVN as r5533.
This commit is contained in:
parent
aa5e73285b
commit
33bae28fc7
|
@ -75,10 +75,6 @@
|
|||
// audio player on Windows.
|
||||
// Requires: DirectX SDK (or Windows SDK 7.0)
|
||||
#define WITH_DIRECTSOUND
|
||||
#ifdef WITH_DIRECTSOUND
|
||||
# pragma comment(lib, "dsound.lib")
|
||||
# pragma comment(lib, "dxguid.lib")
|
||||
#endif
|
||||
|
||||
|
||||
// Enable Avisynth video and audio providers
|
||||
|
|
Loading…
Reference in New Issue