mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +00:00
libs: utils: guard the VAEntrypointFEI symbol
VAEntrypointFEI appeared in libva 2.0.0 (API version 1.0.0)
This commit is contained in:
parent
32bf6f1e09
commit
8d8743a494
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue