Mercurial > libavcodec.hg
diff Makefile @ 6403:9a736918fd90 libavcodec
split encoding part of dsputil_mmx into its own file
author | aurel |
---|---|
date | Mon, 25 Feb 2008 23:14:22 +0000 |
parents | 0a3a5109cfb6 |
children | 7f9e2b5893fc |
line wrap: on
line diff
--- a/Makefile Mon Feb 25 22:44:35 2008 +0000 +++ b/Makefile Mon Feb 25 23:14:22 2008 +0000 @@ -369,6 +369,8 @@ OBJS-$(CONFIG_GPL) += i386/idct_mmx.o +OBJS-$(CONFIG_ENCODERS) += i386/dsputilenc_mmx.o + OBJS-$(CONFIG_CAVS_DECODER) += i386/cavsdsp_mmx.o OBJS-$(CONFIG_FLAC_ENCODER) += i386/flacdsp_mmx.o OBJS-$(CONFIG_SNOW_DECODER) += i386/snowdsp_mmx.o