diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-02-27 23:23:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-06-05 17:04:29 +0200 |
commit | 134cba728bc6f4e3c5caec98b800faad244d8cfb (patch) | |
tree | f11ace95e1885c4572fbd761d4a6118d4bd886a0 /libavcodec/version.h | |
parent | 2ccf9ae6ccc8888ce27b6867d87c30c5743e72ce (diff) | |
download | ffmpeg-134cba728bc6f4e3c5caec98b800faad244d8cfb.tar.gz |
Seperate x264rgb encoder and only enable when its actually supported
This avoids enabling and building the x264rgb encoder when its actually not supported and
thus would not work
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index b7de26a461..cf7f231f76 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #define LIBAVCODEC_VERSION_MAJOR 57 #define LIBAVCODEC_VERSION_MINOR 44 -#define LIBAVCODEC_VERSION_MICRO 100 +#define LIBAVCODEC_VERSION_MICRO 101 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ LIBAVCODEC_VERSION_MINOR, \ |