mpv/gui/win32
zuxy 87db049a83 Better handling of win32 GUI thread:
1. Use _beginthreadex to create the GUI thread to avoid possible memory leak
   when linked to MS CRT.
2. Terminate the GUI thread in an cleaner way using PostThreadMessage()
   rather than the unrecommended TerminateThread().



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25020 b3059339-0415-0410-9bf9-f77b7e298cf2
2007-11-11 08:14:57 +00:00
..
Changelog
README
dialogs.c
dialogs.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
gui.c
gui.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
interface.c Better handling of win32 GUI thread: 2007-11-11 08:14:57 +00:00
playlist.c
playlist.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
preferences.c
skinload.c fopen is in stdio.h, so add this include. 2007-07-18 12:15:10 +00:00
skinload.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00
widgetrender.c
wincfg.c
wincfg.h Do not use leading underscores in multiple inclusion guards, they are reserved. 2007-07-02 22:34:45 +00:00

README

MPlayer Windows GUI (c)
2003 Sascha Sommer - <saschasommer@freenet.de>
2006 Erik Augustson - <erik_27can@yahoo.com>
2006 Gianluigi Tiesi - <sherpya@netfarm.it>

This beta gui for win32 was originally written by Sascha Sommer and
has since been heavily modified by myself (Erik Augustson) and Gianluigi
Tiesi. It follows the same concept for the linux gui, and should be
able to load all(most) of the current skins available for the linux gui.

To compile, quite simply pass --enable-gui to configure, and it is highly
recommended to also pass --enable-static="-mwindows" to link mplayer as
a windows binary. NOTE: this will also link mencoder with -mwindows
and thus link mencoder as a windows binary as well.

To enable use of the gui, mplayer.exe must be renamed to/copied as
gmplayer.exe.

Please send all bug reports/comments/requests/gripes to:
<erik_27can@yahoo.com>