Modified by: [email protected]
Date: 7/23/2009
Project: RealPlayer for Netbook

Synopsis: Fixing build break by wrapping around "case kPulseAudio" with HELIX_FEATURE_PULSEAUDIO.

Overview:
Fixing build break by wrapping around:
 case kPulseAudio:
with HELIX_FEATURE_PULSEAUDIO.

Files Modified:
audio/device/hxaudev.cpp

Image Size and Heap Use impact (Client -Only):
None.

Platforms and Profiles Affected:
Linux

Distribution Libraries Affected:
None.

Distribution library impact and planned action:
None.

Platforms and Profiles Build Verified:
Profile: helix_client_moblin
Platform: linux-2.2-libc6-gcc32-i586

Platforms and Profiles Functionality verified:
Profile: helix_client_moblin
Platform: linux-2.2-libc6-gcc32-i586

Branch: 310Atlas.

Copyright assignment: I am a RealNetworks employee.


--
Daniel Yek.

Index: audio/device/hxaudev.cpp
===================================================================
RCS file: /cvsroot/audio/device/hxaudev.cpp,v
retrieving revision 1.34.2.6
diff -u -w -r1.34.2.6 hxaudev.cpp
--- hxaudev.cpp	23 Jul 2009 20:30:20 -0000	1.34.2.6
+++ hxaudev.cpp	23 Jul 2009 21:37:14 -0000
@@ -304,9 +304,11 @@
            pAudioDevice = new CAudioOutAndroid();
            break;
 #endif
+#if defined(HELIX_FEATURE_PULSEAUDIO)
        case kPulseAudio:
            pAudioDevice = new CAudioOutLinuxPA();
            break;
+#endif
        case kOSS:              //fall through
        case kSupportForOldOSS: //fall through
        default:

_______________________________________________
Audio-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/audio-dev

Reply via email to