Try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1

Change-Id: Iacd00f1371ea276758702bd5eb8380f542790c55
This commit is contained in:
Tor Lillqvist 2014-05-15 16:41:49 +03:00
parent dc2a5943dc
commit a0b9dbde60

View File

@ -225,6 +225,10 @@ uno::Reference< media::XPlayer > MediaWindowImpl::createPlayer( const OUString&
// two significant versions deployed at once ...
#ifdef AVMEDIA_MANAGER_SERVICE_NAME_OLD
AVMEDIA_MANAGER_SERVICE_NAME_OLD
#endif
// fallback to AVMedia framework on OS X
#ifdef AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1
AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1
#endif
};