summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2011-05-09 12:40:37 +0100
committerMans Rullgard <mans@mansr.com>2011-05-09 17:30:12 +0100
commit6bb6fb05ba66ce42ca17c930d81d3e9cf37ab34d (patch)
tree433c4710c06a66d1284806bd7989b3b8697a2406 /libavcodec/Makefile
parented87375dd555a1e7798dcd56c967af0171525a26 (diff)
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
The low quality mode is off by default and never tested. The high quality mode is also plenty fast enough. Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1d8452ac03..996b9b4d81 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -682,14 +682,6 @@ $(SUBDIR)cos_fixed_tables.c: $(SUBDIR)costablegen$(HOSTEXESUF)
$(SUBDIR)sin_tables.c: $(SUBDIR)costablegen$(HOSTEXESUF)
$(M)./$< sin > $@
-ifdef CONFIG_MPEGAUDIO_HP
-$(SUBDIR)mpegaudio_tablegen$(HOSTEXESUF): HOSTCFLAGS += -DFRAC_BITS=23
-$(SUBDIR)mpegaudio_tablegen.ho: CPPFLAGS += -DFRAC_BITS=23
-else
-$(SUBDIR)mpegaudio_tablegen$(HOSTEXESUF): HOSTCFLAGS += -DFRAC_BITS=15
-$(SUBDIR)mpegaudio_tablegen.ho: CPPFLAGS += -DFRAC_BITS=15
-endif
-
ifdef CONFIG_SMALL
$(SUBDIR)%_tablegen$(HOSTEXESUF): HOSTCFLAGS += -DCONFIG_SMALL=1
else