> 2016/04/18 1:24A.M. 桃源老師 <xanadu6291 <at> dream.jp> wrote:
> 
> 
>> 2016/04/18 0:54A.M. Carl Eugen Hoyos <cehoyos <at> ag.or.at> wrote:
>> 
>>>> Undefined symbols for architecture x86_64:
>>>> "__schro_decode_prediction_only", referenced from:
>>>> _schro_init in libschroedinger-1.0.a(libschroedinger_1.0_la-schro.o)
>>>> "__schro_telemetry", referenced from:
>>>> _schro_init in libschroedinger-1.0.a(libschroedinger_1.0_la-schro.o)
>>> 
>>> Otoh, both missing symbols are part of the libschroedinger 
>>> library file here.
>> 
>> Something seems to have gone wrong with you schroedinger 
>> compilation.
> 
> That's a bit funny.  The reason is that I can build ffmpeg with dynamic 
> library of libschroedinger.  
> It means static library of libschroedinger only broken?

It was because of Mac OS X specific issue.

I don't know it is worth to write here, the fix is:

roushi-no-MacBook-Pro:schroedinger roushi$ diff -u schrodecoder.c.bak 
schrodecoder.c
--- schrodecoder.c.bak  2016-04-19 00:30:46.000000000 +0900
+++ schrodecoder.c      2016-04-19 00:30:53.000000000 +0900
@@ -71,7 +71,7 @@
 
 
 +int _schro_decode_prediction_only = 0;
-int _schro_decode_prediction_only;
-int _schro_telemetry;
+int _schro_telemetry = 0;

See more detail at https://github.com/Homebrew/legacy-homebrew/issues/15734


Best Regards,



// Miya aka. TougenRoushi

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to