inline assembly doesn't depend on HAVE_NASM, it depends on HAVE_CPU_I386

Original commit message from CVS:
inline assembly doesn't depend on HAVE_NASM, it depends on HAVE_CPU_I386
This commit is contained in:
David Schleef 2002-10-25 03:19:14 +00:00
parent 93315d3fa1
commit bca900c656

View file

@ -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