summaryrefslogtreecommitdiff
path: root/common.mak
Commit message (Collapse)AuthorAge
...
* Fix build with compilers using a separate dependency commandMåns Rullgård2010-03-06
| | | | Originally committed as revision 22249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prettify make outputMåns Rullgård2010-03-06
| | | | | | | This gives brief messages from make by default. For full command echoing, add V=1 to make command line. Originally committed as revision 22244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Stop make deleting intermediate files (ffmpeg.o and friends)Måns Rullgård2010-02-27
| | | | Originally committed as revision 22094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable suffix rulesMåns Rullgård2010-02-25
| | | | | | | | Most of the make builtin rules, which we do not need, are suffix rules, and we use only new-style pattern rules. Disabling suffix rules saves some time when building on slow systems. Originally committed as revision 22064 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move ECFLAGS so it doesn't get added multiple timesMåns Rullgård2010-01-28
| | | | Originally committed as revision 21520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Append ECFLAGS to CFLAGSMåns Rullgård2010-01-28
| | | | | | | This makes it easy to supply extra flags on the make command line for testing purposes. Originally committed as revision 21515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r21226, it was a joke:Ramiro Polla2010-01-26
| | | | | | | Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
| | | | | | Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get one step closer to world domination.Ramiro Polla2010-01-15
| | | | | | Remove "make uninstall". Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Delete *.d files with make cleanMåns Rullgård2009-11-22
| | | | Originally committed as revision 20577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic rules for building helpers with HOSTCCMåns Rullgård2009-10-29
| | | | Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add PIC flags early so tests they affect give correct resultsMåns Rullgård2009-08-23
| | | | | | This is mainly the checks for ebx on x86, but possibly others too. Originally committed as revision 19687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip headers requiring external libs not present in checkheadersMåns Rullgård2009-08-23
| | | | Originally committed as revision 19685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate dependencies while compiling if supported by compilerMåns Rullgård2009-08-08
| | | | Originally committed as revision 19609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate dependencies when object files are builtMåns Rullgård2009-08-08
| | | | Originally committed as revision 19608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace BUILD_{SHARED,STATIC} with CONFIG_ counterpartsMåns Rullgård2009-07-28
| | | | Originally committed as revision 19527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move output redirection of deps generation from make rule to DEPEND_CMDMåns Rullgård2009-07-22
| | | | Originally committed as revision 19493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Append the user CPPFLAGS value to the CPPFLAGS used for compilation,Stefano Sabatini2009-07-12
| | | | | | | | | | rather than prepend it. This way there is the guarantee that the included headers are those in the FFmpeg sources, rather than pre-installed headers referenced by the user CPPFLAGS. Originally committed as revision 19416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass ASFLAGS to assembler instead of CFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow unusual ways of specifying compiler output fileMåns Rullgård2009-07-12
| | | | | | | | Some compilers do not use the typical -c -o foo.o style. This allows compiler-specific equivalents to be set by the configure script. Originally committed as revision 19409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set CFLAGS directly in config.mak instead of using OPTFLAGSMåns Rullgård2009-07-12
| | | | Originally committed as revision 19406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate C preprocessor flags into CPPFLAGS variableMåns Rullgård2009-07-12
| | | | Originally committed as revision 19404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 haveDave Yeo2009-05-29
| | | | | | | | generated map files as well, so map files need to be removed in all places where executables are removed. patch by Dave Yeo, daveryeo telus net Originally committed as revision 18981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building from within subdirsMåns Rullgård2009-05-20
| | | | Originally committed as revision 18881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it.Diego Biurrun2009-04-12
| | | | Originally committed as revision 18478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always use -L flags for all subdirsMåns Rullgård2009-04-01
| | | | Originally committed as revision 18295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move make rules applicable only to subdirs into subdir.makMåns Rullgård2009-04-01
| | | | Originally committed as revision 18294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun2009-03-29
| | | | | | suffix for all example files instead of doing this in individual Makefiles. Originally committed as revision 18217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a wildcard match instead of a list to remove test programs.Diego Biurrun2009-03-26
| | | | | | | This is robust against renames and also removes test programs not (yet) hooked up in the main Makefiles. Originally committed as revision 18193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun2009-03-25
| | | | Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prettyprinting cosmeticsDiego Biurrun2009-03-25
| | | | Originally committed as revision 18188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename 'tests' target to 'testprogs'. It is too easily confused with theDiego Biurrun2009-03-22
| | | | | | 'test' target and a directory named tests exists. Originally committed as revision 18165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add rule for building API example programs.Diego Biurrun2009-03-22
| | | | Originally committed as revision 18161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all clean targets as phony.Diego Biurrun2009-03-13
| | | | Originally committed as revision 17950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-05
| | | | | | | Assembler files using the GNU syntax need to be processed by gcc, whichever compiler is used for C files. Originally committed as revision 17827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun2009-03-03
| | | | | | CFLAGS. Apparently there are some systems that do not like these definitions. Originally committed as revision 17755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version.h should depend on config.mak.Diego Biurrun2009-03-02
| | | | | | | The extra version string that is passed to configure is recorded in config.mak and changes to config.mak can therefore make version.h rebuilds necessary. Originally committed as revision 17730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix version.h dependency on version.shMåns Rullgård2009-01-26
| | | | Originally committed as revision 16801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* version.h depends on version.sh.Diego Biurrun2009-01-26
| | | | Originally committed as revision 16799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend 'checkheaders' target to architecture-specific subdirectories.Diego Biurrun2009-01-11
| | | | Originally committed as revision 16559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
| | | | | | | It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
| | | | | | | There is no longer any need to differentiate the object files by source type. Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused SRCS make variableMåns Rullgård2008-10-25
| | | | Originally committed as revision 15707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for passing a version string to configure that is appended toDiego Biurrun2008-09-26
| | | | | | | FFmpeg's version string output. This can be used by distributions to mark their packages as being modified versions without hacking the sources. Originally committed as revision 15433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l, revert mistakely commited and unrelated hunk.Michael Niedermayer2008-08-13
| | | | Originally committed as revision 14730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move -D_ISOC9X_SOURCE to configure so its available to all tests.Michael Niedermayer2008-08-13
| | | | Originally committed as revision 14729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yasm buildsystemLoren Merritt2008-08-11
| | | | Originally committed as revision 14696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regenerate dependencies when building object filesMåns Rullgård2008-07-09
| | | | Originally committed as revision 14143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable version.h to be created from subdirsMåns Rullgård2008-06-19
| | | | Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generate pkg-config files in each library subdirectory so that they doDiego Biurrun2008-06-16
| | | | | | not clutter the root of the source tree. Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk