Displaying 2 results from an estimated 2 matches for "dsp_h".
2006 Aug 29
0
Problem compiling libtheora on MINGW32
...tach a very simple patch that disable this line only in MINGW32
environnment
--
Jean-Baptiste Kempf
-------------- next part --------------
--- libtheora-1.0alpha7/lib/dsp.h 2006-06-13 00:57:36.000000000 +0200
+++ libtheora/lib/dsp.h 2006-07-11 21:00:37.000000000 +0200
@@ -19,7 +19,10 @@
#define DSP_H
#include <theora/theora.h>
-typedef unsigned long int ogg_uint64_t;
+
+#ifndef __MINGW32__
+ typedef unsigned long int ogg_uint64_t;
+#endif
typedef struct
{
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