mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
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:
parent
93315d3fa1
commit
bca900c656
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue