aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2017-08-12 02:35:06 +0200
committerAurelien Jacobs <aurel@gnuage.org>2018-03-07 22:26:53 +0100
commit2505ebc632d4f3650d6082c58a8809faeb1ee832 (patch)
treed81930e0ccbf770baa6ab541378736e19a9b67c3 /libavcodec/Makefile
parent4439887198025a9782f2ed52f8fda995269aad07 (diff)
downloadffmpeg-2505ebc632d4f3650d6082c58a8809faeb1ee832.tar.gz
sbc: add parser for SBC
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 7a9b248540..01bc15d9b7 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -1022,6 +1022,7 @@ OBJS-$(CONFIG_PNG_PARSER) += png_parser.o
OBJS-$(CONFIG_PNM_PARSER) += pnm_parser.o pnm.o
OBJS-$(CONFIG_RV30_PARSER) += rv34_parser.o
OBJS-$(CONFIG_RV40_PARSER) += rv34_parser.o
+OBJS-$(CONFIG_SBC_PARSER) += sbc_parser.o
OBJS-$(CONFIG_SIPR_PARSER) += sipr_parser.o
OBJS-$(CONFIG_TAK_PARSER) += tak_parser.o tak.o
OBJS-$(CONFIG_VC1_PARSER) += vc1_parser.o vc1.o vc1data.o \