diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-20 20:32:51 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-20 21:32:47 +0100 |
commit | f70d7eb20c1d5a920f80ef73d1bb6199feedcec4 (patch) | |
tree | c98da78d0a8d1ac70d36cdd7472cf84a538b00fd /libavcodec/Makefile | |
parent | 78e39aa7ee12bb61cf34d8ca6bebd129d659d9cd (diff) | |
download | ffmpeg-f70d7eb20c1d5a920f80ef73d1bb6199feedcec4.tar.gz |
Move add/diff_int16 to lossless_videodsp
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 042acd7302..a2b4b8e981 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -57,6 +57,7 @@ OBJS-$(CONFIG_HPELDSP) += hpeldsp.o OBJS-$(CONFIG_HUFFMAN) += huffman.o OBJS-$(CONFIG_INTRAX8) += intrax8.o intrax8dsp.o OBJS-$(CONFIG_LIBXVID) += libxvid_rc.o +OBJS-$(CONFIG_LLVIDDSP) += lossless_videodsp.o OBJS-$(CONFIG_LPC) += lpc.o OBJS-$(CONFIG_LSP) += lsp.o OBJS-$(CONFIG_MDCT) += mdct_fixed.o mdct_float.o mdct_fixed_32.o |