Looks good.
--greg.

On Jul 23, 2009, at 4:13 PM, Daniel Yek wrote:


Modified by: d...@real.com
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
Audio-dev@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/audio-dev


_______________________________________________
Audio-dev mailing list
Audio-dev@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/audio-dev

Reply via email to