lavu: Drop deprecated audioconvert.h header

Deprecated in 11/2012.
pull/148/head
Vittorio Giovara 10 years ago
parent cdfe45ad37
commit 2d40968dd3
  1. 1
      libavutil/Makefile
  2. 6
      libavutil/audioconvert.h
  3. 3
      libavutil/version.h

@ -4,7 +4,6 @@ HEADERS = adler32.h \
aes.h \
attributes.h \
audio_fifo.h \
audioconvert.h \
avassert.h \
avstring.h \
avutil.h \

@ -1,6 +0,0 @@
#include "version.h"
#if FF_API_AUDIOCONVERT
#include "channel_layout.h"
#endif

@ -81,9 +81,6 @@
#ifndef FF_API_CONTEXT_SIZE
#define FF_API_CONTEXT_SIZE (LIBAVUTIL_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_AUDIOCONVERT
#define FF_API_AUDIOCONVERT (LIBAVUTIL_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_CPU_FLAG_MMX2
#define FF_API_CPU_FLAG_MMX2 (LIBAVUTIL_VERSION_MAJOR < 55)
#endif

Loading…
Cancel
Save