Include RTCD header in encodeframe.c
authorJohann <johann.koenig@duck.com>
Mon, 15 Apr 2013 19:19:06 +0000 (12:19 -0700)
committerJohann <johann.koenig@duck.com>
Mon, 15 Apr 2013 19:23:41 +0000 (12:23 -0700)
The file uses functions defined in vp8_rtcd.h but did not include the
header.

Change-Id: I110196ddc9181e533be1fe656e21c1791cabe226

vp8/encoder/encodeframe.c

index d1b647b..d17ed37 100644 (file)
@@ -10,6 +10,7 @@
 
 
 #include "vpx_config.h"
+#include "vp8_rtcd.h"
 #include "encodemb.h"
 #include "encodemv.h"
 #include "vp8/common/common.h"