log libswscale/Makefile @ 22620:565f3290908e

age author description
Tue, 27 Feb 2007 00:19:01 +0000 diego Remove useless conditional.
Sun, 28 Jan 2007 17:52:59 +0000 lu_zero Make example and test build and link correctly
Thu, 25 Jan 2007 00:35:29 +0000 diego Simplify conditional compilation handling.
Fri, 22 Dec 2006 17:57:19 +0000 lucabe Clarify that yuv2rgb_init.c cannot be used under LGPL
Wed, 20 Dec 2006 13:09:29 +0000 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
Thu, 09 Nov 2006 15:13:56 +0000 lucabe Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
Mon, 23 Oct 2006 14:03:49 +0000 lucabe Properly set EXTRALIBS
Wed, 11 Oct 2006 08:30:22 +0000 diego Move CFLAGS handling to common.mak.
Sat, 07 Oct 2006 09:23:09 +0000 diego Replace -I.. by -I$(BUILD_ROOT).
Thu, 05 Oct 2006 17:11:05 +0000 diego Simplify test program build.
Thu, 05 Oct 2006 00:57:48 +0000 diego Test programs depend on $(LIB).
Wed, 04 Oct 2006 22:18:40 +0000 diego FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
Wed, 04 Oct 2006 14:02:42 +0000 diego Remove cs_test and swscale-example on clean.
Wed, 04 Oct 2006 14:00:14 +0000 diego Remove redundant EXTRALIBS declaration.
Wed, 04 Oct 2006 13:56:24 +0000 diego Simplify compilation call by using $(EXTRALIBS).