Ensure av_tree_insert() is defined before using it.

Patch by Carl Eugen Hoyos   cehoyos _at_ ag.or.at

Originally committed as revision 10083 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2007-08-11 23:58:10 +00:00 committed by Aurelien Jacobs
parent 88e2d5882b
commit e56397800e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
*/
#include "nut.h"
#include "tree.h"
unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len){
return av_crc(av_crc04C11DB7, checksum, buf, len);