Commit 25b24375 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'b83d1ee3'

* commit 'b83d1ee3':
  avutil: Move library version related macros to version.h

Conflicts:
	libavcodec/version.h
	libavresample/version.h
	libavutil/avutil.h
	libavutil/utils.c

See: 183117feMerged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents e630ca51 b83d1ee3
......@@ -26,7 +26,7 @@
* Libavcodec version macros.
*/
#include "libavutil/avutil.h"
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 46
......
......@@ -25,7 +25,7 @@
* Libavdevice version macros
*/
#include "libavutil/avutil.h"
#include "libavutil/version.h"
#define LIBAVDEVICE_VERSION_MAJOR 55
#define LIBAVDEVICE_VERSION_MINOR 5
......
......@@ -27,7 +27,7 @@
* Libavfilter version macros
*/
#include "libavutil/avutil.h"
#include "libavutil/version.h"
#define LIBAVFILTER_VERSION_MAJOR 4
#define LIBAVFILTER_VERSION_MINOR 0
......
......@@ -27,7 +27,7 @@
* Libavformat version macros
*/
#include "libavutil/avutil.h"
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 55
#define LIBAVFORMAT_VERSION_MINOR 22
......
......@@ -25,7 +25,7 @@
* Libavresample version macros.
*/
#include "libavutil/avutil.h"
#include "libavutil/version.h"
#define LIBAVRESAMPLE_VERSION_MAJOR 1
#define LIBAVRESAMPLE_VERSION_MINOR 1
......
......@@ -17,7 +17,7 @@
*/
#include "config.h"
#include "avutil.h"
#include "version.h"
#include "avassert.h"
#include "samplefmt.h"
#include "pixdesc.h"
......
......@@ -41,6 +41,7 @@
* @}
*/
/**
* @defgroup version_utils Library Version Macros
*
......@@ -58,7 +59,6 @@
* @}
*/
/**
* @file
* @ingroup lavu
......
......@@ -24,7 +24,7 @@
* swscale version macros
*/
#include "libavutil/avutil.h"
#include "libavutil/version.h"
#define LIBSWSCALE_VERSION_MAJOR 2
#define LIBSWSCALE_VERSION_MINOR 5
......
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