Mercurial > mplayer.hg
comparison libmpcodecs/ve_qtvideo.c @ 21372:1767c271d710
Remove bswap.h, use libavutil/bswap.h instead.
author | diego |
---|---|
date | Wed, 29 Nov 2006 15:02:45 +0000 |
parents | a1807995e2ab |
children | fa99b3d31d13 |
comparison
equal
deleted
inserted
replaced
21371:2ffcd779b875 | 21372:1767c271d710 |
---|---|
8 #include <stdlib.h> | 8 #include <stdlib.h> |
9 #include <string.h> | 9 #include <string.h> |
10 | 10 |
11 #include "config.h" | 11 #include "config.h" |
12 #include "mp_msg.h" | 12 #include "mp_msg.h" |
13 #include "bswap.h" | 13 #include "libavutil/common.h" |
14 #include "libavutil/bswap.h" | |
14 | 15 |
15 #ifdef WIN32_LOADER | 16 #ifdef WIN32_LOADER |
16 #include "ldt_keeper.h" | 17 #include "ldt_keeper.h" |
17 #endif | 18 #endif |
18 | 19 |