open-mmlab / denseflow

Extracting optical flow and frames

Home Page:https://open-mmlab.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.

unyxs281 opened this issue · comments

当执行./zzffmpeg.sh时,提示nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.,但是nasm和yasm已经安装了,这是什么原因内,也尝试了更新nasm和yasm的版本。还是出现这个错误。

commented

Pls show the output of

echo $PATH
echo $LD_LIBRARY_PATH
ls $HOME/app/bin
ls $HOME/app/lib
which nasm
which yasm

Pls show the output of

echo $PATH
echo $LD_LIBRARY_PATH
ls $HOME/app/bin
ls $HOME/app/lib
which nasm
which yasm

image

See the usage here https://github.com/innerlee/setup#usage

image
我是按照这个步骤安装的。代码没有做改动,这是什么原因呢?谢谢。

commented

The PATH and LD_LIBRARY_PATH are incorrect according to your last post

当执行./zzffmpeg.sh时,提示nasm/yasm not found or too old. Use --disable-x86asm for a crippled build.,但是nasm和yasm已经安装了,这是什么原因内,也尝试了更新nasm和yasm的版本。还是出现这个错误。

source ~/.bashrc 应该就好了

哇!!!!!!!!感谢 !!!!解决了!!!!

我一直以为./bashrc是实时编译的···呜呜··· 太感谢了!!

我要去仔细看看这个文件是干啥的···