Displaying 20 results from an estimated 1300 matches similar to: "Non-gcc build problems"
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
2000 Dec 15
2
Makefile patches
I have sent some patches to some Makefile.am's as well as to some
configure.in's, particularly for building without gcc and gmake.
Can someone review those patches, and/or commit them?
(we are working at the CVS head these days, no?)
I cannot build in Solaris without gcc/gmake, for example -- running
"autogen.sh" in the ao project with the native Solaris compilers causes
2001 May 08
2
libao AU driver
Hi,
I noticed there was some discussion on this list about the desire
for ogg123 to support output to stdout via Sun's .au file format, so
I decided to give implementing an AU driver for libao a shot. Here
is my first attempt.
To test the driver:
* Apply the patch below (against ao in CVS)
* Copy the attached ao_au.c into ao/src
* Run ao/autogen.sh, compile, and
2004 Oct 22
0
libao-0.8.5 patch
Hi!
There are some little inconvenience in libao-0.8.5.
- The biggest is may that:
the documentation and the header file declare the ao_file_extension function,
which give a hint for the file extension where the device is realy a sound
file. This function is missing.
-An other: the alsa 0.5 and the alsa 0.9+ drivers short name. It will be better
if the alsa 0.5's name will be alsa05 and the
2002 Jul 27
0
libao patch
I hope this is the right place to submit libao patches -- the
freshmeat page points to ogg vorbis as the homepage for libao.
Currently, at least on my system (SB Live Value!, ALSA .9 branch),
stuff going to alsa sounds *awful* because of too-small buffers.
mpg321 and similar programs are unusable, and none of them seem to
want to let you set the buffer size. This patch lets an environment
2000 Aug 12
1
libao patch: Minor clean up / Byte-order proposal
Here is a patch to fix the compiler warnings I mentioned earlier. I've
removed the byte-order changes that don't make sense. (Thanks Michael for
pointing out the error!)
As for the byte-order changes, since some output modules don't have the option
to set the sample byte-order, I would like to standardize libao and ogg123 on
native byte-order. Will this break the ao_wav.c patches
2001 Mar 16
3
Patches for NetBSD
I submitted four new packages for the NetBSD pkgsrc collection: libao,
libogg, libvorbis and vorbis-tools for 1.0beta4.
The following is some of the patches needed for libao and vorbis-tools.
Official Developers: When you receive patches or development suggestions
can you please acknowledge them? (For example: "Noted.", "Thanks, but
already done.", "Not necessary,
2001 Aug 22
1
Can't compile CVS with non-gcc compilers
Without "no-dependencies" in every single Makefile.am's AUTOMAKE_OPTIONS
line, automake will put gnu-specific instructions that will barf a) if you
don't use gmake, and b) don't use gcc.
This is actually in the automake manual, section 7.11, page 26 -- it's not
an unexpected thing:
"Currently, this support [automatic dependency generation]
requires
2000 Sep 05
1
[kcarnold@xiph.org: [xiph-cvs] cvs commit: vorbis/vorbis-tools/libao ao_alsa.c ao_oss.c audio_out.c audio_out.h]
remember kenneth that libao has moved to the "ao" module, so copy the
changes...
jack.
----- Forwarded message from "Kenneth C. Arnold" <kcarnold@xiph.org> -----
Delivered-To: cvs-outgoing@xiph.org
Delivered-To: cvs@xiph.org
To: cvs@xiph.org
Subject: [xiph-cvs] cvs commit: vorbis/vorbis-tools/libao ao_alsa.c ao_oss.c audio_out.c audio_out.h
Date: Tue, 5 Sep 2000
2009 Oct 06
0
[ao] Two patches for libao2
Hi Heikki,
So libao is currently not maintained upstream. In the appropriate IRC
channels I'm lead to believe that there are better libraries out there
that should be used instead.
If so many debian packages didn't link against it I would seriously
consider dropping it all together.
It doesn't sound like it's worth anyone's time maintaining libao
properly upstream. I do have
2001 Feb 11
1
Please gix getopt
I don't think that the getopt_long() situation is handled correctly in the
vorbis-tools module. Here's my take (comments welcome!).
-----
This applies to oggenc, ogg123, and vorbiscomment. See
http://www.xiph.org/archives/vorbis-dev/200012/0359.html for background
and prior discussion on this issue.
There are 2 issues:
1. Summary: getopt() is a POSIX function. It will already be on
2001 May 11
2
artifact bug status? / compiling under OpenBSD 2.8
Hi!
On March 17th I posted a message on this list concerning an artifact bug
in beta4 that is audible in all available bitrates. It was this rumbling
sound in the bass area. I made a demo clip, which still is available at
http://www.stud.uni-karlsruhe.de/~us87/ogg/vorbis_bassrumble_demo.rar
and that contains both the original .WAV and an .OGG @ 350kbps. This
archive is 2.1 MB large.
Today, I
2001 Oct 23
4
Problems compiling under OS X
While trying to compile libao 0.8.0 under OS X 10.1, I got the following
problems:
> [localhost:ecc/Sources/libao-0.8.0] root# ./configure
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... found
>
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:
2001 Jan 14
1
libao driver stuff
I'm also working on writing the raw driver I mentioned in the last
email, but noticed that Jack has rearranged some of the guts of ao since I
last looked at it.
In ao/include/ao/ao.h you define AO_NULL and AO_WAV to be 0 and 1,
respectively. If I want to add a raw driver that is compiled into the main
library, can I just add
#define AO_RAW 2
and then modify ao_initialize to put ao_raw
2000 Dec 20
7
CFLAGS / LDFLAGS
I notice that the user is not able to set their own CFLAGS or LDFLAGS in
the ao, ogg, vorbis, and voribs-tools projects.
Is there a reason for this?
I understand the fact that these modules want to set extremely high
optimization flags, and that most users won't know what these are offhand,
but there are times when it is useful for the user to specify their own
CFLAGS/LDFLAGS. For example,
2001 Jan 11
1
Oops -- forgot URL
>From /., here's the URL with the announcement of mp3PRO
http://www.twice.com/html/pagebeta.cfm?InputKey=2853
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
{+} "I came to ND for 4 years and ended up staying for a decade"
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage:
2001 Aug 20
1
Another // comment
vorbis/lib/vorbisenc.c:138 and 157 have "//" comments.
Patch included for the lazy (like me!).
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
{+} "I came to ND for 4 years and ended up staying for a decade"
Index: vorbis/lib/vorbisenc.c
===================================================================
RCS file:
2000 Dec 29
5
build process patches
Here's an updated set of patches to fix some problems with the build
process. These patches are relevant to the CVS head as of 30 Dec 2000.
Overview:
- Patch 1: Allowing the user to set CFLAGS/LDFLAGS before running
configure in all four modules. All these patches do is essentially:
cflags_save="$CFLAGS"
ldflags_save="$LDFLAGS"
# ... stuff to
2001 Mar 11
1
vorbis_analysis() dependencies?
Per Monty's suggestions from a while ago, I have [finally] gotten around
to playing with different schemes for parallel oggenc. Monty's main
suggestion was to have a single thread loop over reading samples and
calling vorbis_analysis_blockout(), and then queueing up the resulting
blocks to be processed through vorbis_analysis() in other threads (in
parallel).
To verify that this works, I