Commit e5639780 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos Committed by Aurelien Jacobs

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
parent 88e2d588
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment