libvpx: Add the library header

Unbreak make checkheaders
pull/140/head
Vittorio Giovara 10 years ago committed by Luca Barbato
parent 461b45efd0
commit 67c884eb07
  1. 2
      libavcodec/libvpx.h

@ -21,6 +21,8 @@
#ifndef AVCODEC_LIBVPX_H
#define AVCODEC_LIBVPX_H
#include <vpx/vpx_codec.h>
#include "avcodec.h"
enum AVPixelFormat ff_vpx_imgfmt_to_pixfmt(vpx_img_fmt_t img);

Loading…
Cancel
Save