[FFmpeg-cvslog] r12801 - trunk/libavcodec/Makefile
Diego Biurrun
diego
Mon Apr 14 23:40:10 CEST 2008
On Mon, Apr 14, 2008 at 04:23:59PM +0100, M?ns Rullg?rd wrote:
>
> Diego Biurrun wrote:
> > On Sun, Apr 13, 2008 at 12:22:47PM +0200, diego wrote:
> >>
> >> Log:
> >> Unset DIRS after including subdir.mak so that the variable is not used
> >> in the other subdirectory Makefiles.
> >>
> >> --- trunk/libavcodec/Makefile (original)
> >> +++ trunk/libavcodec/Makefile Sun Apr 13 12:22:46 2008
> >> @@ -472,6 +472,8 @@ DIRS = alpha armv4l bfin i386 mlib ppc p
> >>
> >> include $(SUBDIR)../subdir.mak
> >>
> >> +DIRS =
> >
> > This is hackish, but it works. On second thought, clearing it in
> > common.mak should be less ugly.
>
> Better yet, add it the list of variables to clear in the top-level
> Makefile.
Yes, that's better, done.
Diego
More information about the ffmpeg-cvslog
mailing list