From 52fe43410e60beeb8c78ff6ba693442f8e12d5d9 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Fri, 18 Mar 2005 19:45:31 +0000 Subject: [PATCH] * Quicktime lib no longer needed.... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/mediaplayer/mediaplayer.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/samples/mediaplayer/mediaplayer.cpp b/samples/mediaplayer/mediaplayer.cpp index 3e28d59c4d..260a6c97cb 100644 --- a/samples/mediaplayer/mediaplayer.cpp +++ b/samples/mediaplayer/mediaplayer.cpp @@ -66,13 +66,6 @@ // media from a URL, etc. #define wxUSE_UNOFFICIALSTUFF 0 -//Libraries for MSVC with optional backends -#ifdef _MSC_VER - #if wxUSE_QUICKTIME - #pragma comment(lib,"qtmlClient.lib") - #endif -#endif - // ---------------------------------------------------------------------------- // Bail out if the user doesn't want one of the // things we need -- 2.50.0