mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
asm doesn't work on ppc
Original commit message from CVS: asm doesn't work on ppc
This commit is contained in:
parent
a03425c8b3
commit
a09fefa6a6
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ G_STMT_START { \
|
|||
: "ecx", "ebx"); \
|
||||
} G_STMT_END
|
||||
|
||||
#elif defined (__powerpc__) && defined (__GNUC__) && __GNUC__ >= 2
|
||||
#elif defined (__powerpcfoobarred__) && defined (__GNUC__) && __GNUC__ >= 2
|
||||
|
||||
#define _GST_ATOMIC_SWAP_INIT(swap,val) \
|
||||
G_STMT_START { \
|
||||
|
|
Loading…
Reference in a new issue