[Ffmpeg-cvslog] r6988 - trunk/Makefile
Diego Biurrun
diego
Sun Nov 12 17:42:45 CET 2006
On Sun, Nov 12, 2006 at 05:37:32PM +0100, mru wrote:
>
> Log:
> fix make dep with some gcc versions
>
> --- trunk/Makefile (original)
> +++ trunk/Makefile Sun Nov 12 17:37:32 2006
> @@ -208,7 +208,7 @@
> .depend: $(SRCS) version.h
> - $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $^ 1>.depend
> + $(CC) -MM $(CFLAGS) $(SDL_CFLAGS) $(filter-out %.h,$^) 1>.depend
Thanks for fixing this, but I don't really like it much, it's just a gcc
bug workaround. I've switched to gcc 3.4 to resolve it myself.
Diego
More information about the ffmpeg-cvslog
mailing list