added the DirectShow baseclasses to the project so it doesn't need to be built separately anymore.

This commit is contained in:
Chris Danford
2002-03-30 20:31:28 +00:00
parent d2eeed810c
commit 065d213655
72 changed files with 36782 additions and 8 deletions
+6 -5
View File
@@ -1,11 +1,12 @@
#include "stdafx.h"
/*
-----------------------------------------------------------------------------
File: RageMovieTexture.h
Class: RageMovieTexture
Desc: Based on the DShowTextures example in the DX8 SDK.
Desc: See header.
Copyright (c) 2001 Chris Danford. All rights reserved.
Copyright (c) 2001-2002 by the names listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
@@ -18,9 +19,9 @@
// Link with the DirectShow base class libraries
#if defined(DEBUG) | defined(_DEBUG)
#pragma comment(lib, "strmbasd.lib")
#pragma comment(lib, "baseclasses/debug/strmbasd.lib")
#else
#pragma comment(lib, "strmbase.lib")
#pragma comment(lib, "baseclasses/release/strmbase.lib")
#endif
//-----------------------------------------------------------------------------