mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
fix vpx test
This commit is contained in:
parent
6c9fd31ba4
commit
f4b2fd3cea
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
vpx_codec_ctx_t1 codec;
|
vpx_codec_ctx_t codec;
|
||||||
|
|
||||||
if (vpx_codec_dec_init(&codec, &vpx_codec_vp8_dx_algo, nullptr, 0) != VPX_CODEC_OK)
|
if (vpx_codec_dec_init(&codec, &vpx_codec_vp8_dx_algo, nullptr, 0) != VPX_CODEC_OK)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue