summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-05 12:24:51 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-05 12:24:51 +0000
commit442fc0e881953f152cc42341907c378de98ae75c (patch)
tree720a460311eae40610cc67371834531bec7e9b4d /libavcodec
parent5a6a6cc7dc5adc376c4ff082218d055d67bf3175 (diff)
parser.c is compiled unconditionally, there is no need to compile it
conditional to CONFIG_AC3_PARSER. Originally committed as revision 8895 to svn://svn.ffmpeg.org/ffmpeg/trunk
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 ac39dbc292..aa54781656 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -274,7 +274,7 @@ OBJS-$(CONFIG_XVID) += xvidff.o xvid_rc.o
OBJS-$(CONFIG_AAC_PARSER) += parser.o
-OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3tab.o
+OBJS-$(CONFIG_AC3_PARSER) += ac3tab.o
OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o
OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o
OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsubdec.o