You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for you contribution. But I encounter some mistakes when I use the following command line to build ffmpeg nvidia on my computer(centos7+cuda-9.0):
docker build . -t ffmpeg-nvidia
Then it reported following errors:
Removing intermediate container add32f2a69f0
---> 30101d9c5cc3
Step 6/6 : RUN ./build-ffmpeg.sh
---> Running in 18debd00eafe
Cloning into 'ffmpeg'...
Branch release/3.3 set up to track remote branch release/3.3 from origin.
Switched to a new branch 'release/3.3'
ERROR: frei0r.h header not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the [email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:114: /libavutil/Makefile: No such file or directory
Makefile:114: /library.mak: No such file or directory
Makefile:116: /doc/Makefile: No such file or directory
Makefile:206: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:114: /libavutil/Makefile: No such file or directory
Makefile:114: /library.mak: No such file or directory
Makefile:116: /doc/Makefile: No such file or directory
Makefile:206: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
Could you help me ? Thanks in advance.
The text was updated successfully, but these errors were encountered:
Thanks for you contribution. But I encounter some mistakes when I use the following command line to build ffmpeg nvidia on my computer(centos7+cuda-9.0):
docker build . -t ffmpeg-nvidia
Then it reported following errors:
Removing intermediate container add32f2a69f0
---> 30101d9c5cc3
Step 6/6 : RUN ./build-ffmpeg.sh
---> Running in 18debd00eafe
Cloning into 'ffmpeg'...
Branch release/3.3 set up to track remote branch release/3.3 from origin.
Switched to a new branch 'release/3.3'
ERROR: frei0r.h header not found
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
[email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:114: /libavutil/Makefile: No such file or directory
Makefile:114: /library.mak: No such file or directory
Makefile:116: /doc/Makefile: No such file or directory
Makefile:206: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
Makefile:2: config.mak: No such file or directory
Makefile:67: /common.mak: No such file or directory
Makefile:114: /libavutil/Makefile: No such file or directory
Makefile:114: /library.mak: No such file or directory
Makefile:116: /doc/Makefile: No such file or directory
Makefile:206: /tests/Makefile: No such file or directory
make: *** No rule to make target '/tests/Makefile'. Stop.
Could you help me ? Thanks in advance.
The text was updated successfully, but these errors were encountered: