Browse Source

Merge commit '67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7'

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

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
033dc39c56
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/libvpx.h

+ 2
- 0
libavcodec/libvpx.h 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);


Loading…
Cancel
Save