libs: utils: guard the VAEntrypointFEI symbol

VAEntrypointFEI appeared in libva 2.0.0 (API version 1.0.0)
This commit is contained in:
Víctor Manuel Jáquez Leal 2019-09-07 13:23:01 +02:00
parent 32bf6f1e09
commit 8d8743a494

View file

@ -271,7 +271,9 @@ string_of_VAEntrypoint (VAEntrypoint entrypoint)
MAP (EncPicture);
MAP (EncSliceLP);
MAP (VideoProc);
#if VA_CHECK_VERSION(1,0,0)
MAP (FEI);
#endif
#undef MAP
default:
break;