]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - common.mak
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
[frescor/ffmpeg.git] / common.mak
2007-07-21 diegocosmetics: Use uppercase names for installation directo...
2007-07-19 ramiroRemove EXTRADEPS from common.mak since it is no longer...
2007-06-17 mruadd "checkheaders" target
2007-06-10 diegoWe do not create .d files, thus no need to remove them.
2007-06-10 diegoMove libpostproc-specific uninstallation command to...
2007-06-03 diegoreadability cosmetics
2007-04-03 diegoAdd CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS...
2007-02-23 diegoSimplify .depend file inclusion.
2007-01-25 diegoRemove installstrip in favor of explicit strip; better...
2007-01-25 diegoMove conditional CFLAGS and OBJS setting to common...
2007-01-21 diegoRemove BeOS hack.
2006-12-22 diegoInstall generated .lib files in shlibdir on MinGW.
2006-11-25 diegoRemove redundant comment.
2006-11-15 diegoRemove duplicate *.lib from rm command.
2006-11-08 mruallow spaces in source and build directory names
2006-10-15 diegoRevert putting EXTRALIBS in common.mak, linking fails...
2006-10-11 diegoMove CFLAGS handling to common.mak.
2006-10-08 diegoQuote names individually, since otherwise the whole...
2006-10-05 diegoSimplify test program build.
2006-10-04 diegoLibraries are created in the build tree, not in the...
2006-10-04 diegoReplace .. by $(SRC_PATH), otherwise there might be...
2006-10-03 diegoMove EXTRALIBS handling to common.mak.
2006-10-03 diegodepend and dep are really the same target.
2006-10-03 diegoMark all phony targets as such.
2006-08-15 diegoMac OS X requires running ranlib on static libraries...
2006-08-04 diegoRemove MinGW specialcasing and make shared library...
2006-08-04 diegoAdd quotes where necessary.
2006-08-03 diegoShared libraries now go in $(shlibdir), not $(libdir).
2006-08-03 diegoMove MinGW special casing for shared lib creation to...
2006-07-31 diegoprettyprinting cosmetics
2006-07-31 diegoCreate $(shlibdir), not $(libdir) for shared libs.
2006-07-15 diegoCreate infrastructure to install shared and static...
2006-07-11 diegoAlso remove versioned .so files on make clean.
2006-07-11 diegoCONFIG_WIN32 implies MinGW and Cygwin and possibly...
2006-07-10 diegoMove gprof compiler flag handling to configure.
2006-07-10 diegoMove MinGW LDFLAGS setting to configure.
2006-07-10 diegoMove UltraSparc CFLAG addition to configure.
2006-06-01 mruremove redundant make variable SUBDIR
2006-05-27 diegoAdd a small comment about a part that should be in...
2006-05-18 diegouninstallation support
2006-05-11 mruCreate shared libraries using versioned filenames and...
2006-04-27 diegoAdd EXTRADEPS variable for extra dependencies that...
2006-02-27 mruSRCS must be set using := or things break when ASM_OBJS...
2006-02-19 mruCreate installation directories in the common install...
2006-02-13 mrumove common parts of makefiles into common.mak