Mercurial > mplayer.hg
annotate debian/control @ 1347:448d1bf28f5a
Solaris 2.6 and older do not support MAP_ANON, just fail the mmap MAP_ANON
attempt on such a system. The code tries mmap with /dev/zero and MIT-shm next.
Fix a possible filedesc leak, when the code tries to mmap shared memeory via
/dev/zero. Reuse the already open /dev/zero from a previous shmem_alloc call.
(same change; now without changing the indentation of the code)
author | jkeil |
---|---|
date | Thu, 19 Jul 2001 20:32:13 +0000 |
parents | 8c8ed61a98c6 |
children | 225b8fb7653f |
rev | line source |
---|---|
18 | 1 Source: mplayer |
2 Section: unknown | |
3 Priority: optional | |
4 Maintainer: * TeLeNiEkO * <telenieko@telenieko.com> | |
5 Standards-Version: 3.2.1 | |
6 | |
7 Package: mplayer | |
8 Architecture: any | |
853
4f5a6c252703
/etc/mplayer.conf created on install-time based on user responses.
eyck
parents:
18
diff
changeset
|
9 Depends: ${shlibs:Depends},debconf |
18 | 10 Description: The Ultimate Movie Player For Linux |
1229 | 11 MPlayer is a movie player for LINUX. It plays most MPEG, AVI and ASF files, |
12 supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even | |
13 DivX movies too. The another big feature of mplayer is the wide range of | |
14 supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, | |
15 but you can use SDL (and this way all drivers of SDL, for example AAlib) and | |
16 some lowlevel card-specific drivers (for Matrox) too! Most of them supports | |
17 software or hardware scaling, so you can enjoy movies in fullscreen. And what | |
18 about the nice big antialiased shaded subtitles (7 supported types!!!) with | |
19 hungarian, english, cyrillic, czech, korean fonts, and OSD? |