aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-03-30 16:56:28 +0200
committerDiego Biurrun <diego@biurrun.de>2017-04-12 15:39:00 +0200
commit50a1c66cf6ab7eb683daaa9e2da3869fa3a54609 (patch)
tree4c967343ff0b2f0e6d61eb22b8782138c937bf8f /libavcodec/Makefile
parent193b09189004ede4a6998e69192d1a9f63602088 (diff)
downloadffmpeg-50a1c66cf6ab7eb683daaa9e2da3869fa3a54609.tar.gz
ac3_parser: add a public function for parsing the data required by the demuxer
Make the current semi-public avpriv_ac3_parse_header() private to lavc. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ec62f514a7..a82210d89f 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1,7 +1,8 @@
NAME = avcodec
DESC = Libav codec library
-HEADERS = avcodec.h \
+HEADERS = ac3_parser.h \
+ avcodec.h \
avfft.h \
d3d11va.h \
dirac.h \
@@ -14,7 +15,8 @@ HEADERS = avcodec.h \
version.h \
vorbis_parser.h \
-OBJS = allcodecs.o \
+OBJS = ac3_parser.o \
+ allcodecs.o \
avpacket.o \
avpicture.o \
bitstream.o \
@@ -719,8 +721,7 @@ OBJS-$(CONFIG_LIBXVID_ENCODER) += libxvid.o
OBJS-$(CONFIG_AAC_LATM_PARSER) += latm_parser.o
OBJS-$(CONFIG_AAC_PARSER) += aac_parser.o aac_ac3_parser.o \
aacadtsdec.o mpeg4audio.o
-OBJS-$(CONFIG_AC3_PARSER) += ac3_parser.o ac3tab.o \
- aac_ac3_parser.o
+OBJS-$(CONFIG_AC3_PARSER) += ac3tab.o aac_ac3_parser.o
OBJS-$(CONFIG_ADX_PARSER) += adx_parser.o adx.o
OBJS-$(CONFIG_BMP_PARSER) += bmp_parser.o
OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs_parser.o