search for: oggpackb_read

Displaying 5 results from an estimated 5 matches for "oggpackb_read".

Did you mean: oggpack_read
2007 Nov 08
1
Compile Theora on windows
...irst I compiled ogg it seem have no problems for that, then I tried to compile theora and first run the ./configure with the good path for the ogg library. But I saw that the ./configure stopped because my version of ogg must be newer than 1.1 but I have the 1.1.3 ! This is my error : checking for oggpackB_read... no configure: error: newer libogg version (1.1 or later) required Somebody know from where come the problems???? BR ________________________________ -------------------------------------------------------- This e-mail and any attached files are confidential and intended solely for the use o...
2005 Apr 11
2
Theora, MMX and optimisation
...ous. However I experienced rather bad performance (at least from a game programming point of view) After a couple a profiling, I discovered, as previous discused in a post found via Google, that the bottleneck is in the ogg library. An unsane part of the CPU time was consumed in a single function : oggpackB_read. This was even more visible that I'm compiling the MMX branch. So, starting form this MMX branche, I made a rewrite of the GCC assembly code to Visual inline assembly. By the way I tweaked them to maximize instruction pairing. Then I rewrited the oggpackB_read to reduce the number of tests, pu...
2005 May 06
1
Problem installing. Please help
...ried to configure and install. I get: checking for ogg >= 1.1... Package ogg was not found in the pkg-config search path. Perhaps you should add the directory containing `ogg.pc' to the PKG_CONFIG_PATH environment variable No package 'ogg' found checking for Ogg... yes checking for oggpackB_read... no configure: error: newer libogg version (>1.0) required root@www [/usr/src/libtheora-1.0alpha4]# libogg -v -bash: libogg: command not found Can someone please tell me what I need to do to get rid of these problems? Thanks so much.
2004 Mar 05
1
CVS decoder(?) broken + gentoo compilation problem
...es checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for getopt_long... yes checking for Ogg... yes checking for oggpackB_read... yes checking target system type... i686-pc-linux-gnu checking for sdl-config... /usr/bin/sdl-config checking for SDL - version >= 0.11.0... yes checking sys/soundcard.h usability... yes checking sys/soundcard.h presence... yes checking for sys/soundcard.h... yes checking for Pa_OpenStream in...
2004 Aug 24
5
MMX/mmxext optimisations
quite some speed improvement indeed. attached the updated patch to apply to svn/trunk. j -------------- next part -------------- A non-text attachment was scrubbed... Name: theora-mmx.patch.gz Type: application/x-gzip Size: 8648 bytes Desc: not available Url : http://lists.xiph.org/pipermail/theora-dev/attachments/20040824/5a5f2731/theora-mmx.patch-0001.bin