projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93315d3
)
inline assembly doesn't depend on HAVE_NASM, it depends on HAVE_CPU_I386
author
David Schleef
<ds@schleef.org>
Fri, 25 Oct 2002 03:19:14 +0000
(
03:19
+0000)
committer
David Schleef
<ds@schleef.org>
Fri, 25 Oct 2002 03:19:14 +0000
(
03:19
+0000)
Original commit message from CVS:
inline assembly doesn't depend on HAVE_NASM, it depends on HAVE_CPU_I386
tests/bufspeed/gstmempool.c
patch
|
blob
|
history
diff --git
a/tests/bufspeed/gstmempool.c
b/tests/bufspeed/gstmempool.c
index 8144ca65674a46304a3da2f1cdbf5d6c950d4c5d..5664b702beab2cfb8deaf526c8a84bdce33cbe03 100644
(file)
--- a/
tests/bufspeed/gstmempool.c
+++ b/
tests/bufspeed/gstmempool.c
@@
-11,7
+11,7
@@
#define GST_MEM_POOL_DATA(pool) ((gpointer)(((GstMemPoolElement*)(pool)) + 1))
#define GST_MEM_POOL_LINK(mem) ((GstMemPoolElement*)((guint8*)(mem) - sizeof (GstMemPoolElement)))
-#ifdef HAVE_
NASM
+#ifdef HAVE_
CPU_I386
#define USE_ASM
#endif