uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / library / opal / patches / VP8.patch
blob483dd7789f453095a502e0485018dd1415d72659
1 --- opal-3.16.2/plugins/configure.ac 2016-05-12 12:03:00.000000000 +0200
2 +++ opal-3.16.2/plugins/configure.ac,new 2024-12-27 13:14:47.055293330 +0100
3 @@ -337,7 +337,7 @@
4 [vpx],
5 [],
6 [-lvpx],
7 - [#include <vpx/vpx_encoder.h>],
8 + [#include <vpx/vp8cx.h>],
9 [vpx_codec_iface_t * bp8 = vpx_codec_vp8_cx();]