[MPlayer-cvslog] r29041 - trunk/Makefile
Uoti Urpala
uoti.urpala at pp1.inet.fi
Tue Mar 24 00:46:03 CET 2009
On Mon, 2009-03-23 at 23:42 +0100, diego wrote:
> Log:
> Do not use full CFLAGS to build codec-cfg, they are unnecessary.
> codec-cfg$(EXESUF): codec-cfg.c help_mp.h
> - $(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
> + $(HOST_CC) -O -DCODECS2HTML -I. -o $@ $<
This exactly reverts a commit you did earlier. Have the reasons for that
earlier change disappeared? (IIRC it was done for separate libavutil
support or something like that.)
More information about the MPlayer-cvslog
mailing list