annotate gui/win32/README @ 26379:fa8997230d4e

Reformat demuxer.c Indent with "indent -kr -l79 -nut" and fix various suboptimal results by hand. Also remove some commented-out cruft and one unnecessary case of parentheses as in "return (r)".
author uau
date Sat, 12 Apr 2008 15:51:08 +0000
parents 27427f606a91
children f41b913170ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
1 MPlayer Windows GUI (c)
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
2 2003 Sascha Sommer - <saschasommer@freenet.de>
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
3 2006 Erik Augustson - <erik_27can@yahoo.com>
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
4 2006 Gianluigi Tiesi - <sherpya@netfarm.it>
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
5
26371
27427f606a91 typo fixes
diego
parents: 23077
diff changeset
6 This beta GUI for Windows was originally written by Sascha Sommer and
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
7 has since been heavily modified by myself (Erik Augustson) and Gianluigi
26371
27427f606a91 typo fixes
diego
parents: 23077
diff changeset
8 Tiesi. It follows the same concept for the Linux GUI, and should be
27427f606a91 typo fixes
diego
parents: 23077
diff changeset
9 able to load all(most) of the current skins available for the Linux GUI.
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
10
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
11 To compile, quite simply pass --enable-gui to configure, and it is highly
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
12 recommended to also pass --enable-static="-mwindows" to link mplayer as
26371
27427f606a91 typo fixes
diego
parents: 23077
diff changeset
13 a Windows binary. NOTE: This will also link mencoder with -mwindows
27427f606a91 typo fixes
diego
parents: 23077
diff changeset
14 and thus link mencoder as a Windows binary as well.
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
15
26371
27427f606a91 typo fixes
diego
parents: 23077
diff changeset
16 To enable use of the GUI, mplayer.exe must be renamed / copied to
23077
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
17 gmplayer.exe.
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
18
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
19 Please send all bug reports/comments/requests/gripes to:
17bf4f4b0715 Gui --> gui
diego
parents:
diff changeset
20 <erik_27can@yahoo.com>