* commit '67c884eb07':
  libvpx: Add the library header

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-07-10 02:30:41 +02:00
commit 033dc39c56

View file

@ -21,6 +21,8 @@
#ifndef AVCODEC_LIBVPX_H
#define AVCODEC_LIBVPX_H
#include <vpx/vpx_codec.h>
#include "avcodec.h"
void ff_vp9_init_static(AVCodec *codec);