aboutsummaryrefslogtreecommitdiff
path: root/dists/redhat
diff options
context:
space:
mode:
authorMax Horn2011-06-01 23:17:43 +0200
committerMax Horn2011-06-01 23:17:43 +0200
commit9db33ea544afd2c24857b8229e97e532881383ca (patch)
tree480f71d87099e055e0aed580c86d868a5ba11465 /dists/redhat
parent5eae0e1a5c35c4c8453b90d6fa7230c9e51ede6a (diff)
downloadscummvm-rg350-9db33ea544afd2c24857b8229e97e532881383ca.tar.gz
scummvm-rg350-9db33ea544afd2c24857b8229e97e532881383ca.tar.bz2
scummvm-rg350-9db33ea544afd2c24857b8229e97e532881383ca.zip
ALL: Removed last traces of the MPEG2 code
Diffstat (limited to 'dists/redhat')
-rw-r--r--dists/redhat/README13
1 files changed, 6 insertions, 7 deletions
diff --git a/dists/redhat/README b/dists/redhat/README
index 9c1cccf6df..d1cef06632 100644
--- a/dists/redhat/README
+++ b/dists/redhat/README
@@ -8,9 +8,9 @@ adapt the below instructions where necessary.
1) Collect sources:
-Place scummvm-%{version}.tar.bz2, libmad-0.15.1b.tar.bz2 and
-mpeg2dec-0.4.0b.tar.bz2 in /usr/src/redhat/SOURCES .
-If you have different versions of mpeg2dec or libmad, put the correct version
+Place scummvm-%{version}.tar.bz2 and libmad-0.15.1b.tar.bz2
+in /usr/src/redhat/SOURCES .
+If you have a different version of libmad, put the correct version
numbers in the .spec file.
Place scummvm.spec in /usr/src/redhat/SPECS .
@@ -28,8 +28,7 @@ the source RPM in /usr/src/redhat/SRPMS
-Note: libmad and mpeg2dec are statically linked into the scummvm binary
-because Fedora does not carry libmad and mpeg2dec packages, so I did not
+Note: libmad is statically linked into the scummvm binary
+because Fedora does not carry a libmad package, so I did not
want to make the scummvm package depend on them.
-You can get libmad from http://www.underbit.com/products/mad/
-and mpeg2dec from http://libmpeg2.sourceforge.net/ .
+You can get libmad from http://www.underbit.com/products/mad/ .