Commit 0b704334 authored by aurel's avatar aurel

Ensure av_tree_insert() is defined before using it.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10083 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2d78667b
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
*/ */
#include "nut.h" #include "nut.h"
#include "tree.h"
unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len){ unsigned long av_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf, unsigned int len){
return av_crc(av_crc04C11DB7, checksum, buf, 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