Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-24 21:16:29 +0400
committerDiego Biurrun <diego@biurrun.de>2012-07-27 01:35:21 +0400
commit87849592345fcfedc97f21237d50246202337062 (patch)
treec817d15e5f9d8ed156a171820b265c8b093cbaa0 /libavcodec
parentbde73f28afe05054169eded9bb07e15466d1f4da (diff)
build: Rename aandct component to more descriptive aandcttables
Diffstat (limited to 'libavcodec')
-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