天天看點

static library libs/libvpx/libvpx.a is not portable!

錯誤如下:

*** Warning: Linking the shared library libfreeswitch.la against the
*** static library libs/libvpx/libvpx.a is not portable!      

解決辦法:

./configure \
    --enable-pic \
    --enable-static \
    --enable-shared \
    --as=yasm \
    --target=generic-gnu      

繼續閱讀