[FFmpeg-cvslog] r15914 - trunk/Makefile
mru
subversion
Sun Nov 23 13:36:41 CET 2008
Author: mru
Date: Sun Nov 23 13:36:41 2008
New Revision: 15914
Log:
Build regression test data generators using HOSTCC
Modified:
trunk/Makefile
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sun Nov 23 13:36:41 2008
@@ -326,8 +326,8 @@ tests/vsynth2/00.pgm: tests/rotozoom$(EX
tests/asynth1.sw: tests/audiogen$(EXESUF)
$(BUILD_ROOT)/$< $@
-%$(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)
More information about the ffmpeg-cvslog
mailing list