[MPlayer-dev-eng] configure2 bugreport

pl p_l at tfz.net
Sat Nov 17 22:58:31 CET 2001


Hi,

On Sat, Nov 17, 2001 at 09:34:11PM +0200, Arpi wrote:
[...]
> "screen size: 1x1" stuff can be removed, afair nothing uses it.
> (it was used before we introduce config files)
SCREEN_SIZE_[XY] is still used in mplayer.c (maybe dead code paths...)

./mplayer.c:223:static int screen_size_x=0;//SCREEN_SIZE_X;
./mplayer.c:224:static int screen_size_y=0;//SCREEN_SIZE_Y;
./mplayer.c:1011:     if(!screen_size_x) screen_size_x=SCREEN_SIZE_X; <<
./mplayer.c:1012:     if(!screen_size_y) screen_size_y=SCREEN_SIZE_Y; <<
./mplayer.h:49:extern int screen_size_x;//SCREEN_SIZE_X;
./mplayer.h:50:extern int screen_size_y;//SCREEN_SIZE_Y;


> cosmetics:
> "Checking for Encrypted DVD support ... -ldvdread"
> it has nothing with encryption (it depends on how dvdread is compiled).
> it is required for DVD device access, even for unencrypted disks too.
I figured that afterwards so:
  libdvdread which dynamically probes for libdvdcss.so.0
  css if it's only there

So pick one among "DVD files handling" or "DVD support" or "DVD
handling" or <better phrase>...

--
pl



More information about the MPlayer-dev-eng mailing list