fix bogus conditional
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 5 Apr 2012 14:04:20 +0000 (16:04 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 25 Jun 2012 08:40:03 +0000 (10:40 +0200)
commit631f3ab025fca83fcf578f035ed49ef9b288e9de
treebeb828c4b787d969e4c0c536f6c877b1236508bb
parent82ade38b11071b2208ea1d18f0da27d36f877d8d
fix bogus conditional

this code meant (alsa && linux) || openbsd || freebsd, which is
presumably not what was meant.
but the os test seems rather pointless in the first place, so just
remove it.

Change-Id: I2591c9307ab9d6e821625b24797259ed60e9a082
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Reviewed-by: Mark Brand <mabrand@mabrand.nl>
src/multimedia/audio/audio.pri