]> git.sesse.net Git - ffmpeg/history - common.mak
allow ffmpeg to read mp3s beginning with partial frames
[ffmpeg] / common.mak
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