comparison utils.c @ 4196:fbac0859753d libavcodec

move some CFLAGS settings away from config.* writing section
author mru
date Tue, 14 Nov 2006 03:12:29 +0000
parents 3c98b0938897
children bbe0bc387a19
comparison
equal deleted inserted replaced
4195:6b784f65ce16 4196:fbac0859753d
1195 1195
1196 if (inited != 0) 1196 if (inited != 0)
1197 return; 1197 return;
1198 inited = 1; 1198 inited = 1;
1199 1199
1200 dsputil_static_init(); 1200 ff_dsputil_static_init();
1201 init_crcs(); 1201 init_crcs();
1202 } 1202 }
1203 1203
1204 /** 1204 /**
1205 * Flush buffers, should be called when seeking or when swicthing to a different stream. 1205 * Flush buffers, should be called when seeking or when swicthing to a different stream.