[MPlayer-users] make: *** [Makefile:746: mplayer/mencoder] Error 1
Antonio Olivares
olivares14031 at yahoo.com
Sun Aug 30 22:22:11 EEST 2020
On Sunday, August 30, 2020, 1:54:32 PM CDT, Reimar Döffinger <reimar.doeffinger at gmx.de> wrote:
On 30 August 2020 17:28:49 CEST, "Reimar Döffinger" <Reimar.Doeffinger at gmx.de> wrote:
>On 30 August 2020 04:24:48 CEST, Antonio Olivares
><olivares14031-at-yahoo.com at ffmpeg.org> wrote:
>>
>>
>>Yes it is a 32 bit Raspbian(now Rapberry Pi OS). I can try with
>>-atomic option in running
>>$ ../configure -iatomic
>>then run make
>>and it may work?
>
>No, not like that.
>But I've done some testing and I think there are far worse issues (some
>even affecting FFmpeg, so your FFmpeg build will also be bad unless you
>did the right magic tricks).
>In particular NEON support and NEON intrinsics will be disabled.
>I have fixed that, and I suspect that also fixed the atomic issue as a
>side-effect.
>At least I could not reproduce the issue.
I can confirm it is fixed.
And you definitely want to update to latest SVN version, because just fixing the linking error will result in a build I've confirmed to run almost at half the speed it should for e.g. H.264 decoding.
_______________________________________________
MPlayer-users mailing list
MPlayer-users at mplayerhq.hu
MPlayer-users Info Page
|
|
| |
MPlayer-users Info Page
|
|
|
Dear Mplayer users/developers,
Thank you very much. It is fixed! I can also confirm :
libavutil.a -Wl,--version-script,binary.ver -Wl,-z,noexecstack -ffast-math -lrt -lgnutls -lpng -lz -ljpeg -lasound -ldl -lpthread -lsndio -lbluray -ldvdread -lcdio_cdda -lcdio -lcdio_paranoia -lfreetype -lfontconfig -lfribidi -lz -lvorbisenc -lvorbis -logg -ltheoradec -logg -lxvidcore -lpthread -ldl -rdynamic -ldvdnav -lpthread -lm -lmp3lame
pi at raspberrypi:~/Downloads/mplayer $ sudo make install
install -d /usr/local/bin /usr/local/etc/mplayer /usr/local/lib
install -m 755 -s mencoder /usr/local/bin
install -d /usr/local/share/man/man1
install -m 644 DOCS/man/en/mplayer.1 /usr/local/share/man/man1/
cd /usr/local/share/man/man1 && ln -sf mplayer.1 mencoder.1
install -m 755 -s mplayer /usr/local/bin
pi at raspberrypi:~/Downloads/mplayer $ mplayer
Creating config file: /home/pi/.mplayer/config
MPlayer SVN-r38193-8 (C) 2000-2020 MPlayer Team
Usage: mplayer [options] [url|path/]filename
Basic options: (complete list in the man page)
-vo <drv> select video output driver ('-vo help' for a list)
-ao <drv> select audio output driver ('-ao help' for a list)
vcd://<trackno> play (S)VCD (Super Video CD) track (raw device, no mount)
dvd://<titleno> play DVD title from device instead of plain file
-alang/-slang select DVD audio/subtitle language (by 2-char country code)
-ss <position> seek to given (seconds or hh:mm:ss) position
-nosound do not play sound
-fs fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y> set display resolution (for use with -vm or -zoom)
-sub <file> specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y select video (x) and audio (y) stream to play
-fps x -srate y change video (x fps) and audio (y Hz) rate
-pp <quality> enable postprocessing filter (details in the man page)
-framedrop enable frame dropping (for slow machines)
Basic keys: (complete list in the man page, also check input.conf)
<- or -> seek backward/forward 10 seconds
down or up seek backward/forward 1 minute
pgdown or pgup seek backward/forward 10 minutes
< or > step backward/forward in playlist
p or SPACE pause movie (press any key to continue)
q or ESC stop playing and quit program
+ or - adjust audio delay by +/- 0.1 second
o cycle OSD mode: none / seekbar / seekbar + timer
* or / increase or decrease PCM volume
x or z adjust subtitle delay by +/- 0.1 second
r or t adjust subtitle position up/down, also see -vf expand
* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
pi at raspberrypi:~/Downloads/mplayer $
Best Regards,
Antonio
More information about the MPlayer-users
mailing list