Commit 6c02f9e7 authored by Diego Biurrun's avatar Diego Biurrun

better #endif comment

Originally committed as revision 6851 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7aba9187
...@@ -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