search for: libogg

Displaying 20 results from an estimated 969 matches for "libogg".

2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
Thanks for the reply. I would very much like OGG container support, so disabling it isn't really an option. I have built OGG so that it creates a libogg.a, libogg.0.dylib and a symbolically linked libogg.dylib (that links to the libogg.0.dylib) file. If I remove the .dylib files in an attempt to 'encourage' the compiler to use libogg.a, then it complains that it can't find the .dylib file. When I do that, the error looks like libtool...
2004 Sep 12
3
libogg 1.1.1 release
Everyone, Pleased to announce the release of libogg version 1.1.1. This is a bugfix release on last year's 1.1 release. Source archives are available from our new download site: http://downloads.xiph.org/releases/ogg/libogg-1.1.1.tar.gz http://downloads.xiph.org/releases/ogg/libogg-1.1.1.zip Maintained from the /releases subtree on svn.x...
2004 Sep 12
3
libogg 1.1.1 release
Everyone, Pleased to announce the release of libogg version 1.1.1. This is a bugfix release on last year's 1.1 release. Source archives are available from our new download site: http://downloads.xiph.org/releases/ogg/libogg-1.1.1.tar.gz http://downloads.xiph.org/releases/ogg/libogg-1.1.1.zip Maintained from the /releases subtree on svn.x...
2010 Aug 16
2
Compiling static libFLAC.a still requires libogg.dylib
Hi, I'm trying to compile a static lib of libFLAC yet whenever I use it in an application, the application will fail on other machines because it's trying to use libogg.0.dylib. I'm using the following configure command ./configure prefix=${HOME}/libFLAC --disable-asm-optimizations --disable-dependency-tracking --with-ogg=${HOME}/libOGG --enable-shared=no but to do avail. Is there something else that I need to do? I'm on OSX, if that matters. Thanks.
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
On Tue, Aug 17, 2010 at 3:12 PM, Paul Davis <paul at linuxaudiosystems.com> wrote: > On Mon, Aug 16, 2010 at 11:09 PM, Glenn McCord <glenn.mccord at gmail.com> wrote: > >> libtool: link: gcc -I/Users/glennm/libOGG-i386/include -O3 >> -funroll-loops -finline-functions -Wall -W -Winline -arch i386 -arch >> i386 -o flac analyze.o decode.o encode.o foreign_metadata.o main.o >> local_string_utils.o utils.o vorbiscomment.o >> ../../src/share/grabbag/.libs/libgrabbag.a >> ../../src/sha...
2001 Mar 20
2
Problems with the beta4 rpms
The beta4 rpms from the vorbis.com site do not install the link to libogg.so.0: lrwxrwxrwx 1 root root 15 Mar 16 18:24 libogg.so.0 -> libogg.so.0.1.0 -rwxr-xr-x 1 root root 16269 Feb 26 04:53 libogg.so.0.1.0 The source dist does it correctly: lrwxrwxrwx 1 root root 15 Feb 27 13:03 libogg.so -> libogg.so.0.1.0 lrwxrw...
2006 Nov 27
3
Compiling libogg and libvorbis using MinGW
Hi there, This is probably a rather stupid question, but being a bit new to the open source world I'd like to ask this question anyway: I'm trying to learn more about Ogg Vorbis, so I downloaded the source code for libogg and libvorbis. I unzipped them and tried to compile them using ../configure and make in MinGW. libvorbis complains that libogg is not installed even though I just compiled it, so I was thinking that maybe the tree structure is not as it should be. When I have the zip-files for libogg and libvor...
2005 Mar 17
5
up-to-date debian packages?
The debian (unstable) libtheora and libogg packages are a little out of date. I was wondering if anybody had made their own packages for libogg-1.1.1 and libtheora-1.0alpha4. If not, I'll go ahead and package them up and put them up on my own debian repository or something, and let you guys know where to get them. But if somebody has...
2012 Jul 25
2
libogg 1.3.0 ?
Hi, today I learned that libogg 1.3.0 had been released in August 2011. Curiously, there seems to have been no announcement mail here, and it is not being mentioned on <http://www.xiph.org/press/> either. Is that on purpose? Is there some other channel I could subscribe to in order to learn about updates? Freecode.com doesn...
2005 Dec 28
1
Building Theora
Hi, I'm trying to build Theora without installing but building Ogg. This doesn't seem to work: LIBOGG = [...]/libogg-1.1.2 LD_LIBRARY_PATH = $(LIBOGG)/src/.libs ./configure \ --with-ogg-libraries=$(LIBOGG)/src/.libs/ \ --with-ogg-includes=$(LIBOGG)/include/ \ --prefix=/usr \ results in: checking for ogg >= 1.1... checking for Ogg... no *** Could not run Ogg test program, checking why.....
2004 Feb 26
0
Can't build libogg on Solaris 8
Hi all, I've got a problem building libogg 1.1 on Solaris 8. I'm using the sunfreeware.com gcc and glib packages, and have been able to build other library packages (libpng, etc) without any problems. I haven't seen anybody else have this problem, so I figured I'd ask. Here's what I get, running make after a successful ....
2009 Oct 21
3
Cross-compiling speex
Hi all, I'm cross-compiling speex for a GNU/Linux ARM target. I want to compile only the libraries, and not the speex executables. I don't have a libogg cross-compiled, and would prefer the need to have to set it up. Unfortunately: 1/ the speex executables depend on libogg header files, although, the speex executables are only compiled if the libogg header files are available 2/ the libogg check is only done when cross-compiling 3/ libogg is a...
2006 May 09
0
libvorbis build errors when using configure
First my environment MinGW and MYSYS with gcc 3.4.2 under Windows XP pro. I configured and built libbogg with out a problem. I configured libvorbis and it finds libogg. When I type make it dies with: gcc -shared .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o .libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o .libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o .libs/floor0.o .libs/res0.o .libs/mapping0.o .libs/registry.o .libs/codebook...
2023 Jun 07
1
How to change the dynamic library project name ogg to libogg?
...BUILD_SHARED_LIBS" is > enabled. The CMake generates the FLAC and ogg dynamic library projects. > The Visual Studio builds the FLAC.dll and ogg.dll, and the FLAC.dll > depends on ogg.dll. > > However, in my previous projects, the file name of the dynamic library > for ogg is libogg.dll, now the FLAC.dll (version 1.4.2) required > ogg.dll, I have to make a copy of libogg.ll and rename it to ogg.dll, > they are duplicate files. So I want the CMake-generated project file > name is libogg, not ogg. I check the CMakeLists.txt and confilgure file > in flac-1.4.2, and do...
2004 Sep 23
0
libogg 1.1.2 release
Everyone, When it rains it poors. This is to announce the release of libogg version 1.1.2. This is a bugfix release to address a problem with large packet assembly after seek. Vorbis is unlikely to trigger the bug, but it is an issue for FLAC and Theora. Thanks to Josh Coalson for finding this one, and Monty for fixing it so quickly. Source archives are available from o...
2014 May 27
0
Fwd: libogg 1.3.2 released
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I'm pleased to announce the release of libogg 1.3.2. The 'libogg' library is Xiph.Org's reference implementation of the Ogg media container. This release fixes an issue which could cause oggpack_write to fail. There are no other substantial changes. Upgrading is recommended for all users. * http://downloads.xiph.org/releases/ogg...
2004 Sep 23
0
libogg 1.1.2 release
Everyone, When it rains it poors. This is to announce the release of libogg version 1.1.2. This is a bugfix release to address a problem with large packet assembly after seek. Vorbis is unlikely to trigger the bug, but it is an issue for FLAC and Theora. Thanks to Josh Coalson for finding this one, and Monty for fixing it so quickly. Source archives are available from o...
2005 Nov 27
2
libogg 1.1.3 and libvorbis 1.1.2 releases
...upgrade, i.e. those on GNU/Linux and MacOS X, for example. The new releases are available from the usual high bandwidth mirrors: http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.zip http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz http://downloads.xiph.org/releases/ogg/libogg-1.1.3.zip CHANGES: libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304" * fix a serious encoder bug with gcc 4 optimized builds * documentation and spec fixes * updated VS2003 and XCode builds * new draft RTP enc...
2004 Sep 23
0
libogg 1.1.2 release
Everyone, When it rains it poors. This is to announce the release of libogg version 1.1.2. This is a bugfix release to address a problem with large packet assembly after seek. Vorbis is unlikely to trigger the bug, but it is an issue for FLAC and Theora. Thanks to Josh Coalson for finding this one, and Monty for fixing it so quickly. Source archives are available from o...
2005 Nov 27
2
libogg 1.1.3 and libvorbis 1.1.2 releases
...upgrade, i.e. those on GNU/Linux and MacOS X, for example. The new releases are available from the usual high bandwidth mirrors: http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.zip http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz http://downloads.xiph.org/releases/ogg/libogg-1.1.3.zip CHANGES: libvorbis 1.1.2 (2005-11-27) -- "Xiph.Org libVorbis I 20050304" * fix a serious encoder bug with gcc 4 optimized builds * documentation and spec fixes * updated VS2003 and XCode builds * new draft RTP enc...