[Libav-user] ffmpeg not able to build latest git commit
Ramit Bhalla
ramitbhalla at gmail.com
Sun Dec 15 07:23:21 CET 2013
Anyone else facing this problem?
libavcodec/libvpxenc.c:123:6: error: 'VP9E_SET_TILE_COLUMNS' undeclared
here (not in a function)
[VP9E_SET_TILE_COLUMNS] = "VP9E_SET_TILE_COLUMNS",
^
libavcodec/libvpxenc.c:123:5: error: array index in initializer not of
integer type
[VP9E_SET_TILE_COLUMNS] = "VP9E_SET_TILE_COLUMNS",
^
libavcodec/libvpxenc.c:123:5: error: (near initialization for 'ctlidstr')
libavcodec/libvpxenc.c:124:6: error: 'VP9E_SET_TILE_ROWS' undeclared here
(not in a function)
[VP9E_SET_TILE_ROWS] = "VP9E_SET_TILE_ROWS",
^
libavcodec/libvpxenc.c:124:5: error: array index in initializer not of
integer type
[VP9E_SET_TILE_ROWS] = "VP9E_SET_TILE_ROWS",
^
libavcodec/libvpxenc.c:124:5: error: (near initialization for 'ctlidstr')
libavcodec/libvpxenc.c:125:6: error: 'VP9E_SET_FRAME_PARALLEL_DECODING'
undeclared here (not in a function)
[VP9E_SET_FRAME_PARALLEL_DECODING] =
"VP9E_SET_FRAME_PARALLEL_DECODING",
^
libavcodec/libvpxenc.c:125:5: error: array index in initializer not of
integer type
[VP9E_SET_FRAME_PARALLEL_DECODING] =
"VP9E_SET_FRAME_PARALLEL_DECODING",
^
libavcodec/libvpxenc.c:125:5: error: (near initialization for 'ctlidstr')
libavcodec/libvpxenc.c: In function 'dump_enc_cfg':
This started today while trying to build the latest ffmpeg.
Any idea why this is happening?
I'm using the following configure line:
./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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20131215/48b3524f/attachment.html>
More information about the Libav-user
mailing list