OSDN Git Service

intreadwrite: ensure arch-specific versions are always used if defined
authorMåns Rullgård <mans@mansr.com>
Sun, 16 Aug 2009 15:51:55 +0000 (15:51 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 16 Aug 2009 15:51:55 +0000 (15:51 +0000)
commit63826ceb3224ccb70b7bbabee300e6fba9a040fe
tree1f547845c855af9f4ba6fa587f8befbac429d96c
parent57c36bdceae2f22fb7babf86c1aba3255cc3d548
intreadwrite: ensure arch-specific versions are always used if defined

The per-arch headers can define any combination of B/L/N variants.
This ensures that whatever is defined in an arch header gets used
for all equivalents not defined there.  E.g. on a little-endian
machine, AV_RN and AV_RL should give the same code.

Originally committed as revision 19658 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/intreadwrite.h