Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix compilation with gcc 2.95.3 | ivo | 2007-02-21 | 1 | -1/+2 |
| | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22305 b3059339-0415-0410-9bf9-f77b7e298cf2 | ||||
* | Split command/property handling from mplayer.c to a new file command.c. | uau | 2007-02-21 | 1 | -0/+2389 |
Move some global and static variables under a struct that can be given as a parameter. Add a context argument to the property functions so that they do not have to depend on global/static variables. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22298 b3059339-0415-0410-9bf9-f77b7e298cf2 |