Mercurial > libavcodec.hg
diff Makefile @ 4975:9a6a0818e93f libavcodec
split h264.c to move parser in its own file
author | aurel |
---|---|
date | Thu, 10 May 2007 22:26:44 +0000 |
parents | c443ed30f430 |
children | 9d7c1fbd3359 |
line wrap: on
line diff
--- a/Makefile Thu May 10 22:24:19 2007 +0000 +++ b/Makefile Thu May 10 22:26:44 2007 +0000 @@ -290,7 +290,7 @@ OBJS-$(CONFIG_DVDSUB_PARSER) += dvdsub_parser.o OBJS-$(CONFIG_H261_PARSER) += h261_parser.o OBJS-$(CONFIG_H263_PARSER) += h263_parser.o -OBJS-$(CONFIG_H264_PARSER) += h264.o +OBJS-$(CONFIG_H264_PARSER) += h264_parser.o OBJS-$(CONFIG_MJPEG_PARSER) += mjpeg.o OBJS-$(CONFIG_MPEG4VIDEO_PARSER) += mpeg4video_parser.o OBJS-$(CONFIG_MPEGAUDIO_PARSER) += mpegaudio_parser.o