Re: [FFmpeg-devel] fail to build ffmpeg with icc 14

2018-02-02 Thread James Almer
On 2/2/2018 12:04 PM, wm4 wrote: > On Fri, 2 Feb 2018 21:50:00 +0800 (CST) > qw wrote: > >> Hi, >> >> >> I use the following command to build ffmpeg: >> >> >> ./configure --cc=/opt/intel/bin/icc --enable-version3 --enable-asm >> --enable-avfilter --disable-static --enable-shared --enable-gpl >>

Re: [FFmpeg-devel] fail to build ffmpeg with icc 14

2018-02-02 Thread wm4
On Fri, 2 Feb 2018 21:50:00 +0800 (CST) qw wrote: > Hi, > > > I use the following command to build ffmpeg: > > > ./configure --cc=/opt/intel/bin/icc --enable-version3 --enable-asm > --enable-avfilter --disable-static --enable-shared --enable-gpl > --enable-nonfree --prefix=/usr/local/ --ext