summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-08-21 16:17:17 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2017-08-24 12:55:46 +0200
commitf61e2dcfc399113e1b0408e58a085fca329d0da4 (patch)
treec7e232fa24456b60edc369355b453adf5667a8ff /libavformat/Makefile
parentcb1a3eecac2d3395bf1e26289643082b4305f86a (diff)
lavf/g726: Demuxer for raw G.726 streams, both left- and right-justified.
Compatible with the binary encoder attached to ticket #6596 (right-aligned) and a sample from a SEG Mp3-Player (left-aligned).
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index b0ef82cdd4..8e2afb76fd 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -188,6 +188,8 @@ OBJS-$(CONFIG_GSM_MUXER) += rawenc.o
OBJS-$(CONFIG_GXF_DEMUXER) += gxf.o
OBJS-$(CONFIG_GXF_MUXER) += gxfenc.o audiointerleave.o
OBJS-$(CONFIG_G722_DEMUXER) += g722.o rawdec.o
+OBJS-$(CONFIG_G726_DEMUXER) += g726.o
+OBJS-$(CONFIG_G726LE_DEMUXER) += g726.o
OBJS-$(CONFIG_G722_MUXER) += rawenc.o
OBJS-$(CONFIG_G723_1_DEMUXER) += g723_1.o
OBJS-$(CONFIG_G723_1_MUXER) += rawenc.o