[FFmpeg-devel] [PATCH 3/5] atrac3plus_parser: use libavcodec's oma
misty at brew.sh
misty at brew.sh
Sun Dec 24 06:48:50 EET 2017
From: Misty De Meo <mistydemeo at gmail.com>
---
libavcodec/Makefile | 2 +-
libavcodec/atrac3plus_parser.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index e0e3f1ebac..0e1c6d53ea 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -977,7 +977,7 @@ OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o \
mpeg4audio.o
OBJS-$(CONFIG_AC3_PARSER) += ac3tab.o aac_ac3_parser.o
OBJS-$(CONFIG_ADX_PARSER) += adx_parser.o adx.o
-OBJS-$(CONFIG_ATRAC3P_PARSER) += atrac3plus_parser.o
+OBJS-$(CONFIG_ATRAC3P_PARSER) += atrac3plus_parser.o oma.o
OBJS-$(CONFIG_BMP_PARSER) += bmp_parser.o
OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs_parser.o
OBJS-$(CONFIG_COOK_PARSER) += cook_parser.o
diff --git a/libavcodec/atrac3plus_parser.c b/libavcodec/atrac3plus_parser.c
index 01fcad4c45..11b236b0bf 100644
--- a/libavcodec/atrac3plus_parser.c
+++ b/libavcodec/atrac3plus_parser.c
@@ -20,7 +20,7 @@
#include "parser.h"
#include "get_bits.h"
-#include "libavformat/oma.h"
+#include "oma.h"
typedef struct Atrac3PlusParseContext {
ParseContext pc;
--
2.15.1
More information about the ffmpeg-devel
mailing list