diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-12-16 21:30:27 +0100 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2013-05-18 07:12:56 +0200 |
commit | 350914fc8024612f614c0a4f5c8ba5da2d9988e7 (patch) | |
tree | acdd7ee0a89e1c985642b2e5178a2c0f023e4641 /libavcodec/Makefile | |
parent | cebdedca57d95834a8f8098c7b6a322a1163e26b (diff) | |
download | ffmpeg-350914fc8024612f614c0a4f5c8ba5da2d9988e7.tar.gz |
Escape 130 (RPL) decoder
Some fixes provided by Paul B Mahol <onemda@gmail.com>
and Michael Niedermayer <michaelni@gmx.at> and me.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
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 85e430f60a..f94b7725ee 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -163,6 +163,7 @@ OBJS-$(CONFIG_EIGHTBPS_DECODER) += 8bps.o OBJS-$(CONFIG_EIGHTSVX_EXP_DECODER) += 8svx.o OBJS-$(CONFIG_EIGHTSVX_FIB_DECODER) += 8svx.o OBJS-$(CONFIG_ESCAPE124_DECODER) += escape124.o +OBJS-$(CONFIG_ESCAPE130_DECODER) += escape130.o OBJS-$(CONFIG_FFV1_DECODER) += ffv1dec.o ffv1.o OBJS-$(CONFIG_FFV1_ENCODER) += ffv1enc.o ffv1.o OBJS-$(CONFIG_FFVHUFF_DECODER) += huffyuv.o huffyuvdec.o |