Commit 066dbfe1 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '6f1ec8ed'

* commit '6f1ec8ed':
  avcodec.h: include version.h before using version macro
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 6a71efff 6f1ec8ed
......@@ -37,15 +37,16 @@
#include "libavutil/dict.h"
#include "libavutil/frame.h"
#include "libavutil/log.h"
#if FF_API_FAST_MALLOC
// to provide fast_*alloc
#include "libavutil/mem.h"
#endif
#include "libavutil/pixfmt.h"
#include "libavutil/rational.h"
#include "version.h"
#if FF_API_FAST_MALLOC
// to provide fast_*alloc
#include "libavutil/mem.h"
#endif
/**
* @defgroup libavc Encoding/Decoding Library
* @{
......
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