comparison ape.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 1d3d17de20ba
children dfb8f047b552
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #include <stdio.h> 23 #include <stdio.h>
24 24
25 #include "libavutil/intreadwrite.h"
25 #include "avformat.h" 26 #include "avformat.h"
26 27
27 #define ENABLE_DEBUG 0 28 #define ENABLE_DEBUG 0
28 29
29 /* The earliest and latest file formats supported by this library */ 30 /* The earliest and latest file formats supported by this library */