summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/binary-packaging.txt
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-08 23:58:43 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-08 23:58:43 +0000
commit62cfb0bfff73f3641d7174731d577e9a890a9f5e (patch)
tree822edfb9c31c4de38be30f612133249fb4c78783 /DOCS/tech/binary-packaging.txt
parent59235ce33ef79807d107ded4404c457a589ef6fe (diff)
downloadmpv-62cfb0bfff73f3641d7174731d577e9a890a9f5e.tar.bz2
mpv-62cfb0bfff73f3641d7174731d577e9a890a9f5e.tar.xz
SDL no longer needed by default
libavcodec MUST be linked in statically git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16950 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/binary-packaging.txt')
-rw-r--r--DOCS/tech/binary-packaging.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/DOCS/tech/binary-packaging.txt b/DOCS/tech/binary-packaging.txt
index 6e0efa0b8b..8837acdb7e 100644
--- a/DOCS/tech/binary-packaging.txt
+++ b/DOCS/tech/binary-packaging.txt
@@ -38,7 +38,6 @@ the following features MUST be included in any official binary package:
- JPEG/PNG/TGA
- (X)MGA
- OSS
- - SDL
- tdfxfb
- (c/x)vidix
- X11/Xvideo
@@ -47,7 +46,7 @@ the following features MUST be included in any official binary package:
- FAAD
- libavcodec(internal)
- native codecs (libmpeg2/liba52/mp3lib)
- - Ogg Vorbis support
+ - Vorbis Tremor codec(internal)
- RealPlayer codecs support
- Win32/VfW/DShow/QT codecs support
- XAnim codecs support
@@ -82,7 +81,7 @@ documentation. Translated versions SHOULD be included, even if your
package management system does not provide specific support for
internationalization.
-Libavcodec MUST always be in the latest development version and it SHOULD
+Libavcodec MUST always be in the latest development version and it MUST
be linked statically into the mplayer binary, because MPlayer requires a
recent libavcodec snapshot. While some distributions provide FFmpeg
packages containing a shared libavcodec library, they are often based on the
@@ -104,7 +103,7 @@ for Red Hat and Fedora RPMs I am using FHS-compliant paths:
/usr/share/mplayer/font/ fonts
/usr/share/mplayer/Skin/ GUI skins
-You MUST never include the codecs.conf file in your package. It is useful
+You MUSTN'T include the codecs.conf file in your package. It is useful
only for development purposes and often causes obscure problems for users.
@@ -123,7 +122,7 @@ mplayer contains MPlayer binary without GUI (mplayer),
mplayer-codecs-* contain binary codecs available from MPlayer's site
mplayer-font-* contain various bitmap fonts for OSD (obsolete)
mplayer-gui contains MPlayer binary with GUI (gmplayer);
- requires default skin package
+ contans default skin (Blue)
mplayer-skin-* contain various MPlayer GUI skins
mplayer-vidix contains VIDIX support library for MPlayer
mplayer-vidix-* contain VIDIX drivers for specific cards, one per package