Discussion:
[MPlayer-users] ar.exe: libavcodec/x86/aacpsdsp.o: No such file or directory
Josh Finch
2017-06-26 11:38:30 UTC
Permalink
Using r37944 & FFmpeg 114e8716214d414d7965029ae5fe74668ed69e4a, MinGW-w64 (32-bit) 6.2.0 & MSYS2. Build logs/configs are here: http://mplayerwin.sourceforge.net/build_logs/r37944/


I'm getting the following error:


CC libavcodec/xvididct.o
CC libavcodec/xwddec.o
CC libavcodec/xxan.o
CC libavcodec/y41pdec.o
CC libavcodec/ylc.o
CC libavcodec/yop.o
CC libavcodec/yuv4dec.o
CC libavcodec/zerocodec.o
CC libavcodec/zmbv.o
AR libavcodec/libavcodec.a
E:\mpbuild\tools\mingw32\bin\ar.exe: libavcodec/x86/aacpsdsp.o: No such file or directory
make[1]: *** [ffbuild/library.mak:21: libavcodec/libavcodec.a] Error 1
make[1]: Leaving directory '/sources/mplayer/ffmpeg'
make: *** [Makefile:742: ffmpeg/libavcodec/libavcodec.a] Error 2


Any help on where to begin would be appreciated, I'm not sure if my build environment is broken or no longer compatible with the changes in FFmpeg now.
Roberto Togni
2017-06-30 20:31:00 UTC
Permalink
On Mon, 26 Jun 2017 11:38:30 +0000
Post by Josh Finch
Using r37944 & FFmpeg 114e8716214d414d7965029ae5fe74668ed69e4a, MinGW-w64 (32-bit) 6.2.0 & MSYS2. Build logs/configs are here: http://mplayerwin.sourceforge.net/build_logs/r37944/
CC libavcodec/xvididct.o
CC libavcodec/xwddec.o
CC libavcodec/xxan.o
CC libavcodec/y41pdec.o
CC libavcodec/ylc.o
CC libavcodec/yop.o
CC libavcodec/yuv4dec.o
CC libavcodec/zerocodec.o
CC libavcodec/zmbv.o
AR libavcodec/libavcodec.a
E:\mpbuild\tools\mingw32\bin\ar.exe: libavcodec/x86/aacpsdsp.o: No such file or directory
make[1]: *** [ffbuild/library.mak:21: libavcodec/libavcodec.a] Error 1
make[1]: Leaving directory '/sources/mplayer/ffmpeg'
make: *** [Makefile:742: ffmpeg/libavcodec/libavcodec.a] Error 2
Any help on where to begin would be appreciated, I'm not sure if my build environment is broken or no longer compatible with the changes in FFmpeg now.
Should be fixed, please test.

Ciao,
Roberto
William Norfleet
2017-07-01 00:03:18 UTC
Permalink
Post by Roberto Togni
On Mon, 26 Jun 2017 11:38:30 +0000
Post by Josh Finch
Using r37944 & FFmpeg 114e8716214d414d7965029ae5fe74668ed69e4a, MinGW-w64 (32-bit) 6.2.0 & MSYS2. Build logs/configs are here: http://mplayerwin.sourceforge.net/build_logs/r37944/
CC libavcodec/xvididct.o
CC libavcodec/xwddec.o
CC libavcodec/xxan.o
CC libavcodec/y41pdec.o
CC libavcodec/ylc.o
CC libavcodec/yop.o
CC libavcodec/yuv4dec.o
CC libavcodec/zerocodec.o
CC libavcodec/zmbv.o
AR libavcodec/libavcodec.a
E:\mpbuild\tools\mingw32\bin\ar.exe: libavcodec/x86/aacpsdsp.o: No such file or directory
make[1]: *** [ffbuild/library.mak:21: libavcodec/libavcodec.a] Error 1
make[1]: Leaving directory '/sources/mplayer/ffmpeg'
make: *** [Makefile:742: ffmpeg/libavcodec/libavcodec.a] Error 2
Any help on where to begin would be appreciated, I'm not sure if my build environment is broken or no longer compatible with the changes in FFmpeg now.
Should be fixed, please test.
Ciao,
Roberto
r37945 compiles without errors for me (Ubuntu 14.04, with mencoder
disabled). Thanks, Roberto!

Loading...