Commit 3dba5aaa authored by diego's avatar diego

better #endif comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6851 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a724e2c3
...@@ -149,7 +149,7 @@ static inline uint64_t bswap_64(uint64_t x) ...@@ -149,7 +149,7 @@ static inline uint64_t bswap_64(uint64_t x)
return r.ll; return r.ll;
#endif #endif
} }
#endif /* !ARCH_X86 */ #endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */
#endif /* !HAVE_BYTESWAP_H */ #endif /* !HAVE_BYTESWAP_H */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment