better #endif comment

Originally committed as revision 6851 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-11-01 16:59:18 +00:00
parent 7aba918708
commit 6c02f9e7ee
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ static inline uint64_t bswap_64(uint64_t x)
return r.ll;
#endif
}
#endif /* !ARCH_X86 */
#endif /* defined(ARCH_X86) || defined(ARCH_X86_64) */
#endif /* !HAVE_BYTESWAP_H */