Commit 77a1587b authored by aurel's avatar aurel

fix version protection

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16572 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3c201117
......@@ -18,12 +18,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#if LIBAVFORMAT_VERSION_MAJOR < 53
#include <strings.h>
#include "avformat.h"
#include "metadata.h"
#include "libavutil/avstring.h"
#if LIBAVFORMAT_VERSION_MAJOR < 53
#define SIZE_OFFSET(x) sizeof(((AVFormatContext*)0)->x),offsetof(AVFormatContext,x)
static const struct {
......
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