diff options
author | Ash Hughes <ashes-iontach@hotmail.com> | 2013-05-22 01:16:51 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-22 15:20:22 +0200 |
commit | 14ec9d2590162f1a922860f1e8c1d635f5ccb65e (patch) | |
tree | 9da9c2de297fd01868a0050d9da6703d7b7f4dd4 /libavcodec/Makefile | |
parent | cc0db8cf3042186d8355dcf10be67071cfbbcc5d (diff) | |
download | ffmpeg-14ec9d2590162f1a922860f1e8c1d635f5ccb65e.tar.gz |
Support playing SMV files.
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 0982885221..1a58c69ac5 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -387,6 +387,7 @@ OBJS-$(CONFIG_SIPR_DECODER) += sipr.o acelp_pitch_delay.o \ OBJS-$(CONFIG_SMACKAUD_DECODER) += smacker.o OBJS-$(CONFIG_SMACKER_DECODER) += smacker.o OBJS-$(CONFIG_SMC_DECODER) += smc.o +OBJS-$(CONFIG_SMVJPEG_DECODER) += smvjpegdec.o OBJS-$(CONFIG_SNOW_DECODER) += snowdec.o snow.o snow_dwt.o OBJS-$(CONFIG_SNOW_ENCODER) += snowenc.o snow.o snow_dwt.o \ h263.o ituh263enc.o |