mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 774060 - Compiling Firefox fails --with-system-libvpx when using libvpx 1.1 or later. r=tterribe
This commit is contained in:
parent
1dcf46ed15
commit
c575567a81
@ -691,7 +691,7 @@ int VP8Decoder::Decode(const EncodedImage& input_image,
|
||||
propagation_cnt_++;
|
||||
}
|
||||
|
||||
vpx_dec_iter_t iter = NULL;
|
||||
vpx_codec_iter_t iter = NULL;
|
||||
vpx_image_t* img;
|
||||
int ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user