146 Commits (bf176f58b79e9bbbcc0eb243d39fda3f2419992c)

Author SHA1 Message Date
Stefano Sabatini aac6ca6978 Add libavcore. 14 years ago
Måns Rullgård 11d788cade Stop make complaining about moved/deleted headers 14 years ago
Måns Rullgård 7f02d3570a Add -I flags to HOSTCFLAGS 14 years ago
Måns Rullgård bf9aa44bf4 Fix brief make messages when CC etc are specified on command line 14 years ago
Måns Rullgård de5aba8cca Make ranlib silent in brief output mode 15 years ago
Måns Rullgård 7732f641ff Fix brief make output for generated tables 15 years ago
Måns Rullgård 0680c40a25 Remove .SECONDARY directive 15 years ago
Måns Rullgård 6a53fffd77 Improve version.h generation 15 years ago
Måns Rullgård 93bff1de77 Replace $(G) with more generic $(M) in silent make rules 15 years ago
Måns Rullgård 86be2bc36f Prettify make output for documentation 15 years ago
Måns Rullgård a736e0e5c2 Prettify make output when generating headers 15 years ago
Måns Rullgård 451db9832c Simplify static/shared build rules 15 years ago
Måns Rullgård 7acc01042e Remove duplicates from OBJS 15 years ago
Måns Rullgård f89c14027a checkheaders: skip per-arch headers not meant for direct inclusion 15 years ago
Måns Rullgård 2a5500b13e Add TESTOBJS make variable for extra objects used by test apps 15 years ago
Måns Rullgård 9b55e2e727 Skip cmdutils_common_opts.h fragment in checkheaders 15 years ago
Måns Rullgård 72c2bdebcf Define HAVE_AV_CONFIG_H only when building libraries 15 years ago
Måns Rullgård a0ac950109 Fix build with compilers using a separate dependency command 15 years ago
Måns Rullgård 63611f31e8 Prettify make output 15 years ago
Måns Rullgård 1d53620311 Stop make deleting intermediate files (ffmpeg.o and friends) 15 years ago
Måns Rullgård f3a572ca14 Disable suffix rules 15 years ago
Måns Rullgård 8be0a5c384 Move ECFLAGS so it doesn't get added multiple times 15 years ago
Måns Rullgård 604b2f5276 Append ECFLAGS to CFLAGS 15 years ago
Ramiro Polla d3cb93b374 Revert r21226, it was a joke: 15 years ago
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 15 years ago
Ramiro Polla 93fe7eb68d Get one step closer to world domination. 15 years ago
Måns Rullgård 79de9c83e0 Delete *.d files with make clean 15 years ago
Måns Rullgård de4070b520 Add generic rules for building helpers with HOSTCC 15 years ago
Måns Rullgård bce7b696a2 Add PIC flags early so tests they affect give correct results 15 years ago
Måns Rullgård 95f2c769c3 Skip headers requiring external libs not present in checkheaders 15 years ago
Måns Rullgård 07dec06e6a Generate dependencies while compiling if supported by compiler 15 years ago
Måns Rullgård c1c3933a98 Generate dependencies when object files are built 15 years ago
Måns Rullgård bea81a52c9 Replace BUILD_{SHARED,STATIC} with CONFIG_ counterparts 15 years ago
Måns Rullgård adcb219081 Move output redirection of deps generation from make rule to DEPEND_CMD 15 years ago
Stefano Sabatini 04a803bef4 Append the user CPPFLAGS value to the CPPFLAGS used for compilation, 15 years ago
Måns Rullgård 2f2e6c7ce1 Pass ASFLAGS to assembler instead of CFLAGS 15 years ago
Måns Rullgård 7e6c86e65d Allow unusual ways of specifying compiler output file 15 years ago
Måns Rullgård 3198f6187a Set CFLAGS directly in config.mak instead of using OPTFLAGS 15 years ago
Måns Rullgård 50a334e426 Separate C preprocessor flags into CPPFLAGS variable 15 years ago
Dave Yeo 8e8a67faec Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have 16 years ago
Måns Rullgård b4c80b649e Fix building from within subdirs 16 years ago
Diego Biurrun c5662879ff Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. 16 years ago
Måns Rullgård bdc2cc16eb Always use -L flags for all subdirs 16 years ago
Måns Rullgård 3fd422ff77 Move make rules applicable only to subdirs into subdir.mak 16 years ago
Diego Biurrun 43a0cb7ca2 Generalize example target rule in common.mak so that it sets a -example$(EXESUF) 16 years ago
Diego Biurrun 3344cf851c Use a wildcard match instead of a list to remove test programs. 16 years ago
Diego Biurrun 7304c2c4ce Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. 16 years ago
Diego Biurrun 6ccf540fa5 prettyprinting cosmetics 16 years ago
Diego Biurrun 661ce28996 Rename 'tests' target to 'testprogs'. It is too easily confused with the 16 years ago
Diego Biurrun 6708cfc4d3 Add rule for building API example programs. 16 years ago