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:
Niels Martin Hansen 2011-08-01 07:15:13 +00:00
parent aa5e73285b
commit 33bae28fc7
1 changed files with 0 additions and 4 deletions

View File

@ -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