Browse Source

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

Fix issue #2265.

Originally committed as revision 25420 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
4ddade62dd
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      libavutil/Makefile
  2. +1
    -1
      libavutil/avutil.h

+ 1
- 0
libavutil/Makefile View File

@@ -23,6 +23,7 @@ HEADERS = adler32.h \
mathematics.h \
md5.h \
mem.h \
opt.h \
pixdesc.h \
pixfmt.h \
random_seed.h \


+ 1
- 1
libavutil/avutil.h View File

@@ -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, \


Loading…
Cancel
Save