]> granicus.if.org Git - libvpx/commitdiff
vpx_config.c: add vpx_codec include
authorJames Zern <jzern@google.com>
Fri, 15 May 2015 02:34:53 +0000 (19:34 -0700)
committerJames Zern <jzern@google.com>
Fri, 15 May 2015 03:51:08 +0000 (20:51 -0700)
silences a missing prototype warning

Change-Id: I31a11c8390ae58e9a99ecc7cdf2a36334fac3f65

configure

index a8ff1aed703b07297e66e5897d289dd2f206b17b..310c42a5034df69aa7dbe93df37ef08e44e02679 100755 (executable)
--- a/configure
+++ b/configure
@@ -726,6 +726,7 @@ CONFIGURE_ARGS="$@"
 process "$@"
 print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */"
 cat <<EOF >> ${BUILD_PFX}vpx_config.c
+#include "vpx/vpx_codec.h"
 static const char* const cfg = "$CONFIGURE_ARGS";
 const char *vpx_codec_build_config(void) {return cfg;}
 EOF