diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2011-12-09 11:06:02 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-10 11:58:03 +0100 |
commit | 19341c58e0f7210046286e08ae5f955a14ee3e3f (patch) | |
tree | d3225ebef5af43bce0192c5d533635fcf753ec31 /libavcodec/Makefile | |
parent | 4c386333529dd773e673e1366d1f6243d2c5af92 (diff) | |
download | ffmpeg-19341c58e0f7210046286e08ae5f955a14ee3e3f.tar.gz |
Dxtory capture format decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index a78cd8171e..383039ac26 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -125,6 +125,7 @@ OBJS-$(CONFIG_DVDSUB_ENCODER) += dvdsubenc.o OBJS-$(CONFIG_DVVIDEO_DECODER) += dv.o dvdata.o OBJS-$(CONFIG_DVVIDEO_ENCODER) += dv.o dvdata.o OBJS-$(CONFIG_DXA_DECODER) += dxa.o +OBJS-$(CONFIG_DXTORY_DECODER) += dxtory.o OBJS-$(CONFIG_EAC3_DECODER) += eac3dec.o eac3_data.o OBJS-$(CONFIG_EAC3_ENCODER) += eac3enc.o ac3enc.o ac3enc_float.o \ ac3tab.o ac3.o kbdwin.o eac3_data.o |