Changes between Initial Version and Version 1 of Ticket #2383, comment 9


Ignore:
Timestamp:
Mar 23, 2022, 6:13:09 AM (4 years ago)
Author:
alex

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2383, comment 9

    initial v1  
    33With `configure` and `make` I was able to compile `mplayer` in that folder.
    44But when I use it with a video I get the exact same issue again: Only 1/4 of the `mplayer` window is filled with the video. 3/4 of `mplayer`'s screen stays black. I am absolutely sure to use the newly compiled version...
     5
     6Some output from the config step:
     7
     8
     9{{{
     10
     11  Install prefix: /usr/local
     12  Data directory: /usr/local/share/mplayer
     13  Config direct.: /usr/local/etc/mplayer
     14
     15  Byte order: little-endian
     16  Optimizing for: corei7-avx
     17
     18  Languages:
     19    Messages/GUI: en
     20    Manual pages: en
     21    Documentation: en
     22
     23  Enabled optional drivers:
     24    Input: ftp tv librtmp bluray vcd networking
     25    Codecs: libaom libdav1d libvpx x264 xvid libopencore_amrwb libopencore_amrnb ffmpeg(internal) real xanim libopus faad2 faac libtheora speex libvorbis libmad liblzo OpenJPEG
     26    Audio output: coreaudio openal sdl mpegpes(file)
     27    Video output: matrixview opengl sdl pnm jpeg mng corevideo mpegpes(file) caca x11 xover yuv4mpeg md5sum tga
     28
     29  Disabled optional drivers:
     30    Input: dvdnav vstream pvr radio tv-v4l2 tv-v4l1 tv-dshow live555 nemesi cddb cdda dvdread dvb smb
     31    Codecs: crystalhd libdv qtx win32 ilbc musepack libdca libmpeg2 liba52 mpg123 libgsm toolame twolame gif
     32    Audio output: sndio sun alsa jack pulse nas esd arts oss v4l2 dxr2
     33    Video output: zr zr2 v4l2 dxr3 dxr2 vesa gif89a quartz fbdev svga aa ggi xvidix winvidix cvidix 3dfx xmga dga vdpau xvmc xv directfb dfbmga bl xvr100 tdfx_vid wii s3fb tdfxfb mga
     34
     35'config.h' and 'config.mak' contain your configuration options.
     36Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer
     37      compile *** DO NOT REPORT BUGS if you tweak these files ***
     38
     39'make' will now compile MPlayer and 'make install' will install it.
     40Note: On non-Linux systems you might need to use 'gmake' instead of 'make'.
     41
     42Please check MTRR settings at /proc/mtrr (see DOCS/HTML/en/video.html#mtrr)
     43
     44NOTE: Win32 codec DLLs are not supported on your CPU (x86_64) or your
     45operating system (Darwin). You may encounter a few files that cannot
     46be played due to missing open source video/audio codec support.
     47
     48Check config.log if you wonder why an autodetection failed (make sure
     49development headers/packages are installed).
     50
     51NOTE: The --enable-* parameters unconditionally force options on, completely
     52skipping autodetection. This behavior is unlike what you may be used to from
     53autoconf-based configure scripts that can decide to override you. This greater
     54level of control comes at a price. You may have to provide the correct compiler
     55and linker flags yourself.
     56If you used one of these options (except --enable-menu and similar ones that
     57turn on internal features) and experience a compilation or linking failure,
     58make sure you have passed the necessary compiler/linker flags to configure.
     59
     60If you suspect a bug, please read DOCS/HTML/en/bugreports.html.
     61
     62}}}