summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
Commit message (Expand)AuthorAge
...
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-14
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* move adler32 to libavutilMåns Rullgård2006-07-13
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* compile md5 and include in libavutil.aIvo van Poorten2006-07-02
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
* Remove some lines that are duplicated in common.mak.Diego Biurrun2006-05-17
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-23
* generic crc calculation codeMichael Niedermayer2006-03-06
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
* Simplify header installation.Diego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-29
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* SONAME support for shared libsLuca Barbato2005-12-10
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-07
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
* add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)j@v2v.cc2005-08-06
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01