[FFmpeg-devel] compile ffmpeg errors

广州刘丹 139250065 at qq.com
Fri Dec 11 08:09:23 CET 2015


I use below commands to compile ffmpeg, but make command reports some errors.


git clone https://github.com/FFmpeg/FFmpeg.git
cd FFmpeg
git checkout origin/release/2.8

PKG_CONFIG_PATH="${DEST}/build/lib/pkgconfig" ./configure --prefix="${DEST}/build" \
--extra-cflags="-I${DEST}/build/include" --extra-ldflags="-L${DEST}/build/lib" bindir="${DEST}/bin" \
--pkg-config-flags="--static" --enable-shared --enable-pic --enable-gpl --enable-nonfree --enable-libfdk-aac --enable-libfreetype \
--enable-libmp3lame --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265
make



libavfilter/avf_showcqt.c:38:10: error: #include expects "FILENAME" or <FILENAME>
libavfilter/vf_drawtext.c:69:10: error: #include expects "FILENAME" or <FILENAME>
libavfilter/vf_drawtext.c:70:10: error: #include expects "FILENAME" or <FILENAME>
libavfilter/vf_drawtext.c:71:10: error: #include expects "FILENAME" or <FILENAME>
libavfilter/vf_drawtext.c:275:10: error: #include expects "FILENAME" or <FILENAME>
ffplay.c:3217:46: error: missing binary operator before token "("


More information about the ffmpeg-devel mailing list