search for: ogg_uint64_t

Displaying 4 results from an estimated 4 matches for "ogg_uint64_t".

Did you mean: ogg_int64_t
2006 Aug 29
0
Problem compiling libtheora on MINGW32
Hello ! I got an issue compiling with mingw32 and libogg-1.1.3 on debian in 1.0alpha7 : I compiled with mingw32 libogg 1.1.3, but in libogg-1.1.3/include/ogg/os_types.h, there is # elif defined(__MINGW32__) typedef unsigned long long ogg_uint64_t; #endif and in libtheora-1.0alpha7/lib/dsp.h there is on line 22 : typedef unsigned long int ogg_uint64_t; so it says that it was already declared " dsp.h:22: error: conflicting types for 'ogg_uint64_t' " It seems that commenting that line does work for mingw32. I attach a ver...
2006 May 02
6
patch to build theora-mmx on AMD64
Hi all, I've patched theora-mmx to build on x86_64. The patch against SVN is attached. Basically all I did was to copy lib/i386 to lib/x86_64 and tweak the assembler code a bit: * added to each file: typedef unsigned long int ogg_uint64_t * converted all asm inputs to 64-bit in: dsp_mmxext.c, fdct_mmx.c, recon_mmx.c * left all asm outputs at 32-bit * I didn't patch dsp_mmx.c, since all x86_64 processors have SSE, thus there's no need for the old mmx version I also made minor modifications to cpu.c to get CPUID working cor...
2006 Aug 18
6
Ogg Player Code
Hello, In one of my recent assignments, I was asked to develop a ogg player. I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment. If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me. In one of the code set, I was able to compile the
2004 Mar 13
1
Ogg / Vorbis Compiling under W32 with MingW ** Problem **
I want to compile ogg and vorbis(version 1.01) under mingw. In the console i typed ./configure make but there is a lot of error while making. here is the errors $ ./configure checking for a BSD-compatible install... /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