Commit 4ddade62 authored by Stefano Sabatini's avatar Stefano Sabatini

Install libavutil/opt.h, its API is public.

Fix issue #2265.

Originally committed as revision 25420 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 74d127b5
......@@ -23,6 +23,7 @@ HEADERS = adler32.h \
mathematics.h \
md5.h \
mem.h \
opt.h \
pixdesc.h \
pixfmt.h \
random_seed.h \
......
......@@ -41,7 +41,7 @@
#define LIBAVUTIL_VERSION_MAJOR 50
#define LIBAVUTIL_VERSION_MINOR 32
#define LIBAVUTIL_VERSION_MICRO 2
#define LIBAVUTIL_VERSION_MICRO 3
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment