Skip to content

Commit 45acdec

Browse files
tamirddvrogozh
authored andcommitted
Remove reference to non-existent symbol
This fixes compilation in recent clang versions (tested against llvm/llvm-project@6443c0e) which is apparently stricter with respect to undefined symbols. It appears that this version script reference was never correct.
1 parent 455d49a commit 45acdec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

va/libva.syms

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ VA_API_0.32.0 {
66
VA_API_0.33.0 {
77
global:
88
vaCreateSurfaces;
9-
local:
10-
vaCreateSurfaces_0_33_0;
119
} VA_API_0.32.0;

0 commit comments

Comments
 (0)