summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-04-10 16:33:45 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-04-20 12:11:20 -0400
commitb0e9edc44f1722787adacbff9aa60343206a58c0 (patch)
treef96cb66448431596724e4ffeec7605311108c9cf /libavcodec/Makefile
parentacb1730218f1c614dc8ca3ba45d9de1e05059515 (diff)
avcodec: add a cook parser to get subpacket duration
Fixes jittery video playback of rm files with cook audio.
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 4dc218aa47..b3309e57cb 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -620,6 +620,7 @@ OBJS-$(CONFIG_AC3_PARSER) += ac3_parser.o ac3tab.o \
aac_ac3_parser.o
OBJS-$(CONFIG_ADX_PARSER) += adx_parser.o adx.o
OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs_parser.o
+OBJS-$(CONFIG_COOK_PARSER) += cook_parser.o
OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o
OBJS-$(CONFIG_DIRAC_PARSER) += dirac_parser.o
OBJS-$(CONFIG_DNXHD_PARSER) += dnxhd_parser.o