Add VDPAU renderer

This commit is contained in:
Cameron Gutman
2018-08-03 02:11:44 -07:00
parent 2853e498b0
commit fca402138f
8 changed files with 384 additions and 6 deletions

View File

@@ -138,6 +138,10 @@ bool Session::chooseDecoder(StreamingPreferences::VideoDecoderSelection vds,
}
#endif
#if !defined(HAVE_FFMPEG) && !defined(HAVE_SLVIDEO)
#error No video decoding libraries available!
#endif
// If we reach this, we didn't initialize any decoders successfully
return false;
}