Hi,

this small patch makes Hydrogen compile on 64 bit machines without altering 
the features.pri file. The exsisting linux-g++ covers only 32-bit.

Log message:

Making QT to accept H2DEFINES for the 64 bit Linux platform.

Thanks,
Jostein
Index: features.pri
===================================================================
--- features.pri	(revision 98)
+++ features.pri	(working copy)
@@ -10,7 +10,6 @@
 	H2DEFINES += COREMIDI_SUPPORT
 }
 
-
 linux-g++ {
 	H2DEFINES += ALSA_SUPPORT
 	H2DEFINES += JACK_SUPPORT
@@ -20,6 +19,14 @@
 	H2DEFINES += OSS_SUPPORT
 }
 
+linux-g++-64 {
+	H2DEFINES += ALSA_SUPPORT
+	H2DEFINES += JACK_SUPPORT
+	H2DEFINES += FLAC_SUPPORT
+	H2DEFINES += LADSPA_SUPPORT
+	H2DEFINES += LRDF_SUPPORT
+	H2DEFINES += OSS_SUPPORT
+}
 
 win32 {
 	H2DEFINES += FLAC_SUPPORT
@@ -27,5 +34,3 @@
 	H2DEFINES += PORTAUDIO_SUPPORT
 	H2DEFINES += PORTMIDI_SUPPORT
 }
-
-
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to