[MPlayer-users] Latest subversion fails compilation on Fedora 25.
stan
RegBur_Flydan8 at q.com
Wed Jun 28 21:46:44 EEST 2017
On Mon, 26 Jun 2017 11:49:34 -0700
stan <RegBur_Flydan8 at q.com> wrote:
> On Fri, 23 Jun 2017 17:56:34 -0700
> stan <RegBur_Flydan8 at q.com> wrote:
>
> > I updated to the latest version in subversion, revision 37943, did a
> > make distclean, and ./configure, make, and the compile failed with
> > the errors below.
>
> > ffbuild/common.mak:60: recipe for target
> > 'libavcodec/x86/hpeldsp_init.o' failed
>
> The latest revision, 37944, gets past this problem successfully.
> Thanks.
>
> However, it fails later in the compile process.
>
> AR libavcodec/libavcodec.a
> ar: libavcodec/x86/aacencdsp.o: No such file or directory
> ffbuild/library.mak:20: recipe for target 'libavcodec/libavcodec.a'
> failed make[1]: *** [libavcodec/libavcodec.a] Error 1
> make[1]: Leaving directory
> '/mnt/to_archive/accum/src/mplayer-stuff/mplayer/ffmpeg' Makefile:740:
> recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed make: ***
> [ffmpeg/libavcodec/libavcodec.a] Error 2
>
> This is after:
> svn update
> make distclean
> .configure
> make
The file exists, but in a different place. The compile messages show
it in the location that AR is looking,
X86ASM libavcodec/x86/aacencdsp.o
but a search shows that it is actually under
ffmpeg/aacencdsp.o
This is with the latest mplayer revision and ffmpeg updates.
More information about the MPlayer-users
mailing list