summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-06 09:12:10 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-06 09:12:10 +0000
commit44c560003ad3eb6346485b6db0288c17e0402b91 (patch)
tree1e4effecda4d9a52dc65428bfa004c5e8a77a55b /libavcodec/Makefile
parent027f43f095c923843270da022f020737ab49511b (diff)
Move dvdsub parser to its own file.
Originally committed as revision 8910 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 7b8533fa0d..75d02b7d4a 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -278,7 +278,7 @@ OBJS-$(CONFIG_AC3_PARSER) += ac3tab.o
OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o
OBJS-$(CONFIG_DCA_PARSER) += dca_parser.o
OBJS-$(CONFIG_DVBSUB_PARSER) += dvbsub_parser.o
-OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsubdec.o
+OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsub_parser.o
OBJS-$(CONFIG_H261_PARSER) += h261_parser.o
OBJS-$(CONFIG_H263_PARSER) += h263dec.o
OBJS-$(CONFIG_H264_PARSER) += h264.o