comparison allformats.c @ 384:9479dac25620 libavformat

fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)
author michael
date Sat, 13 Mar 2004 23:04:37 +0000
parents 37a29b5200d8
children d95e74ef39e0
comparison
equal deleted inserted replaced
383:1674ed5ca2f0 384:9479dac25620
43 #endif 43 #endif
44 #ifdef CONFIG_ENCODERS 44 #ifdef CONFIG_ENCODERS
45 avienc_init(); 45 avienc_init();
46 #endif //CONFIG_ENCODERS 46 #endif //CONFIG_ENCODERS
47 avidec_init(); 47 avidec_init();
48 wav_init(); 48 ff_wav_init();
49 swf_init(); 49 swf_init();
50 au_init(); 50 au_init();
51 #ifdef CONFIG_ENCODERS 51 #ifdef CONFIG_ENCODERS
52 gif_init(); 52 gif_init();
53 #endif //CONFIG_ENCODERS 53 #endif //CONFIG_ENCODERS
54 mov_init(); 54 mov_init();
55 #ifdef CONFIG_ENCODERS 55 #ifdef CONFIG_ENCODERS
56 movenc_init(); 56 movenc_init();
57 jpeg_init(); 57 jpeg_init();
58 #endif //CONFIG_ENCODERS 58 #endif //CONFIG_ENCODERS
59 dv_init(); 59 ff_dv_init();
60 fourxm_init(); 60 fourxm_init();
61 #ifdef CONFIG_ENCODERS 61 #ifdef CONFIG_ENCODERS
62 flvenc_init(); 62 flvenc_init();
63 #endif //CONFIG_ENCODERS 63 #endif //CONFIG_ENCODERS
64 flvdec_init(); 64 flvdec_init();