summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Collapse)AuthorAge
...
* Create shared libraries using versioned filenames and add -rpath-linkMåns Rullgård2006-05-11
| | | | | | | | to LDFLAGS so linker finds them when using --as-needed (which is default in some installations). Using --as-needed is generally a good thing, so add that explicitly as well. Originally committed as revision 5362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add EXTRADEPS variable for extra dependencies that need to be built first.Diego Biurrun2006-04-27
| | | | Originally committed as revision 5323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SRCS must be set using := or things break when ASM_OBJS is added to OBJSMåns Rullgård2006-02-27
| | | | Originally committed as revision 5069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create installation directories in the common install-* targets.Måns Rullgård2006-02-19
| | | | | | This is needed for components that override install locations (libpostproc). Originally committed as revision 5036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk