mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 774060 - Compiling Firefox fails --with-system-libvpx when using libvpx 1.1 or later. r=tterribe
This commit is contained in:
parent
09b5cb509a
commit
ca978c44cc
@ -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