summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-01-08 19:50:31 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-01-11 08:56:24 -0500
commit82390f57d1714fdc952c15ba91511d93f2e59bfc (patch)
treeefad4f447a332c17c0fd4c5dd9dcf55e2b6c0ace /libavcodec/Makefile
parentf1355dfcd6cf0a4d413d7b04c2c166b825d559ce (diff)
avcodec: add GSM parser
The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
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 741df91527..1e8d09b956 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -608,6 +608,7 @@ OBJS-$(CONFIG_DNXHD_PARSER) += dnxhd_parser.o
OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsub_parser.o
OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsub_parser.o
OBJS-$(CONFIG_FLAC_PARSER) += flac_parser.o flacdata.o flac.o
+OBJS-$(CONFIG_GSM_PARSER) += gsm_parser.o
OBJS-$(CONFIG_H261_PARSER) += h261_parser.o
OBJS-$(CONFIG_H263_PARSER) += h263_parser.o
OBJS-$(CONFIG_H264_PARSER) += h264_parser.o h264.o \