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

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章