summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-24 19:16:29 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-26 23:35:21 +0200
commit87849592345fcfedc97f21237d50246202337062 (patch)
treec817d15e5f9d8ed156a171820b265c8b093cbaa0 /libavcodec/Makefile
parentbde73f28afe05054169eded9bb07e15466d1f4da (diff)
build: Rename aandct component to more descriptive aandcttables
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 b65e249c40..3a74338518 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -29,7 +29,7 @@ OBJS = allcodecs.o \
utils.o \
# parts needed for many different codecs
-OBJS-$(CONFIG_AANDCT) += aandcttab.o
+OBJS-$(CONFIG_AANDCTTABLES) += aandcttab.o
OBJS-$(CONFIG_AC3DSP) += ac3dsp.o
OBJS-$(CONFIG_ENCODERS) += faandct.o jfdctfst.o jfdctint.o
OBJS-$(CONFIG_DCT) += dct.o dct32_fixed.o dct32_float.o