[FFmpeg-user] ffmpeg runtime dependences
    Carl Eugen Hoyos 
    cehoyos at ag.or.at
       
    Mon Oct  5 18:49:46 CEST 2015
    
    
  
Wang, Liqin, M.S. <Wang.Liqin <at> mayo.edu> writes:
> I am wondering if it is possible that we could make 
> the reference to GCC :
> 
>         /opt/freeware/lib/liblzma.a(liblzma.so.5)
>         /opt/freeware/lib/libbz2.a(libbz2.so.1)
What do the following commands show on your 
build host?
$ ls -l /opt/freeware/lib/libbz2*
$ ls -l /opt/freeware/lib/liblzma*
Imo, the simple solution is to remove the relevant so 
files from the build host to force static linking.
Carl Eugen
    
    
More information about the ffmpeg-user
mailing list