misc. fixes
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#include "RageTextureManager.h"
|
#include "RageTextureManager.h"
|
||||||
#include "RageBitmapTexture.h"
|
#include "RageBitmapTexture.h"
|
||||||
|
#if !defined(LINUX)
|
||||||
# include "RageMovieTexture.h"
|
# include "RageMovieTexture.h"
|
||||||
|
#endif
|
||||||
#include "RageUtil.h"
|
#include "RageUtil.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "RageException.h"
|
#include "RageException.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
||||||
Chris Danford
|
Chris Danford
|
||||||
|
Tim Hentenaar
|
||||||
-----------------------------------------------------------------------------
|
-----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -254,6 +254,10 @@ RageSound_Linux::~RageSound_Linux() {
|
|||||||
CloseAudio();
|
CloseAudio();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int RageSound_Linux::MixerThread_start(void *p) {
|
||||||
|
((RageSound_Linux *) p)->MixerThread();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user