Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
59f016f9
Commit
59f016f9
authored
Jul 11, 2008
by
Fiona Glaser
Browse files
Fix compilation on PPC systems (borked in r903)
Bigendian systems didn't have endian_fix32 defined
parent
13575fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/osdep.h
View file @
59f016f9
...
...
@@ -143,6 +143,7 @@
#ifdef WORDS_BIGENDIAN
#define endian_fix(x) (x)
#define endian_fix32(x) (x)
#elif defined(__GNUC__) && defined(HAVE_MMX)
static
ALWAYS_INLINE
uint32_t
endian_fix32
(
uint32_t
x
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment