Mercurial > mplayer.hg
annotate debian/README.debian @ 30812:4c3685b029f7
Fix QuickTime emulated OSErr type.
The OSErr type on Mac OS X is int16_t, not int32_t (see
http://developer.apple.com/mac/library/documentation/QuickTime/Reference/QTRef_DataTypes/Reference/reference.html).
The upper 16 bits will typically be something random (they're entirely
undefined). Change the type so it's right; a few places tried to compensate
for this by masking out the upper bits, but a few places also missed them,
which made for unpredictable behavior.
author | sesse |
---|---|
date | Sat, 06 Mar 2010 11:12:32 +0000 |
parents | 0f1b5b68af32 |
children |
rev | line source |
---|---|
18 | 1 mplayer for Debian |
2 ---------------------- | |
821 | 3 |
1634
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
845
diff
changeset
|
4 Most options are autodetected or configured during compilation thus |
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
845
diff
changeset
|
5 users are supposed to build this package themselves. |
821 | 6 |
1634
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
845
diff
changeset
|
7 Recommended method is running "fakeroot debian/rules binary" in the top |
3249bbc48bf9
Changes to debian packaging based on patches by Josip Rodin (joy debian org)
eyck
parents:
845
diff
changeset
|
8 directory |
18 | 9 |
4000
587906e031fa
let people pass options to ./configure while building package.
eyck
parents:
1634
diff
changeset
|
10 In case you would like to pass some parameters to ./configure, set variable |
587906e031fa
let people pass options to ./configure while building package.
eyck
parents:
1634
diff
changeset
|
11 DEB_BUILD_OPTIONS like that: |
587906e031fa
let people pass options to ./configure while building package.
eyck
parents:
1634
diff
changeset
|
12 |
587906e031fa
let people pass options to ./configure while building package.
eyck
parents:
1634
diff
changeset
|
13 eyck@ghost$ DEB_BUILD_OPTIONS="--enable-streaming" fakeroot debian/rules binary |
29263
0f1b5b68af32
whitespace cosmetics: Remove all trailing whitespace.
diego
parents:
4000
diff
changeset
|
14 |
4000
587906e031fa
let people pass options to ./configure while building package.
eyck
parents:
1634
diff
changeset
|
15 |
587906e031fa
let people pass options to ./configure while building package.
eyck
parents:
1634
diff
changeset
|
16 Dariush Pietrzak <eyck@ghost.anime.pl> Sat Jan 5 20:28:23 CET 2002 |