Merge remote-tracking branch 'qatar/master'

* qatar/master:
  lavu: Move preprocessor macros in a separate file

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

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-12-30 11:23:32 +01:00
commit 8ccc58bb7d
5 changed files with 58 additions and 21 deletions

View file

@ -145,6 +145,12 @@
* @{
*
* @}
*
* @defgroup preproc_misc Preprocessor String Macros
*
* @{
*
* @}
*/
@ -277,6 +283,7 @@ char av_get_picture_type_char(enum AVPictureType pict_type);
#include "common.h"
#include "error.h"
#include "version.h"
#include "macros.h"
#include "mathematics.h"
#include "rational.h"
#include "log.h"