added support for building LMMS on OS X and generating a DMG-package

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1404 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-28 21:35:40 +00:00
parent 6bdbee96ae
commit 11b85eb323
7 changed files with 98 additions and 7 deletions

View File

@@ -80,6 +80,7 @@ inline void loadTranslation( const QString & _tname,
int main( int argc, char * * argv )
{
#ifdef LMMS_BUILD_LINUX
#ifdef LMMS_HAVE_SCHED_H
struct sched_param sparam;
sparam.sched_priority = ( sched_get_priority_max( SCHED_FIFO ) +
@@ -88,6 +89,7 @@ int main( int argc, char * * argv )
{
printf( "could not set realtime priority.\n" );
}
#endif
#endif
bool core_only = FALSE;