[Gstreamer-bugs] [Bug 102353] Changed - patch for integerized vorbis decoder
bugzilla-daemon at widget.gnome.org
bugzilla-daemon at widget.gnome.org
Thu Jan 23 11:51:04 PST 2003
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
http://bugzilla.gnome.org/show_bug.cgi?id=102353
Changed by uraeus at linuxrising.org.
--- shadow/102353 Thu Jan 23 14:30:59 2003
+++ shadow/102353.tmp.9474 Thu Jan 23 14:51:04 2003
@@ -57,6 +57,18 @@
------- Additional Comments From Uraeus at linuxrising.org 2003-01-23 14:30 -------
tried commiting to head and got this running autogen.sh:
./configure: line 19939: syntax error near unexpected token
`HAVE_IVORBIS=yes,'
./configure: line 19939: ` XIPH_PATH_IVORBIS(HAVE_IVORBIS=yes,
HAVE_IVORBIS=no)
+
+------- Additional Comments From Uraeus at linuxrising.org 2003-01-23 14:51 -------
+Ok, think I fixed it. I used the tarkin plugin as example and changed
+the configure.ac stuff to the following:
+
+dnl *** ivorbis ***
+dnl AM_PATH_IVORBIS only takes two options
+translit(dnm, m, l) AM_CONDITIONAL(USE_IVORBIS, true)
+GST_CHECK_FEATURE(IVORBIS, [integer vorbis plug-in], ivorbisdec, [
+ HAVE_IVORBIS="yes"
+])
+
More information about the Gstreamer-bugs
mailing list