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:
commit
8ccc58bb7d
5 changed files with 58 additions and 21 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue