Displaying 20 results from an estimated 10000 matches similar to: "libogg and libvorbis on MinGW"
2004 Nov 01
1
compile libvorbis using mingw?
I downloaded libogg-1.1.2 and libvorbis-1.1.0, and want to compile them
using mingw32.
In libogg-1.1.2 directory, 'sh configure --prefix=/mingw' and 'make' and
'make install' works smoothly. It create libogg.a, ligogg.dll.a,
libogg.la in my /mingw/lib and header files in /mingw/include/ogg, so I
think the gcc compiler will find them easily.
After switching to
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
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
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all,
I was just trying to build myself a RC3 set of Ogg/Vorbis libs and
tools, but the build of libvorbis bombs out on me while making all in
examples. I've ./configure'd with no options, which gave no warnings
or errors. After that a normal make gives the below attached output.
Can anyone tell me what I've done wrong ?
I've also tried removing the examples/ directory. After
2008 May 02
0
error while cross compiling libvorbis
hi,
i cross compiled the libao,libogg,libvorbis& vorbis-tool files to
my arm board, all went right for libao,libogg,vorbis-tool, but while cross
compiling libvorbis after, make install it showed the following error
-z "/root/ogg/lib" || /bin/mkdir -p "/root/ogg/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libvorbis.la'
2002 Dec 22
1
Cross compiling of software depending on libvorbis
Hi
I'm trying to compile my game project (that depends on libvorbis) for
the win32 platform. I use mingw (both native in linux and inside cygwin)
to achieve this.
But I can't get libvorbis to work because of a dependency problem with
libogg. libogg seems to have a file (os_types.h) that depends on an
include-file called _G_config.h. This file is supposed to contain some
system-specific
2003 Jun 11
1
Problems with ov_open
Hey, i'm having trouble getting ov_open to work on my slackware 8.1 system.
The c, and makefile are as follows, and the error produced. I've also
included an ldd of the compiled file. If anyone can be of any help, it
would be greatly appreciated!
--------------------------C FILE-------------------------------
#include <stdio.h>
#include <string.h>
#include
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running:
$ ./config_unix.py
$ python setup.py build
and as root:
# python setup.py install
for pyogg and pyvorbis in turn. This completed without error, however
upon trying to import ogg.vorbis in IDLE I get an import error:
ImportError: libvorbisfile.so.3: cannot open shared object file: No such
file or directory
I was told this may have
2005 Jan 05
2
Status of Windows builds for libvorbis/libogg
Hi all,
I've just done a quick check of the libvorbis Visual C++ 6.0 project on
Windows, and am happy to say that both libvorbis and libogg build fine.
(Theora isn't quite so lucky -- see the theora-dev mailing list for
details on that.) There are two suggestions I can make, though:
1. To build properly, the directories must be checked out with
certain names, and in paths
2006 Jan 04
0
Is it possible to compile libvorbis with mingw?
I have searched the net and I have found other people who are having
problems compiling libvorbis, but I have not found a solution. My
problem occurs when trying to create library libvorbisfile.dll.a I get
multiple undefined references like undefined reference to
`ogg_sync_pageseek'
I was able to compile libogg without a problem. I am using msys with
./configure and make to build the
2005 Nov 27
2
libogg 1.1.3 and libvorbis 1.1.2 releases
I'm pleased to announce the release of new versions of our Ogg and
Vorbis reference implementation libraries. These are bug fix releases,
with no new features. Particularly important is a fix for a pointer
aliasing bug triggered by the new gcc 4.x optimizer. Because of this we
strongly recommend that all gcc-based users upgrade, i.e. those on
GNU/Linux and MacOS X, for example.
The new
2005 Nov 27
2
libogg 1.1.3 and libvorbis 1.1.2 releases
I'm pleased to announce the release of new versions of our Ogg and
Vorbis reference implementation libraries. These are bug fix releases,
with no new features. Particularly important is a fix for a pointer
aliasing bug triggered by the new gcc 4.x optimizer. Because of this we
strongly recommend that all gcc-based users upgrade, i.e. those on
GNU/Linux and MacOS X, for example.
The new
2009 Jun 23
1
libVorbis 1.2.2 release announcement
Two weeks have passed with no bugs filed against the release
candidate, so we have officially tagged it as 1.2.2 final. Following
is the official release announcement:
Xiph.Org is pleased to announce the release of libvorbis-1.2.2. This
full release is code-identical to the preceeding 1.2.2-rc1 release
candidate.
1.2.2 is primarily a bugfix release to push out many fixes, some of
which have
2009 Jun 23
1
libVorbis 1.2.2 release announcement
Two weeks have passed with no bugs filed against the release
candidate, so we have officially tagged it as 1.2.2 final. Following
is the official release announcement:
Xiph.Org is pleased to announce the release of libvorbis-1.2.2. This
full release is code-identical to the preceeding 1.2.2-rc1 release
candidate.
1.2.2 is primarily a bugfix release to push out many fixes, some of
which have
2002 Jan 10
1
Configuring libogg/libvorbis with CC under Irix 6.3
Hi folks,.
I'm working on a project on Irix 6.3 using CC (not GCC) and the .o32 object
format (not n32) and would like to incorperate ogg-vorbis. Is there any
way to configure the libogg/libvorbis makefiles to work with CC? (Or does
anyone know how to arm-twist GCC under Irix 6.3 into producing o32 object
files?)
Thanks super-much for any help,
Mike
<p>--- >8 ----
List
2007 Jul 23
4
libvorbis 1.2.0 release candidate
All,
Monty has made some improvements to the vorbis reference implementation,
and we're ready to do a new release. Please sanity check the release
candidate at
http://people.xiph.org/~giles/2007/libvorbis-1.2.0rc2.tar.bz2
And let us know if there are any problems. The plan is to make an
official release on Wednesday.
Changes since the 1.1.2 release:
* new ov_fopen() convenience
2007 Jul 26
2
libvorbis 1.2.0 release
A new libvorbis release is now available.
http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.bz2
http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.tar.gz
http://downloads.xiph.org/releases/vorbis/libvorbis-1.2.0.zip
This release fixes some robustness issues with corrupt streams,
including a security issue. Also new in this release is support
for multiplexed streams in
2010 Nov 01
1
Xiph.Org releases libogg 1.2.1 and libvorbis 1.3.2
Xiph.Org is pleased to announce a full release of libogg 1.2.1
and libvorbis 1.3.2. This is not a coordinated release, it was
merely convenient to do a release cycle for both at the same
time.
Changes and fixes in the new libogg release include:
* Various build updates (see SVN)
* Add ogg_stream_pageout_fill() to API to allow applications
greater explicit flexibility in page sizing.
*
2010 Nov 01
1
Xiph.Org releases libogg 1.2.1 and libvorbis 1.3.2
Xiph.Org is pleased to announce a full release of libogg 1.2.1
and libvorbis 1.3.2. This is not a coordinated release, it was
merely convenient to do a release cycle for both at the same
time.
Changes and fixes in the new libogg release include:
* Various build updates (see SVN)
* Add ogg_stream_pageout_fill() to API to allow applications
greater explicit flexibility in page sizing.
*
2010 Nov 01
1
Xiph.Org releases libogg 1.2.1 and libvorbis 1.3.2
Xiph.Org is pleased to announce a full release of libogg 1.2.1
and libvorbis 1.3.2. This is not a coordinated release, it was
merely convenient to do a release cycle for both at the same
time.
Changes and fixes in the new libogg release include:
* Various build updates (see SVN)
* Add ogg_stream_pageout_fill() to API to allow applications
greater explicit flexibility in page sizing.
*