Displaying 20 results from an estimated 10000 matches similar to: "Vorbis won't compile"
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both
automake 1.4 and 1.6. Some changes to configure.in were also needed in order
to get things to work (and to fix some ac 2.50 issues).
Please remove config.h from cvs as it is a generated file and empty anyway.
automake 1.6 isn't really incompatable with 1.4, it's just more picky about
you sticking to the rules:
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
Hello.
Attached are some patches that some Debian users of vorbis-tools have
sent to our BTS over the years (numbers refer to Debian bugs).
It'd be nice to see them integrated. They apply cleanly to SVN as of
today.
The largefile_support one is a bit bigger than just the configure.ac
since the submitter adviced that config.h got included in all C source
files before the standard includes,
2004 Aug 06
4
Re: Compiling ices
On Wed 29 Jan 2003, Karl Heyes (karl@pts.tele2.co.uk) wrote:
> On Wed, 2003-01-29 at 17:13, Marc Remijn wrote:
>
>> But when I did 'make' it broke with:
>>
>> encode.c: In function `encode_initialise':
>> encode.c:91: storage size of `ai' isn't known
>> encode.c:92: `OV_ECTL_RATEMANAGE_GET' undeclared (first use in this function)
2001 Jan 20
2
Makefile.am patch
Since vorbiscomment is being resurrected in a new form, can someone please
fix the vorbis-tools/vorbiscomment/Makefile.am?
There's two things wrong:
1. Using _LDFLAGS doesn't allow the user to specify their own LDFLAGS.
_LDADD or _LIBS should be used instead.
2. The order of libraries is wrong such that it won't link properly when
compiled statically.
Here's a trivial
2001 Mar 11
0
patches for building vorbis-tools on irix with sgi cc
hi -
I was just trying to build vorbis-tools-1.0beta4 on an irix 6.5 system
using the native C compiler (version 7.21, i think).
I had to make a few changes to the sources to get the package
to compile. There were a couple files that used alloca() but didn't
include alloca.h. There was another source that used index().
On irix, you need to include strings.h to get that declared.
However, i
2001 Feb 11
0
compilation issues
There's some compilation issues on Solaris with the native compilers with
the current CVS head.
OGGENC:
=======
-- "oggenc.c", line 202: warning: improper pointer/integer combination: op
"="
I believe the problem here is that rindex() is prototyped in <strings.h>,
which is not included. This may be a sun-specific thing.
OGG123:
=======
-- "ogg123.c",
2002 Jul 12
1
vcomment question
vcomment.c contains this line:
fprintf(stderr, "Vorbiscomment " VERSION "\n");
I can't figure how / where VERSION is defined.
<p>
--
-:-:- David K. Gasaway
-:-:- XNS : =David K Gasaway
-:-:- Email: dave@gasaway.org
-:-:- Web : dave.gasaway.org
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2000 Nov 22
1
Non-gcc build problems
I sent a message about 2 weeks ago about build problems at the head of the
CVS tree with non-gcc compilers on POSIX systems, although I didn't
correctly identify the link problems as being static-library only (see my
previous mail about "static link broken"). Some problems have been fixed,
but some still seem to be there.
I have edited my original mail to list the problems that
2008 Dec 18
2
Updated comment padding patches
I've attached updated patches (against vorbis-tools 1.3.0b3.5) to
support comment padding. No changes to libvorbis are necessary. The
padding is added in the same way as oggenc2 (null bytes within the
packet, at the end) and shouldn't cause problems with any reasonable
decoder or comment editor implementations.
Padding is enabled by default, except for small files (less than 30 s
for
2001 Sep 30
3
UTF-8 stuff
Here's a propsed heavy-duty solution for your UTF-8 problems.
I'm including a patch in this message, but I'll put the new files on
my web site at http://rano.org/tmp/xiph_files.tar.gz
I've tested this by running vorbiscomment with and without
-DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work.
Changed files:
acinclude.m4: Add a test for nl_langinfo(CODESET). This
2001 Feb 28
1
patches to beta 4 spec files
Hi,
Attached are patches for the beta 4 distribution, fixing minor
problems in RPM spec files.
One question: are there any reasons not to include vorbiscomment
in the vorbis-tools binary package? I've added the long-awaited
utility program into the revised spec file, but I wonder if it
is a wrong change...
Regards,
--
KAJIYAMA, Tamito <kajiyama@grad.sccs.chukyo-u.ac.jp>
diff -ru
2004 Aug 06
3
Re: Compiling ices
On Thursday 30 January 2003 22:46, Karl Heyes wrote:
> On Thu, 2003-01-30 at 21:13, Marc Remijn wrote:
> > I configured icecast and started it.
> >
> > I configured ices to stream the live input of my soundcard and:
> >
> > streamer@dubhead:~$ ices ices-live.xml
> > [2003-01-30 22:06:54] INFO ices-core/main ices started...
> > [2003-01-30 22:06:54]
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
This patch (along with all the previous patches) gets oggenc and ogg123 working. This does not get vorbiscomment working, although I assume that would be trivial -- just add the getopt stuff to the project just like I did in ogg123.
In addition to this patch, as I just mentioned, getopt1.c getopt.h and getopt.c need to be copied from oggenc to ogg123 and added.
The host check in
2000 Sep 03
2
cvs changes
I'm trying to clean up CVS, getting everything where it should be, because
pretty soon we're going to have to build SDK's and whatnot, and I want
that to be easy.
We're basically going to have 3 libraries:
1) libogg
2) libvorbis
3) libvorbisfile
I have separated libogg out from the rest of the code, cleaned it up, got
it doing 'make dist' and rpms and imported this into
2007 Nov 19
1
Re: [xiph-commits] r14188 - trunk/vorbis-tools/vorbiscomment
I don't agree with the s/Ogg Vorbis/Vorbis/. vorbiscomment does edit Ogg
Vorbis files, not Vorbis streams in any other encapsulation.
-r
On Mon, Nov 19, 2007 at 07:01:43AM -0800, ivo@svn.xiph.org wrote:
> Author: ivo
> Date: 2007-11-19 07:01:43 -0800 (Mon, 19 Nov 2007)
> New Revision: 14188
>
> Modified:
> trunk/vorbis-tools/vorbiscomment/vorbiscomment.1
> Log:
2006 Dec 05
1
vorbis-tools-1.1.1 build mechanism stubbornly refuses to build with FLAC, ogg123, speex
Hello,
I am trying build vorbis-tools-1.1.1 in the framework of my tool (see signature).
The essence of the tools is that it builds and install everything locally, and, of
course, it uses the available mechanisms to specify search paths for both headers
and libraries; the tool first builds dependencies abd then the target itself.
So, for example, 'configure' for vorbis-tools-1.1.1 is
2003 Aug 30
1
Fink's vorbis-tools patch
Thought this might be useful to at least consider being included in 1.0.1.
It adds, among other things (maybe), an endian variant of AIFF-C.
Nathan
-------------- next part --------------
diff -urN vorbis-tools-1.0.orig/oggenc/audio.c vorbis-tools-1.0/oggenc/audio.c
--- vorbis-tools-1.0.orig/oggenc/audio.c Thu Jul 11 16:20:33 2002
+++ vorbis-tools-1.0/oggenc/audio.c Mon Jan 20 09:42:57 2003
@@
2007 Jul 11
1
make error R-5.1 on sun solaris
I hope this is enough information to determine the problem. Thanks in
advance for any help.
Configure goes ok (I think)
./configure --prefix=$HOME --without-iconv
R is now configured for sparc-sun-solaris2.9
Source directory: .
Installation directory: /home/dpowers
C compiler: gcc -g -O2
Fortran 77 compiler: f95 -g
C++ compiler: g++
2004 Nov 22
1
Editing comments in Vorbis files...
I tryed this piece of code to write a second file with the same comments
in it but the program always crash on vcedit_write()... I'm unable to
figure out why it is crashing. Compiled under Visual Stucio .NET 2003
with ogg.dll and vorbis.dll linked dynamically! vcomment doesn't crash
linked dynamically with ogg.dll and vorbis.dll
#include <stdio.h>
#include <stdlib.h>