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 "(" _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel