comparison s3tc.c @ 8573:2acf0ae7b041 libavcodec

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 23c0704067f6
children
comparison
equal deleted inserted replaced
8572:4e746259152d 8573:2acf0ae7b041
19 * You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public
20 * License along with FFmpeg; if not, write to the Free Software 20 * License along with FFmpeg; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #include "libavutil/intreadwrite.h"
24 #include "avcodec.h" 25 #include "avcodec.h"
25 #include "s3tc.h" 26 #include "s3tc.h"
26 27
27 static inline void dxt1_decode_pixels(const uint8_t *s, uint32_t *d, 28 static inline void dxt1_decode_pixels(const uint8_t *s, uint32_t *d,
28 unsigned int qstride, unsigned int flag, 29 unsigned int qstride, unsigned int flag,