Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assume stdint.h and stddef.h are available | Max Kellermann | 2008-09-29 | 1 | -1/+0 |
| | | | | | | Since we use a C99 compiler now, we can assert that the C99 standard headers are available, no need for complicated compile time checks. Kill mpd_types.h. | ||||
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -7/+7 |
| | | | | | Do full C99 integer type conversion in all modules which were not touched by Eric's merged patch. | ||||
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 1 | -0/+2 |
| | | | | Destroy the mutex when it is not used anymore. | ||||
* | moved player_command_finished() to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
| | |||||
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
| | |||||
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -0/+162 |
Give player.c a better name, meaning that the code is used to control the player thread. |