Re: [FFmpeg-devel] Building from snapshot - error with assembler

2016-04-29 Thread jd1008
Please ignore. Problem was in system. On 04/29/2016 05:56 PM, jd1008 wrote: On 04/29/2016 05:25 PM, Michael Niedermayer wrote: On Fri, Apr 29, 2016 at 05:08:39PM -0600, jd1008 wrote: This is for the developers: Building ffmpeg-20160428.tar.bz2 . . . . yasm -f elf -m amd64 -DPIC -I. -I"/sdb3

Re: [FFmpeg-devel] Building from snapshot - error with assembler

2016-04-29 Thread James Almer
On 4/29/2016 8:25 PM, Michael Niedermayer wrote: > On Fri, Apr 29, 2016 at 05:08:39PM -0600, jd1008 wrote: >> This is for the developers: >> Building ffmpeg-20160428.tar.bz2 >> . >> . >> . >> . >> yasm -f elf -m amd64 -DPIC -I. >> -I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I >>

Re: [FFmpeg-devel] Building from snapshot - error with assembler

2016-04-29 Thread jd1008
On 04/29/2016 05:25 PM, Michael Niedermayer wrote: On Fri, Apr 29, 2016 at 05:08:39PM -0600, jd1008 wrote: This is for the developers: Building ffmpeg-20160428.tar.bz2 . . . . yasm -f elf -m amd64 -DPIC -I. -I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I libavcodec/x86/ -o lib

Re: [FFmpeg-devel] Building from snapshot - error with assembler

2016-04-29 Thread Michael Niedermayer
On Fri, Apr 29, 2016 at 05:08:39PM -0600, jd1008 wrote: > This is for the developers: > Building ffmpeg-20160428.tar.bz2 > . > . > . > . > yasm -f elf -m amd64 -DPIC -I. > -I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I > libavcodec/x86/ -o libavcodec/x86/vp3dsp.o libavcodec/x86/vp

[FFmpeg-devel] Building from snapshot - error with assembler

2016-04-29 Thread jd1008
This is for the developers: Building ffmpeg-20160428.tar.bz2 . . . . yasm -f elf -m amd64 -DPIC -I. -I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp.asm libavcodec/x86/h264_qpel_mmx.c: Assembler messages: libavcode