Commit 71919fc
configure: libva-xyz should be same version as detected libva
This will help prevent erroneous linking to mixed versions
of libva-xyz window system libraries that may not be binary
compatible. For example,
1. User installs libva-dev from distro packages that
provides all libva-xyz.pc/.so window system libraries.
2. Then, user compiles and installs libva from source with 1
or more [auto] disabled libva-xyz window system libraries.
3. Finally, user compiles libva-utils from source, but configure
finds a mix of distro installed and user compiled
libva-xyz window system libraries and encounters linker
error when not binary compatible with user installed
libva.so.
Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>1 parent 4cd4308 commit 71919fc
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | 145 | | |
149 | 146 | | |
150 | 147 | | |
| |||
155 | 152 | | |
156 | 153 | | |
157 | 154 | | |
158 | | - | |
| 155 | + | |
| 156 | + | |
159 | 157 | | |
160 | 158 | | |
161 | 159 | | |
| |||
167 | 165 | | |
168 | 166 | | |
169 | 167 | | |
170 | | - | |
| 168 | + | |
171 | 169 | | |
172 | 170 | | |
173 | 171 | | |
| |||
186 | 184 | | |
187 | 185 | | |
188 | 186 | | |
189 | | - | |
| 187 | + | |
190 | 188 | | |
191 | 189 | | |
192 | 190 | | |
| |||
0 commit comments