[FFmpeg-devel] [PATCH] mxf: micro patch - mxf parsing

Alex Zhukov zhukov.alex at gmail.com
Sun Mar 18 20:59:01 CET 2012


On Sun, Mar 18, 2012 at 9:32 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sun, Mar 18, 2012 at 09:15:26PM +0200, Alex Zhukov wrote:
>> On Sat, Mar 17, 2012 at 4:41 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
>> > On Fri, Mar 16, 2012 at 08:47:59PM +0200, Alex Zhukov wrote:
>> >> I thought this fix was not worth creating the full on patch
>> >> make fate fails on adpcm_ima_qt for me so did not test
>> >
>> > is this fate failure on a clean unmodified checkout ?
>>
>> am i doing something wrong:
>> mertvobjol:ffmpeg zhukov$ git clone git://source.ffmpeg.org/ffmpeg.git
>> Cloning into ffmpeg...
>> remote: Counting objects: 212404, done.
>> remote: Compressing objects: 100% (47484/47484), done.
>> remote: Total 212404 (delta 166811), reused 209568 (delta 164577)
>> Receiving objects: 100% (212404/212404), 55.12 MiB | 615 KiB/s, done.
>> Resolving deltas: 100% (166811/166811), done.
>> mertvobjol:ffmpeg zhukov$ cd ffmpeg
>> mertvobjol:ffmpeg zhukov$ ./configure && make -j8 && make fate
>> ...
>> skip
>> ...
>> TEST    lavfi-pp
>> --- ./tests/ref/lavfi/pp      2012-03-18 21:08:42.000000000 +0200
>> +++ tests/data/fate/lavfi-pp  2012-03-18 21:13:54.000000000 +0200
>> @@ -1 +1 @@
>> -pp                  520803fe1843d384b852ff9750e815c9
>> +pp                  d41d8cd98f00b204e9800998ecf8427e
>> Test lavfi-pp failed. Look at tests/data/fate/lavfi-pp.err for details.
>> make: *** [fate-lavfi-pp] Error 1
>
> what cpu / cpufeatures / platform / compiler is this exactly ?
>
> all tests pass on most platforms currently, see: http://fate.ffmpeg.org/

i noticed it's tested on x86_32 darwin, i am on a x86_64

mertvobjol:ffmpeg zhukov$ uname -a
Darwin mertvobjol.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan
12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64

mertvobjol:tmp zhukov$ gcc hello.c
mertvobjol:tmp zhukov$ file a.out
a.out: Mach-O 64-bit executable


>
> also, is this static or shared libs ? if shared its possibly you have
> an old libpostproc installed
>
> [...]
>
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> Frequently ignored awnser#1 FFmpeg bugs should be sent to our bugtracker. User
> questions about the command line tools should be sent to the ffmpeg-user ML.
> And questions about how to use libav* should be sent to the libav-user ML.
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list