Commit d9218011 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '2d40968d'

* commit '2d40968d':
  lavu: Drop deprecated audioconvert.h header
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents d96d0252 2d40968d
...@@ -6,7 +6,6 @@ HEADERS = adler32.h \ ...@@ -6,7 +6,6 @@ HEADERS = adler32.h \
aes.h \ aes.h \
attributes.h \ attributes.h \
audio_fifo.h \ audio_fifo.h \
audioconvert.h \
avassert.h \ avassert.h \
avstring.h \ avstring.h \
avutil.h \ avutil.h \
......
#include "version.h"
#if FF_API_AUDIOCONVERT
#include "channel_layout.h"
#endif
...@@ -90,9 +90,6 @@ ...@@ -90,9 +90,6 @@
#ifndef FF_API_CONTEXT_SIZE #ifndef FF_API_CONTEXT_SIZE
#define FF_API_CONTEXT_SIZE (LIBAVUTIL_VERSION_MAJOR < 55) #define FF_API_CONTEXT_SIZE (LIBAVUTIL_VERSION_MAJOR < 55)
#endif #endif
#ifndef FF_API_AUDIOCONVERT
#define FF_API_AUDIOCONVERT (LIBAVUTIL_VERSION_MAJOR < 55)
#endif
#ifndef FF_API_CPU_FLAG_MMX2 #ifndef FF_API_CPU_FLAG_MMX2
#define FF_API_CPU_FLAG_MMX2 (LIBAVUTIL_VERSION_MAJOR < 55) #define FF_API_CPU_FLAG_MMX2 (LIBAVUTIL_VERSION_MAJOR < 55)
#endif #endif
......
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