fixing forced link of quicktime backend on osx_cocoa

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2013-07-09 15:55:29 +00:00
parent 3a07232f32
commit bc9dcd9fd4

View File

@ -547,7 +547,7 @@ void wxMediaBackendCommonBase::QueueStopEvent()
#ifdef __WXMSW__ // MSW has huge backends so we do it separately
FORCE_LINK(wxmediabackend_am)
FORCE_LINK(wxmediabackend_wmp10)
#elif !defined(__WXOSX_COCOA__)
#else
FORCE_LINK(basewxmediabackends)
#endif