Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
2006-10-08Quote names individually, since otherwise the whole list was understoodVíctor Paesa
2006-10-05Simplify test program build.Diego Biurrun
2006-10-04Libraries are created in the build tree, not in the source tree.Diego Biurrun
2006-10-04Replace .. by $(SRC_PATH), otherwise there might be problems withDiego Biurrun
2006-10-03Move EXTRALIBS handling to common.mak.Diego Biurrun
2006-10-03depend and dep are really the same target.Diego Biurrun
2006-10-03Mark all phony targets as such.Diego Biurrun
2006-08-15Mac OS X requires running ranlib on static libraries after installation.Diego Biurrun
2006-08-04Remove MinGW specialcasing and make shared library installation compatibleDiego Biurrun
2006-08-04Add quotes where necessary.Diego Biurrun
2006-08-04Shared libraries now go in $(shlibdir), not $(libdir).Diego Biurrun
2006-08-03Move MinGW special casing for shared lib creation to configure.Diego Biurrun
2006-08-01prettyprinting cosmeticsDiego Biurrun
2006-08-01Create $(shlibdir), not $(libdir) for shared libs.Diego Biurrun
2006-07-16Create infrastructure to install shared and static libs into different places.Diego Biurrun
2006-07-12Also remove versioned .so files on make clean.Diego Biurrun
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-07-10Move gprof compiler flag handling to configure.Diego Biurrun
2006-07-10Move MinGW LDFLAGS setting to configure.Diego Biurrun
2006-07-10Move UltraSparc CFLAG addition to configure.Diego Biurrun
2006-06-02remove redundant make variable SUBDIRMåns Rullgård
2006-05-27Add a small comment about a part that should be in configure.Diego Biurrun
2006-05-18uninstallation supportDiego Biurrun
2006-05-12Create shared libraries using versioned filenames and add -rpath-linkMåns Rullgård
2006-04-27Add EXTRADEPS variable for extra dependencies that need to be built first.Diego Biurrun
2006-02-27SRCS must be set using := or things break when ASM_OBJS is added to OBJSMåns Rullgård
2006-02-19Create installation directories in the common install-* targets.Måns Rullgård
2006-02-13move common parts of makefiles into common.makMåns Rullgård