aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/Makefile
Commit message (Expand)AuthorAge
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniGravatar lu_zero2008-07-09
* OBJS should end in .o, not .c.Gravatar diego2008-06-08
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Gravatar diego2008-06-08
* cosmetics: sort lines (correctly)Gravatar diego2008-05-05
* cosmetics: Shuffle lines around and add empty lines.Gravatar lu_zero2008-05-04
* Build sparc arch specific code using the MakefileGravatar lu_zero2008-05-04
* cosmetics: alphabetical orderGravatar diego2008-05-04
* non-recursive makefilesGravatar mru2008-04-07
* cosmetics: Remove useless empty line.Gravatar diego2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Gravatar diego2008-03-08
* simplify library version handlingGravatar mru2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentGravatar mru2008-03-06
* Rename LIB to LIBNAME for consistency.Gravatar diego2007-10-18
* cosmetics: Sort some lines, whitespace changes.Gravatar diego2007-08-30
* integrating ff_bfin_get_unscaled_swscale into the systemGravatar mhoffman2007-06-22
* Missing libswscale part of TARGET_ -> HAVE_ changeGravatar reimar2007-06-16
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Gravatar reimar2007-06-16
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Gravatar gpoirier2007-05-13
* Don't declare -lm as a dependency of swscale-example.Gravatar diego2007-04-26
* Remove useless conditional.Gravatar diego2007-02-27
* Make example and test build and link correctlyGravatar lu_zero2007-01-28
* Simplify conditional compilation handling.Gravatar diego2007-01-25
* Clarify that yuv2rgb_init.c cannot be used under LGPLGravatar lucabe2006-12-22
* Allow to compile swscale's non-SIMD code under the LGPL license.Gravatar lucabe2006-12-20
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."Gravatar lucabe2006-11-09
* Properly set EXTRALIBSGravatar lucabe2006-10-23
* Move CFLAGS handling to common.mak.Gravatar diego2006-10-11
* Replace -I.. by -I$(BUILD_ROOT).Gravatar diego2006-10-07
* Simplify test program build.Gravatar diego2006-10-05
* Test programs depend on $(LIB).Gravatar diego2006-10-05
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.Gravatar diego2006-10-04
* Remove cs_test and swscale-example on clean.Gravatar diego2006-10-04
* Remove redundant EXTRALIBS declaration.Gravatar diego2006-10-04
* Simplify compilation call by using $(EXTRALIBS).Gravatar diego2006-10-04
* Allow to compile swscale testsGravatar lucabe2006-08-21
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Gravatar lucabe2006-08-16
* make libswscale build system similar to the libav* oneGravatar lucabe2006-07-10
* Move postproc ---> libswscaleGravatar lucabe2006-06-30