Displaying 20 results from an estimated 400 matches similar to: "ogg.m4: --with-ogg-libdir"
2001 Aug 19
1
ogg.m4 and vorbis.m4
Greetings everyone.
I have 2 quick questions about ao/ao.m4, ogg/ogg.m4, and vorbis/vorbis.m4.
1. Is there any reason that the macros are named AM_PATH_AO, AM_PATH_OGG,
and AM_PATH_VORBIS? Can we change them to something else?
I ran into a problem when trying to add support for ogg/vorbis into a
package today:
Automake assumes that anything beginning with AM_ belongs to automake --
these two
2000 Nov 22
0
Static linking broken
It seems that configuring/building with "--enable-static --disable-shared"
causes some problems with building vorbis-tools -- the Makefile.am's in
oggenc and ogg123 do not appear to be correct.
That is, if you build ao, ogg, and vorbis statically and try to compile
oggenc or ogg123, you'll get unresolved symbol linker errors. This
happens on all POSIX architectures and
2004 Aug 06
0
ices-2.0.0 install problem
Hello
when i install ices-2.0.0, i can't finish "./configure", system said
as fellow:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C
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
@@
2004 Aug 06
0
small icecast fix
Hi,
I had an issue with the build of icecast failing because libxslt wasn't
found (it's in ~/garnome).
This small patch fixes it for me :
RCS file: /usr/local/cvsroot/icecast/src/Makefile.am,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile.am
--- src/Makefile.am 18 Aug 2002 05:06:58 -0000 1.8
+++ src/Makefile.am 28 Aug 2002 10:30:22 -0000
@@ -16,8 +16,8 @@ icecast_SOURCES = config.c
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
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 Mar 04
3
Some comments about beta4
Hi,
I've just tried Ogg/Vorbis for the first time, and I'm quite
impressed with the results. I haven't heard any artifacts in my
tests so far, even at -b 112 (but I'm not a trained listener).
Thanks for the great work!
Now, some (mostly minor) points:
When building libvorbis on either a Linux/libc5 or a Solaris system,
both with gcc, it failed with undefined references to logf()
2005 Jan 29
2
Patch : fix configure.in and Makefile.am problems.
Note : I'm subscribed to the list. Please don't CC replies to me.
Hi all,
I am trying to compiler current CV head on a PowerPC G3 Debain system.
Debian test has automake 1.9 which is a little more stringent about
errors than 1.8. The following patch has the following fixes.
0) Remove AC_CANNONIAL_HOST because it has already been invoked
earlier
1) Make sure
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
- INCLUDES is deprecated, and CPPFLAGS is an user-defined
variable, use the proper AM_CPPFLAGS instead
- Remove FLAC__INLINE definition, providing proper
replacement for MSVC compilers.
- Detect if we have C99 's lround and provide a replacement
for windows...
---
configure.ac | 32 ++++++++--------------------
examples/c/decode/file/Makefile.am
2007 Nov 13
0
problem with speex and iaxclient
Hi All,
I try to compile the last version of iaxclient with the new build system, i also compiled speex 1.2b2 .
When the makefile try to compile the sample code testcall I have the following mistales:
gcc -I/d/Lib/iaxclient-2.0.1/portaudio-1.9/src/common -I/d/Lib/iaxclient-2.0.1/speex-1.2/include -o testcall.exe testcall.o ../../lib/.libs/libiaxclient.a
2004 Sep 10
0
XMMS plugin build fix
On Fri, Jul 20, 2001 at 03:13:31PM -0700, Josh Coalson wrote:
> --- Matt Zimmerman <mdz@debian.org> wrote:
> > Basically, you are allowed to specify object code, whether in shared or
> > static libraries, normal object files, libtool libraries, and libtool
> > object files. libtool figures out any magic that needs to be done to
> > actually link those objects
2009 Aug 30
3
experimental patch for libtheora1.1beta3
Good morning in the Lord
Regarding the port of libtheora1.1beta3 for OpenBSD for amd64 and the
problem I described at:
http://lists.xiph.org/pipermail/theora/2009-August/002640.html
Attached is a patch for
libtheora/patches/patch-lib_x86_mmxencfrag_c
I can play videos with it. ?Does it work for you?
Best regards
--
Dios, gracias por tu amor infinito.
2002 Sep 11
1
patch for FLAC
Hey,
Sesse asked me to do a patch to the auto* set-up to allow for FLAC to be
added.
The patch touches configure.in and oggenc/Makefile.am
It is disabled by default, use --enable-flac as an arg to configure
to enable it.
You might want to maybe add more checks, since FLAC's API tends to change
more than is good for anyone ;)
Hope that helps,
Thomas
--
The Dave/Dina Project : future
2014 May 24
2
make dllimport/dllexport attributes work with mingw (and others)
On 5/24/14, lvqcl <lvqcl.mail at gmail.com> wrote:
> Ozkan Sezer <sezeroz at gmail.com> ?????(?) ? ????? ?????? Sat, 24 May 2014
> 10:16:15 +0400:
>
>> - changes the _MSC_VER condition to universally _WIN32: MSVC, as well
>> as GCC supports this.
>
> MSYS/MinGW 4.8.3, 4.9.0 can't compile code from git after this patch:
>
> format.c:47:22: error:
2000 Nov 06
1
Problems compiling with --with-ogg-prefix=xxx
My ogg library is located in /home/warren/local. So when I configure and
compile the vorbis module on my linux box using
configure --with-ogg-prefix=/home/warren/local
make
I get the following error during the make:
gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0.0\" -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT
2019 Apr 24
1
[PATCH nbdkit] build: Use dlsym as sentinel function for -ldl.
When testing which “dl library” we must use for dl* symbols, autoconf
runs a test similar to:
$ cat conftest.c
char dlopen ();
int main () { return dlopen (); }
$ gcc -o conftest $CFLAGS conftest.c [try various -ldl options here]
When using ‘CFLAGS="-fsanitize=address"’ this succeeds even if no dl
libraries are used at all, since it appears that using this option
causes dlopen
2008 Apr 23
1
Theora got extreamly slow (Makefile.am was changed)
I have tried to add a plunging to the "libtheora-1.0beta2" (network
bandwidth measuring component was added) and Got it success for some far
now the problem is when it is added the encoding process get extremely slow
(around 20 seconds delay).
I think that the problem is with my modified Makefile (some flag may have
missed).
the following is my modified Makefile.am which is in the
2008 Apr 10
2
Delay occurred when the makefile change
I have tried to add a plunging to the "libtheora-1.0beta2" (network
bandwidth measuring component was added) and Got it success for some far
now the problem is when it is added the encoding process get extremely slow
(around 20 seconds delay).
I think that the problem is with my modified Makefile (some flag may have
missed).
the following is my modified Makefile.am which is in the
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