编译 mplayer 报错问题 求大佬帮忙解决 感谢!!!

编译打包和其他
回复
聚散浮生
帖子: 1
注册时间: 2018-08-19 20:19
系统: ubuntu

编译 mplayer 报错问题 求大佬帮忙解决 感谢!!!

#1

帖子 聚散浮生 » 2018-08-19 20:24

make[1]: *** [libavcodec/x86/hpeldsp_init.o] Error 1
make[1]: Leaving directory '/usr/src/MPlayer-1.2.1/ffmpeg'
Makefile:743: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 编译 mplayer 报错问题 求大佬帮忙解决 感谢!!!

#2

帖子 poloshiao » 2018-08-20 9:38

1. Ubuntu 官方套件庫 每個版本 都有套件 mplayer
1-1. https://packages.ubuntu.com/search?suit ... chon=names
mplayer

2. 安裝套件 mplayer 就會同時安裝其相依套件 libav*
2-2. https://packages.ubuntu.com/bionic/mplayer
libav*
make[1]: *** [libavcodec/x86/hpeldsp_init.o] Error 1
make[1]: Leaving directory '/usr/src/MPlayer-1.2.1/ffmpeg'
Makefile:743: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2
3. 基於什麼原因
你還需要自己編譯 ?
头像
nyfair
帖子: 1067
注册时间: 2007-12-07 12:49
系统: winnux10
来自: Tree New Bee

Re: 编译 mplayer 报错问题 求大佬帮忙解决 感谢!!!

#3

帖子 nyfair » 2018-08-20 11:47

mplayer已不维护,只能支持旧版ffmpeg,请使用mpv或者static link旧版的ffmpeg

poloshiao 写了: 2018-08-20 9:38 1. Ubuntu 官方套件庫 每個版本 都有套件 mplayer
1-1. https://packages.ubuntu.com/search?suit ... chon=names
mplayer

2. 安裝套件 mplayer 就會同時安裝其相依套件 libav*
2-2. https://packages.ubuntu.com/bionic/mplayer
libav*
make[1]: *** [libavcodec/x86/hpeldsp_init.o] Error 1
make[1]: Leaving directory '/usr/src/MPlayer-1.2.1/ffmpeg'
Makefile:743: recipe for target 'ffmpeg/libavcodec/libavcodec.a' failed
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2
3. 基於什麼原因
你還需要自己編譯 ?
版主就该安安静静的,不会回答问题别跑出来,这板块名字先大声念一下
本人在此论坛仅负责吐槽,问题急需解决请支付宝转账5毛至{我的id@qq.com},将会竭诚为您服务

linux常见多媒体问题处理指南

1. 视频播放有问题->卸载gstreamer
2. 音频播放有问题->卸载pulseaudio
3. 远程播放有问题->卸载avahi
4. 系统全都有问题->卸载systemd,远离Lennart这傻逼让你从此轻松自在

⇩自由网络⇩
https://github.com/nyfair/freeweb
回复