annotate mpbswap.h @ 23044:7d693457f85e

updated the ati vidix driver with the one from upstream vidix, it now supports much more GPUs (including all Radeon > 9600 and X series)
author ben
date Sun, 22 Apr 2007 13:25:50 +0000
parents 866175d9c61b
children a81e246e3b38
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21507
fa99b3d31d13 Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
reimar
parents:
diff changeset
1 #ifndef MPBSWAP_H
fa99b3d31d13 Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
reimar
parents:
diff changeset
2 #define MPBSWAP_H
fa99b3d31d13 Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
reimar
parents:
diff changeset
3
fa99b3d31d13 Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
reimar
parents:
diff changeset
4 #include "libavutil/bswap.h"
fa99b3d31d13 Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
reimar
parents:
diff changeset
5
fa99b3d31d13 Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
reimar
parents:
diff changeset
6 #endif /* MPBSWAP_H */