summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make example and test build and link correctlylu_zero2007-01-281-2/+2
* Simplify conditional compilation handling.diego2007-01-251-6/+3
* Clarify that yuv2rgb_init.c cannot be used under LGPLlucabe2006-12-221-2/+0
* Allow to compile swscale's non-SIMD code under the LGPL license.lucabe2006-12-201-1/+6
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."lucabe2006-11-091-1/+1
* Properly set EXTRALIBSlucabe2006-10-231-0/+2
* Move CFLAGS handling to common.mak.diego2006-10-111-4/+0
* Replace -I.. by -I$(BUILD_ROOT).diego2006-10-071-2/+1
* Simplify test program build.diego2006-10-051-3/+1
* Test programs depend on $(LIB).diego2006-10-051-2/+2
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.diego2006-10-041-1/+1
* Remove cs_test and swscale-example on clean.diego2006-10-041-0/+3
* Remove redundant EXTRALIBS declaration.diego2006-10-041-1/+0
* Simplify compilation call by using $(EXTRALIBS).diego2006-10-041-2/+2
* Allow to compile swscale testslucabe2006-08-211-0/+6
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)lucabe2006-08-161-0/+1
* make libswscale build system similar to the libav* onelucabe2006-07-101-43/+13
* Move postproc ---> libswscalelucabe2006-06-301-0/+52