Re: [FFmpeg-devel] bans

2016-06-15 Thread jd1008

for what it's worth, I have been met with similar issue on this list.
Very unfortunate, and the principals are not doing anything about it.


On 06/15/2016 06:21 PM, James Almer wrote:

On 6/15/2016 8:16 PM, Ivan Kalvachev wrote:

Loads of crap

No one, and i mean no one reply to this email.

You will not get a single answer to any question you make. All you'll get is
counter questions. He will make questions he knows the answers for only to
read the reply in your own words. And once you reply to said questions, your
answer will be nitpicked expecting you to focus on said comments until the
conversation is fully derailed.
Insisting with your questions will be useless.

This is the guy that in a reply to the vote thread said he wasn't aware the
subject was mentioned in the IRC meeting [1] while in reality he knew well
about everything and even acknowledged it, as pointed out by Ronald in a
subsequent email [2].
He will lie and he will pretend to be unaware of things, be it to not answer
your questions or to get you to reply his, starting the cycle i mentioned
above.

This is is a guy that has since day 1 derailed every single conversation and
tried to put the aggressor as the victim and the victim as the aggressor,
installing the idea of secret unjustified feuds and invoking old bullshit like
libav's debacle in a perfect godwin's law fashion.

Not a single discussion in IRC where he was involved went anywhere, and neither
will anything in this thread. You'll get inside a spiral of bullshit with no
end until you decide to stop feeding the troll disguised as worried contributor.

[1] https://ffmpeg.org/pipermail/ffmpeg-devel/2016-June/195306.html
[2] https://ffmpeg.org/pipermail/ffmpeg-devel/2016-June/195344.html
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


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 libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp.asm
libavcodec/x86/h264_qpel_mmx.c: Assembler messages:
libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatch for `cmp'
libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatch for `cmp'
libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatch for `cmp'
yasm -f elf -m amd64 -DPIC -I.
-I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I
libavcodec/x86/ -M -o libavcodec/x86/vp56dsp.o
libavcodec/x86/vp56dsp.asm > libavcodec/x86/vp56dsp.d
common.mak:44: recipe for target 'libavcodec/x86/dsputil_mmx.o' failed
make: *** [libavcodec/x86/dsputil_mmx.o] Error 1
make: *** Waiting for unfinished jobs
yasm -f elf -m amd64 -DPIC -I.
-I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I
libavcodec/x86/ -o libavcodec/x86/vp56dsp.o
libavcodec/x86/vp56dsp.asm
error: Bad exit status from /var/tmp/rpm-tmp.fkHUB2 (%build)

missing configure command line options and config.mak/h/log
as well as yasm version
URL where you downloaded the snapshot
also did this work for you with previous snapshots

$ rpm -q yasm
yasm-1.2.0-7.fc22.x86_64
$ pwd
/usr/src/redhat/BUILD/ffmpeg-20160428
$ file config.mak
config.mak: makefile script, ASCII text, with very long lines

So, config.mak is not a directory

$ find . -type d -name h
$
$ find . -name log
$

The config comand:

./configure \
--prefix=%{_prefix} \
--bindir=%{_bindir} \
--datadir=%{_datadir}/%{name} \
--incdir=%{_includedir}/%{name} \
--libdir=%{_libdir} \
--mandir=%{_mandir} \
--arch=%{_target_cpu} \
--enable-libopencore-amrnb \
--enable-version3 \
--enable-bzlib \
--enable-frei0r \
--enable-libdc1394 \
--enable-libdirac \
--enable-libfaac \
--enable-nonfree \
--enable-nonfree \
--enable-indev=jack \
--enable-libgsm \\\
--enable-libmp3lame \
--enable-nonfree \
--enable-libopencv \
--enable-libopenjpeg \
--enable-librtmp \
--enable-libschroedinger \
--enable-libspeex \
--enable-libtheora \
--enable-libvorbis \
--enable-libvpx \
--enable-libx264 \
--enable-libxvid \
--enable-x11grab \
--enable-avfilter \
--enable-postproc \
--enable-pthreads \
--disable-static \
--enable-shared \
--enable-gpl \
--disable-debug \
--disable-stripping

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[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:
libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatch for `cmp'
libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatch for `cmp'
libavcodec/x86/h264_qpel_mmx.c:964: Error: operand type mismatch for `cmp'
yasm -f elf -m amd64 -DPIC -I. 
-I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I 
libavcodec/x86/ -M -o libavcodec/x86/vp56dsp.o 
libavcodec/x86/vp56dsp.asm > libavcodec/x86/vp56dsp.d

common.mak:44: recipe for target 'libavcodec/x86/dsputil_mmx.o' failed
make: *** [libavcodec/x86/dsputil_mmx.o] Error 1
make: *** Waiting for unfinished jobs
yasm -f elf -m amd64 -DPIC -I. 
-I"/sdb3/home/jd/rpmbuild/BUILD/ffmpeg-20160428" -Pconfig.asm -I 
libavcodec/x86/ -o libavcodec/x86/vp56dsp.o libavcodec/x86/vp56dsp.asm

error: Bad exit status from /var/tmp/rpm-tmp.fkHUB2 (%build)

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel