mirror of https://github.com/FFmpeg/FFmpeg.git
AVOptions were moved to libavutil only recently.pull/2/head
parent
a975dbc86b
commit
095290f9a4
3 changed files with 20 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||||||
|
/**
|
||||||
|
* @file |
||||||
|
* This header is provided for compatibility only and will be removed |
||||||
|
* on next major bump |
||||||
|
*/ |
||||||
|
|
||||||
|
#ifndef AVCODEC_OPT_H |
||||||
|
#define AVCODEC_OPT_H |
||||||
|
|
||||||
|
#include "libavcodec/version.h" |
||||||
|
|
||||||
|
#if FF_API_OPT_H |
||||||
|
#include "libavutil/opt.h" |
||||||
|
#endif |
||||||
|
|
||||||
|
#endif |
Loading…
Reference in new issue