summaryrefslogtreecommitdiff
path: root/vpxenc.c
diff options
context:
space:
mode:
authorChristian Duvivier <cduvivier@google.com>2012-08-14 14:12:00 -0700
committerChristian Duvivier <cduvivier@google.com>2012-08-14 16:23:32 -0700
commita1168155a748c752b8b19cb539013d8f3cee2fd5 (patch)
tree8c139b38161b1b4f1f6c55dd45b9a1549853a009 /vpxenc.c
parent73089031f052228e60233c15c94df822b0c84556 (diff)
downloadlibvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.tar
libvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.tar.gz
libvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.tar.bz2
libvpx-a1168155a748c752b8b19cb539013d8f3cee2fd5.zip
Fix warnings.
Change-Id: I4b911e4173da30c164bde7ea50bc80a70fbbb745
Diffstat (limited to 'vpxenc.c')
-rw-r--r--vpxenc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vpxenc.c b/vpxenc.c
index 5667abe1c..26c52d51c 100644
--- a/vpxenc.c
+++ b/vpxenc.c
@@ -8,6 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
+#include "vpx_config.h"
/* This is a simple program that encodes YV12 files and generates ivf
* files using the new interface.