]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
intreadwrite: ensure arch-specific versions are always used if defined
authormru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 16 Aug 2009 15:51:55 +0000 (15:51 +0000)
committermru <mru@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sun, 16 Aug 2009 15:51:55 +0000 (15:51 +0000)
commitdaad53f506b6c33379a4f7b1bff068ed2465d145
treeb7a730735f42df45697738ff55c11d099dc55456
parentd554733bce892d7da2e048470ab227d559c2c1f7
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19658 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavutil/intreadwrite.h