summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-25 21:30:16 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-25 21:30:16 +0000
commita8150374097de8187ebff49755cb7c08be40e340 (patch)
treec4c2c85c414bdae75a68af97fcfc3430bd43289a /libavcodec/Makefile
parent5ce265a1dea888c4a5f23ae6d7dfaedaf38c07ef (diff)
Classify mlib as a configurable option, not as a hardware feature.
Originally committed as revision 12589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index b7896563cb..89082d87de 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -410,7 +410,7 @@ ASM_OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \
OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \
-OBJS-$(HAVE_MLIB) += mlib/dsputil_mlib.o \
+OBJS-$(CONFIG_MLIB) += mlib/dsputil_mlib.o \
OBJS-$(ARCH_ALPHA) += alpha/dsputil_alpha.o \
alpha/motion_est_alpha.o \