44 Commits (bfe3676feb5548993292b806de45a1cbc746c05f)

Author SHA1 Message Date
Diego Biurrun 4d382e2076 cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Diego Biurrun 6408c25b95 Merge ARCH_BFIN lines. 16 years ago
Diego Biurrun efa430faed Add tests target for libswscale test programs. 16 years ago
Måns Rullgård 1a220bcde3 Remove forgotten ASM_OBJS in libswscale 16 years ago
Michael Niedermayer bddddb5a0b rgb2rgb.h was not really intended to be a public header, thus remove it. 16 years ago
Luca Barbato e40b183d3a Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini 16 years ago
Diego Biurrun b146e17df5 OBJS should end in .o, not .c. 17 years ago
Jan Knutar 862ae1d6a2 VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. 17 years ago
Diego Biurrun 8ab52e71e1 cosmetics: sort lines (correctly) 17 years ago
Luca Barbato e3e0d99332 Cosmetics: reorder and align targets 17 years ago
Luca Barbato 5478959b8f Build sparc arch specific code using the Makefile 17 years ago
Diego Biurrun 4405c986f9 cosmetics: alphabetical order 17 years ago
Måns Rullgård 7669899bdf non-recursive makefiles 17 years ago
Diego Biurrun 69ed2c3b92 cosmetics: Remove useless empty line. 17 years ago
Diego Biurrun 2e7bd34493 cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
Måns Rullgård 6b60ac3ee5 simplify library version handling 17 years ago
Måns Rullgård b10b849f35 consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment 17 years ago
Diego Biurrun 2f3cbef06e Rename LIB to LIBNAME for consistency. 17 years ago
Diego Biurrun 035c591983 cosmetics: Sort some lines, whitespace changes. 17 years ago
Marc Hoffman 1ebbfe159f integrating ff_bfin_get_unscaled_swscale into the system 18 years ago
Reimar Döffinger a444671542 Missing libswscale part of TARGET_ -> HAVE_ change 18 years ago
Reimar Döffinger 6e6203fb1c Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. 18 years ago
Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
Diego Biurrun c36bd2866a Don't declare -lm as a dependency of swscale-example. 18 years ago
Diego Biurrun 2bfdde2435 Remove useless conditional. 18 years ago
Luca Barbato 66e9de3891 Make example and test build and link correctly 18 years ago
Diego Biurrun 91f2de5e18 Simplify conditional compilation handling. 18 years ago
Luca Abeni d32d303568 Clarify that yuv2rgb_init.c cannot be used under LGPL 18 years ago
Luca Abeni 9bde778e73 Allow to compile swscale's non-SIMD code under the LGPL license. 18 years ago
Luca Abeni 7964ed71e9 Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." 18 years ago
Luca Abeni 7c9c296648 Properly set EXTRALIBS 18 years ago
Diego Biurrun 086b05cdad Move CFLAGS handling to common.mak. 18 years ago
Diego Biurrun 21423ad9b7 Replace -I.. by -I$(BUILD_ROOT). 18 years ago
Diego Biurrun aae0bc19b1 Simplify test program build. 18 years ago
Diego Biurrun 6a07717908 Test programs depend on $(LIB). 18 years ago
Diego Biurrun 777938e190 FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS. 18 years ago
Diego Biurrun c55f606397 Remove cs_test and swscale-example on clean. 18 years ago
Diego Biurrun 69402a1073 Remove redundant EXTRALIBS declaration. 18 years ago
Diego Biurrun 7fe1cbd814 Simplify compilation call by using $(EXTRALIBS). 18 years ago
Luca Abeni 7f3f497a0b Allow to compile swscale tests 18 years ago
Diego Biurrun 751b900479 Move all internal -I parameters to the front of CFLAGS to avoid using external 18 years ago
Luca Abeni 1246640aa2 Fix compilation as a win32 shared library (libavutil must be explicitly linked) 18 years ago
Luca Abeni 57b3c36d0f make libswscale build system similar to the libav* one 18 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 18 years ago
Diego Biurrun e435887cf6 Make clean/distclean behave uniformly in all directories. 19 years ago
Michael Niedermayer a31de95620 altivec yuv->rgb converter 21 years ago
Alex Beregszaszi 5ea951b74e ranlib cleanup by Dan Christiansen 21 years ago
Alex Beregszaszi 7855ef1ce4 remove cs_test and swscale-example too 21 years ago
Alex Beregszaszi f184683552 cs_test cleanup and fix compilation if gui enabled 22 years ago
Michael Niedermayer 700490a4d1 remove remaining cpudetect dependancy 22 years ago