From: James Zern Date: Fri, 15 May 2015 02:34:53 +0000 (-0700) Subject: vpx_config.c: add vpx_codec include X-Git-Tag: v1.5.0~678^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db4afa6bd284d0e6a36151002d077a627c1ec5c3;p=libvpx vpx_config.c: add vpx_codec include silences a missing prototype warning Change-Id: I31a11c8390ae58e9a99ecc7cdf2a36334fac3f65 --- diff --git a/configure b/configure index a8ff1aed7..310c42a50 100755 --- a/configure +++ b/configure @@ -726,6 +726,7 @@ CONFIGURE_ARGS="$@" process "$@" print_webm_license ${BUILD_PFX}vpx_config.c "/*" " */" cat <> ${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