[gstreamer-bugs] [Bug 156487] [AIX] No native AIX sound plugins for GStreamer

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Fri Dec 17 08:12:55 PST 2004


http://bugzilla.gnome.org/show_bug.cgi?id=156487
GStreamer | gst-plugins | Ver: 0.8.5





------- Additional Comments From vincent.berger at ext.bull.net  2004-12-17 11:12 -------
OK thanks, I'll look at it when I have some time. If I can't make it I'd try and
find someone to do it.

By the way, I had a look at the way the patch was applied into CVS and there's a
small problem in the configure.in file :
In the AC_CHECK_HEADERS macro where the check for sys/audio.h has been added,
there are some undesirable commas at the end of the macro which makes the
configure script fail when it that case.

Here follows the correction, thanks for taking care of that too.

Vincent.

-------------------------------- Start of Patch --------------------------
--- gnome-applets/configure.in.old      2004-12-17 17:06:48.000000000 +0100
+++ gnome-applets/configure.in  2004-11-15 14:02:43.000000000 +0100
@@ -281,7 +281,7 @@
             AC_CHECK_HEADERS(sys/audio.io.h, [P_MIXER=mixer],[
               AC_CHECK_HEADERS(sun/audioio.h, [P_MIXER=mixer],[
                AC_CHECK_HEADERS(dmedia/audio.h, [P_MIXER=mixer],[
-                  AC_CHECK_HEADERS(sys/audio.h, [P_MIXER=mixer]),]),]) ]) ]) ])
]) ]) ])
+                  AC_CHECK_HEADERS(sys/audio.h, [P_MIXER=mixer]) ]) ]) ]) ]) ])
]) ]) ])
 fi

 AC_SUBST(MIXER_CFLAGS)
--------------------------------- End of patch -----------------------------

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list