summaryrefslogtreecommitdiffstats
path: root/libswscale/Makefile
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-2/+2
* Merge ARCH_BFIN lines.Diego Biurrun2008-11-031-3/+1
* Add tests target for libswscale test programs.Diego Biurrun2008-11-031-0/+2
* Remove forgotten ASM_OBJS in libswscaleMåns Rullgård2008-11-031-1/+1
* rgb2rgb.h was not really intended to be a public header, thus remove it.Michael Niedermayer2008-10-271-1/+1
* Split AVOption/AVClass in a separate file. SoC Patch from Keiji CostantiniLuca Barbato2008-07-091-1/+1
* OBJS should end in .o, not .c.Diego Biurrun2008-06-081-1/+1
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-1/+1
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-051-5/+2
* Cosmetics: reorder and align targetsLuca Barbato2008-05-041-1/+3
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-041-0/+3
* cosmetics: alphabetical orderDiego Biurrun2008-05-041-3/+1
* non-recursive makefilesMåns Rullgård2008-04-071-7/+6
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-081-1/+0
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+1
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-181-2/+2
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-301-4/+4
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-221-1/+3
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-161-1/+1
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-161-2/+2
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-131-0/+3
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-261-1/+2
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
* Make example and test build and link correctlyLuca Barbato2007-01-281-2/+2
* Simplify conditional compilation handling.Diego Biurrun2007-01-251-6/+3
* Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni2006-12-221-2/+0
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-201-1/+6
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."Luca Abeni2006-11-091-1/+1
* Properly set EXTRALIBSLuca Abeni2006-10-231-0/+2
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-111-4/+0
* Replace -I.. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-2/+1
* Simplify test program build.Diego Biurrun2006-10-051-3/+1
* Test programs depend on $(LIB).Diego Biurrun2006-10-051-2/+2
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.Diego Biurrun2006-10-041-1/+1
* Remove cs_test and swscale-example on clean.Diego Biurrun2006-10-041-0/+3
* Remove redundant EXTRALIBS declaration.Diego Biurrun2006-10-041-1/+0
* Simplify compilation call by using $(EXTRALIBS).Diego Biurrun2006-10-041-2/+2
* Allow to compile swscale testsLuca Abeni2006-08-211-0/+6
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-1/+1
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Luca Abeni2006-08-161-0/+1
* make libswscale build system similar to the libav* oneLuca Abeni2006-07-101-43/+13
* Move postproc ---> libswscaleLuca Abeni2006-06-301-0/+52
OpenPOWER on IntegriCloud