Browse Source

avcodec: remove obsolete FF_API_FAST_MALLOC cruft

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n2.5
James Almer 11 years ago
parent
commit
42111bb960
2 changed files with 0 additions and 8 deletions
  1. +0
    -5
      libavcodec/avcodec.h
  2. +0
    -3
      libavcodec/version.h

+ 0
- 5
libavcodec/avcodec.h View File

@@ -42,11 +42,6 @@

#include "version.h"

#if FF_API_FAST_MALLOC
// to provide fast_*alloc
#include "libavutil/mem.h"
#endif

/**
* @defgroup libavc Encoding/Decoding Library
* @{


+ 0
- 3
libavcodec/version.h View File

@@ -132,9 +132,6 @@
#ifndef FF_API_MAX_BFRAMES
#define FF_API_MAX_BFRAMES (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_FAST_MALLOC
#define FF_API_FAST_MALLOC (LIBAVCODEC_VERSION_MAJOR < 56)
#endif
#ifndef FF_API_NEG_LINESIZES
#define FF_API_NEG_LINESIZES (LIBAVCODEC_VERSION_MAJOR < 57)
#endif


Loading…
Cancel
Save