log libswscale/Makefile @ 27447:d35a61df7122

age author description
2008-07-09 lu_zero Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
2008-06-08 diego OBJS should end in .o, not .c.
2008-06-08 diego VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
2008-05-05 diego cosmetics: sort lines (correctly)
2008-05-04 lu_zero cosmetics: Shuffle lines around and add empty lines.
2008-05-04 lu_zero Build sparc arch specific code using the Makefile
2008-05-04 diego cosmetics: alphabetical order
2008-04-07 mru non-recursive makefiles
2008-03-08 diego cosmetics: Remove useless empty line.
2008-03-08 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
2008-03-07 mru simplify library version handling
2008-03-06 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2007-10-18 diego Rename LIB to LIBNAME for consistency.
2007-08-30 diego cosmetics: Sort some lines, whitespace changes.
2007-06-22 mhoffman integrating ff_bfin_get_unscaled_swscale into the system
2007-06-16 reimar Missing libswscale part of TARGET_ -> HAVE_ change
2007-06-16 reimar Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.
2007-05-13 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
2007-04-26 diego Don't declare -lm as a dependency of swscale-example.
2007-02-27 diego Remove useless conditional.
2007-01-28 lu_zero Make example and test build and link correctly
2007-01-25 diego Simplify conditional compilation handling.
2006-12-22 lucabe Clarify that yuv2rgb_init.c cannot be used under LGPL
2006-12-20 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
2006-11-09 lucabe Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."
2006-10-23 lucabe Properly set EXTRALIBS
2006-10-11 diego Move CFLAGS handling to common.mak.
2006-10-07 diego Replace -I.. by -I$(BUILD_ROOT).
2006-10-05 diego Simplify test program build.
2006-10-05 diego Test programs depend on $(LIB).
2006-10-04 diego FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.
2006-10-04 diego Remove cs_test and swscale-example on clean.
2006-10-04 diego Remove redundant EXTRALIBS declaration.
2006-10-04 diego Simplify compilation call by using $(EXTRALIBS).
2006-08-21 lucabe Allow to compile swscale tests
2006-08-17 diego Move all internal -I parameters to the front of CFLAGS to avoid using external
2006-08-16 lucabe Fix compilation as a win32 shared library (libavutil must be explicitly linked)
2006-07-10 lucabe make libswscale build system similar to the libav* one
2006-06-30 lucabe Move postproc ---> libswscale