]> git.sesse.net Git - ffmpeg/history - common.mak
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / common.mak
2007-09-15 Dave Yeoln is not available on all platforms, so introduce...
2007-07-21 Diego Biurruncosmetics: Use uppercase names for installation directo...
2007-07-19 Ramiro PollaRemove EXTRADEPS from common.mak since it is no longer...
2007-06-17 Måns Rullgårdadd "checkheaders" target
2007-06-10 Diego BiurrunWe do not create .d files, thus no need to remove them.
2007-06-10 Diego BiurrunMove libpostproc-specific uninstallation command to...
2007-06-03 Diego Biurrunreadability cosmetics
2007-04-03 Diego BiurrunAdd CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS...
2007-02-23 Diego BiurrunSimplify .depend file inclusion.
2007-01-25 Ramiro PollaRemove installstrip in favor of explicit strip; better...
2007-01-25 Diego BiurrunMove conditional CFLAGS and OBJS setting to common...
2007-01-21 Diego BiurrunRemove BeOS hack.
2006-12-22 Ramiro PollaInstall generated .lib files in shlibdir on MinGW.
2006-11-25 Diego BiurrunRemove redundant comment.
2006-11-15 Diego BiurrunRemove duplicate *.lib from rm command.
2006-11-08 Måns Rullgårdallow spaces in source and build directory names
2006-10-15 Diego BiurrunRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-11 Diego BiurrunMove CFLAGS handling to common.mak.
2006-10-08 Víctor PaesaQuote names individually, since otherwise the whole...
2006-10-05 Diego BiurrunSimplify test program build.
2006-10-04 Diego BiurrunLibraries are created in the build tree, not in the...
2006-10-04 Diego BiurrunReplace .. by $(SRC_PATH), otherwise there might be...
2006-10-03 Diego BiurrunMove EXTRALIBS handling to common.mak.
2006-10-03 Diego Biurrundepend and dep are really the same target.
2006-10-03 Diego BiurrunMark all phony targets as such.
2006-08-15 Diego BiurrunMac OS X requires running ranlib on static libraries...
2006-08-04 Diego BiurrunRemove MinGW specialcasing and make shared library...
2006-08-04 Diego BiurrunAdd quotes where necessary.
2006-08-03 Diego BiurrunShared libraries now go in $(shlibdir), not $(libdir).
2006-08-03 Diego BiurrunMove MinGW special casing for shared lib creation to...
2006-07-31 Diego Biurrunprettyprinting cosmetics
2006-07-31 Diego BiurrunCreate $(shlibdir), not $(libdir) for shared libs.
2006-07-15 Diego BiurrunCreate infrastructure to install shared and static...
2006-07-11 Diego BiurrunAlso remove versioned .so files on make clean.
2006-07-11 Diego BiurrunCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-10 Diego BiurrunMove gprof compiler flag handling to configure.
2006-07-10 Diego BiurrunMove MinGW LDFLAGS setting to configure.
2006-07-10 Diego BiurrunMove UltraSparc CFLAG addition to configure.
2006-06-01 Måns Rullgårdremove redundant make variable SUBDIR
2006-05-27 Diego BiurrunAdd a small comment about a part that should be in...
2006-05-18 Diego Biurrununinstallation support
2006-05-11 Måns RullgårdCreate shared libraries using versioned filenames and...
2006-04-27 Diego BiurrunAdd EXTRADEPS variable for extra dependencies that...
2006-02-27 Måns RullgårdSRCS must be set using := or things break when ASM_OBJS...
2006-02-19 Måns RullgårdCreate installation directories in the common install...
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak