OSS4 support : Version of KMix 3.5.x - for (K)Ubuntu 8.04 and others

Christian Esken esken at kde.org
Sun Jul 20 11:23:02 BST 2008


Hello,

I received a patch to support OSS4 (Open Sound System V4) in KMix (KDE 3.5.x). According to http://bugs.kde.org/show_bug.cgi?id=166591, (K)Ubuntu 8.04 ships with OSS4.

Using this patch, KMix will decide at compilation time whether to include OSS3 or OSS4 support.

#if SOUND_VERSION >= 0x040000
#define OSS4_MIXER
#undef OSS_MIXER
#endif

The full patch (and a patch for the patch) can be found in the bug report (see above). I have commited it also to the 3.5 branch. Any feedback (works, works not, does not compile) is highly appreciated - from any OSS3 and OSS4 users.

  Christian

-- 
Things should be made as simple as possible, but no simpler. 
  - Albert Einstein



More information about the kde-multimedia mailing list