summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/ae_lavc.c')
-rw-r--r--libmpcodecs/ae_lavc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libmpcodecs/ae_lavc.c b/libmpcodecs/ae_lavc.c
index a13fb7ec52..68c03f4445 100644
--- a/libmpcodecs/ae_lavc.c
+++ b/libmpcodecs/ae_lavc.c
@@ -15,11 +15,7 @@
#include "config.h"
#include "libaf/af_format.h"
#include "libaf/reorder_ch.h"
-#ifdef USE_LIBAVCODEC_SO
-#include <ffmpeg/avcodec.h>
-#else
#include "libavcodec/avcodec.h"
-#endif
static AVCodec *lavc_acodec;
static AVCodecContext *lavc_actx;
@@ -30,11 +26,7 @@ extern int lavc_param_audio_global_header;
extern int avcodec_initialized;
static int compressed_frame_size = 0;
#ifdef USE_LIBAVFORMAT
-#ifdef USE_LIBAVFORMAT_SO
-#include <ffmpeg/avformat.h>
-#else
#include "libavformat/avformat.h"
-#endif
extern const struct AVCodecTag *mp_wav_taglists[];
#endif