]> git.saurik.com Git - wxWidgets.git/commitdiff
* Quicktime lib no longer needed....
authorRyan Norton <wxprojects@comcast.net>
Fri, 18 Mar 2005 19:45:31 +0000 (19:45 +0000)
committerRyan Norton <wxprojects@comcast.net>
Fri, 18 Mar 2005 19:45:31 +0000 (19:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/mediaplayer/mediaplayer.cpp

index 3e28d59c4d695f8c60e59dd0c392fbe8b26e577a..260a6c97cbd5b28d2b5e2b712e1067fb99bfedf5 100644 (file)
 // media from a URL, etc.
 #define wxUSE_UNOFFICIALSTUFF 0
 
 // 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
 // ----------------------------------------------------------------------------
 // Bail out if the user doesn't want one of the
 // things we need