[FFmpeg-cvslog] r8892 - trunk/libavcodec/Makefile
Dominik 'Rathann' Mierzejewski
dominik
Sat May 5 13:15:01 CEST 2007
On Saturday, 05 May 2007 at 11:15, diego wrote:
> Author: diego
> Date: Sat May 5 11:15:03 2007
> New Revision: 8892
>
> Log:
> parser.c is compiled unconditionally, there is no need to compile it
> conditional to CONFIG_CAVSVIDEO_PARSER.
>
>
> Modified:
> trunk/libavcodec/Makefile
>
> Modified: trunk/libavcodec/Makefile
> ==============================================================================
> --- trunk/libavcodec/Makefile (original)
> +++ trunk/libavcodec/Makefile Sat May 5 11:15:03 2007
> @@ -275,7 +275,7 @@ OBJS-$(CONFIG_XVID) +
>
> OBJS-$(CONFIG_AAC_PARSER) += parser.o
> OBJS-$(CONFIG_AC3_PARSER) += parser.o ac3tab.o
> -OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o parser.o
> +OBJS-$(CONFIG_CAVSVIDEO_PARSER) += cavs.o
Same thing in the two preceding lines, perhaps?
Regards,
R.
--
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
More information about the ffmpeg-cvslog
mailing list