Re: Fedora 37: make: *** [Makefile:744: ffmpeg/libavcodec/libavcodec.a] Error 2
Erik Auerswald <[email protected]> Wed, 16 Nov 2022 16:12:15 +0100
| Newsgroups | gmane.comp.video.mplayer.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Wed, Nov 16, 2022 at 02:50:38PM +0000, Antonio Olivares wrote: > Dear mplayer-users, > > I have upgraded from Fedora 36 to Fedora 37 and I ran svn update on mplayer directory, ran ./configure, make distclean, reran ./configure, make and run into this error. > > .... > In file included from libavcodec/nvenc.c:25: > libavcodec/nvenc.h:31:10: fatal error: ffnvcodec/nvEncodeAPI.h: No such file or directory > 31 | #include <ffnvcodec/nvEncodeAPI.h> > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > compilation terminated. > make[1]: *** [ffbuild/common.mak:81: libavcodec/nvenc.o] Error 1 > ... > make[1]: Leaving directory '/home/olivares/Downloads/mplayer/ffmpeg' > make: *** [Makefile:744: ffmpeg/libavcodec/libavcodec.a] Error 2 There seems to be an include file missing from ffmpeg. Cheers, Erik