<div dir="ltr">Anyone else facing this problem?<div><br></div><div><div>libavcodec/libvpxenc.c:123:6: error: 'VP9E_SET_TILE_COLUMNS' undeclared here (not in a function)</div><div>     [VP9E_SET_TILE_COLUMNS]            = "VP9E_SET_TILE_COLUMNS",</div>

<div>      ^</div><div>libavcodec/libvpxenc.c:123:5: error: array index in initializer not of integer type</div><div>     [VP9E_SET_TILE_COLUMNS]            = "VP9E_SET_TILE_COLUMNS",</div><div>     ^</div><div>

libavcodec/libvpxenc.c:123:5: error: (near initialization for 'ctlidstr')</div><div>libavcodec/libvpxenc.c:124:6: error: 'VP9E_SET_TILE_ROWS' undeclared here (not in a function)</div><div>     [VP9E_SET_TILE_ROWS]               = "VP9E_SET_TILE_ROWS",</div>

<div>      ^</div><div>libavcodec/libvpxenc.c:124:5: error: array index in initializer not of integer type</div><div>     [VP9E_SET_TILE_ROWS]               = "VP9E_SET_TILE_ROWS",</div><div>     ^</div><div>libavcodec/libvpxenc.c:124:5: error: (near initialization for 'ctlidstr')</div>

<div>libavcodec/libvpxenc.c:125:6: error: 'VP9E_SET_FRAME_PARALLEL_DECODING' undeclared here (not in a function)</div><div>     [VP9E_SET_FRAME_PARALLEL_DECODING] = "VP9E_SET_FRAME_PARALLEL_DECODING",</div>

<div>      ^</div><div>libavcodec/libvpxenc.c:125:5: error: array index in initializer not of integer type</div><div>     [VP9E_SET_FRAME_PARALLEL_DECODING] = "VP9E_SET_FRAME_PARALLEL_DECODING",</div><div>     ^</div>

<div>libavcodec/libvpxenc.c:125:5: error: (near initialization for 'ctlidstr')</div><div>libavcodec/libvpxenc.c: In function 'dump_enc_cfg':</div></div><div><br></div><div><br></div><div>This started today while trying to build the latest ffmpeg.</div>

<div><br></div><div>Any idea why this is happening?</div><div><br></div><div>I'm using the following configure line:</div><div><br></div><div><div>./configure --arch=x86 --target-os=mingw32 --cross-prefix=/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/bin/i686-w64-mingw32- --pkg-config=pkg-config --enable-gpl --enable-libx264 --enable-avisynth --enable-libxvid --enable-libmp3lame --enable-version3 --enable-zlib --enable-librtmp --enable-libvorbis --enable-libtheora --enable-libspeex --enable-libopenjpeg --enable-gnutls --enable-libgsm --enable-libfreetype --enable-libopus --disable-w32threads --enable-frei0r --enable-filter=frei0r --enable-libvo-aacenc --enable-bzlib --enable-libxavs --extra-cflags=-DPTW32_STATIC_LIB --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libvpx --enable-libilbc --enable-iconv --enable-libtwolame --extra-cflags=-DLIBTWOLAME_STATIC --enable-libmodplug --extra-libs=-lstdc++ --enable-libzvbi --enable-libcaca --prefix=/home/mcebuddy/Software/ffmpeg/sandbox/mingw-w64-i686/i686-w64-mingw32 --enable-static --disable-shared --enable-libsoxr --enable-fontconfig --enable-libass --enable-libutvideo --enable-libbluray  --extra-cflags=  --enable-nonfree --enable-libfdk-aac --enable-runtime-cpudetect</div>

</div><div><br></div></div>