Opened 3 years ago
Last modified 3 years ago
#10507 new defect
compile and build 5.1 with enable-nvcc error in Ubuntu
| Reported by: | slickzheng | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | ffmpeg |
| Version: | unspecified | Keywords: | |
| Cc: | slickzheng | Blocked By: | |
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
% git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git cd nv-codec-headers && make install git clone https://git.ffmpeg.org/ffmpeg.git -b release/5.1 ffmpeg/ ./configure --enable-nvcc
i want to build and compile ffmpeg 5.1 in my machine, i have installed CUDA 12.2 and nv-codec-headers latest version, when i exec the configure, i got ERROR: nvenc requested but not found, how can i fix this problem?
Attachments (1)
Change History (2)
by , 3 years ago
| Attachment: | screenshot-20230807-001819.png added |
|---|
comment:1 by , 3 years ago
Note:
See TracTickets
for help on using tickets.



Kindly provide a valid
config.logfor this build run. It should be in the same directory as where./configurewas run.