[FFmpeg-cvslog] r15914 - trunk/Makefile
Diego Biurrun
diego
Sun Nov 23 13:49:01 CET 2008
On Sun, Nov 23, 2008 at 01:36:41PM +0100, mru wrote:
>
> Log:
> Build regression test data generators using HOSTCC
>
> --- trunk/Makefile (original)
> +++ trunk/Makefile Sun Nov 23 13:36:41 2008
> @@ -326,8 +326,8 @@ tests/vsynth2/00.pgm: tests/rotozoom$(EX
>
> -%$(EXESUF): %.c
> - $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $<
> +tests/%$(EXESUF): tests/%.c
> + $(HOSTCC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $< $(HOSTLIBS)
>
> tests/seek_test$(EXESUF): tests/seek_test.c $(FF_DEP_LIBS)
> $(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
Why not seek_test as well?
Diego
More information about the ffmpeg-cvslog
mailing list