diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2008-03-31 10:41:40 +0000 |
---|---|---|
committer | Robert Swain <robert.swain@gmail.com> | 2008-03-31 10:41:40 +0000 |
commit | 40d2627306e92a43efd81f7a5beecbf069561d22 (patch) | |
tree | 4501ca514bdf6f20c9fe97e1022447a6e46f5c71 /libavcodec/Makefile | |
parent | 7542157d8afdf63a2cbc20a5e8aab86c85c42773 (diff) | |
download | ffmpeg-40d2627306e92a43efd81f7a5beecbf069561d22.tar.gz |
Escape 124 (RPL) decoder
Patch by Eli Friedman (eli friedman gmail com)
Originally committed as revision 12648 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 9a243ee242..29ec7e0b28 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -67,6 +67,7 @@ OBJS-$(CONFIG_DXA_DECODER) += dxa.o 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_FFV1_DECODER) += ffv1.o rangecoder.o golomb.o OBJS-$(CONFIG_FFV1_ENCODER) += ffv1.o rangecoder.o OBJS-$(CONFIG_FFVHUFF_DECODER) += huffyuv.o |