comparison ffmdec.c @ 4206:c3102b189cb6 libavformat

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 7d2f3f1b68d8
children 77e0c7511d41
comparison
equal deleted inserted replaced
4205:41878938d030 4206:c3102b189cb6
20 */ 20 */
21 21
22 #include "libavutil/intreadwrite.h" 22 #include "libavutil/intreadwrite.h"
23 #include "avformat.h" 23 #include "avformat.h"
24 #include "ffm.h" 24 #include "ffm.h"
25 #ifdef CONFIG_FFSERVER 25 #if CONFIG_FFSERVER
26 #include <unistd.h> 26 #include <unistd.h>
27 27
28 int64_t ffm_read_write_index(int fd) 28 int64_t ffm_read_write_index(int fd)
29 { 29 {
30 uint8_t buf[8]; 30 uint8_t buf[8];