Skip to content

Commit

Permalink
xvba: add string for available decoders - we are important so make su…
Browse files Browse the repository at this point in the history
…re we are there
  • Loading branch information
fritsch authored and FernetMenta committed Dec 31, 2012
1 parent 3d5da18 commit db8242a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp
Expand Up @@ -169,6 +169,11 @@ CDVDVideoCodec* CDVDFactoryCodec::CreateVideoCodec(CDVDStreamInfo &hint, unsigne
#elif defined(_LINUX) && !defined(TARGET_DARWIN)
hwSupport += "VAAPI:no ";
#endif
#if defined(HAVE_LIBXVBA) && defined(TARGET_LINUX)
hwSupport += "XVBA:yes ";
#elif defined(TARGET_LINUX)
hwSupport += "XVBA:no ";
#endif

CLog::Log(LOGDEBUG, "CDVDFactoryCodec: compiled in hardware support: %s", hwSupport.c_str());

Expand Down

0 comments on commit db8242a

Please sign in to comment.