HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #898088 » 0011-Drop-unnecessary-SDL_mixer.h-includes.patch
client/gui-gtk-2.0/gui_main.c | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#elif AUDIO_SDL1_2 |
27 | 26 |
/* SDL */ |
28 | 27 |
#include <SDL/SDL.h> |
client/gui-gtk-3.0/gui_main.c | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#elif AUDIO_SDL1_2 |
27 | 26 |
/* SDL */ |
28 | 27 |
#include <SDL/SDL.h> |
client/gui-gtk-3.22/gui_main.c | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#elif AUDIO_SDL1_2 |
27 | 26 |
/* SDL */ |
28 | 27 |
#include <SDL/SDL.h> |
client/gui-qt/gui_main.cpp | ||
---|---|---|
22 | 22 |
* it can install SDL's own. */ |
23 | 23 |
#ifdef SDL2_PLAIN_INCLUDE |
24 | 24 |
#include <SDL.h> |
25 |
#include <SDL_mixer.h> |
|
26 | 25 |
#elif AUDIO_SDL1_2 |
27 | 26 |
/* SDL */ |
28 | 27 |
#include <SDL/SDL.h> |
client/gui-xaw/gui_main.c | ||
---|---|---|
23 | 23 |
* it can install SDL's own. */ |
24 | 24 |
#ifdef SDL2_PLAIN_INCLUDE |
25 | 25 |
#include <SDL.h> |
26 |
#include <SDL_mixer.h> |
|
27 | 26 |
#elif AUDIO_SDL1_2 |
28 | 27 |
/* SDL */ |
29 | 28 |
#include <SDL/SDL.h> |
30 |
- |
- « Previous
- 1
- 2
- 3
- Next »