libs: utils: guard EncSliceLP for VA-API < 0.39.1

Relates to #234
This commit is contained in:
U. Artie Eoff 2020-02-15 11:44:48 -08:00
parent 2aec396efd
commit 5df8cf0cdb

View file

@ -269,7 +269,9 @@ string_of_VAEntrypoint (VAEntrypoint entrypoint)
MAP (Deblocking);
MAP (EncSlice);
MAP (EncPicture);
#if VA_CHECK_VERSION(0,39,1)
MAP (EncSliceLP);
#endif
MAP (VideoProc);
#if VA_CHECK_VERSION(1,0,0)
MAP (FEI);