- 30 Jul, 2011 1 commit
-
-
Luca Barbato authored
The link target was missing $(EXAMPLES)
-
- 11 Jul, 2011 1 commit
-
-
Mans Rullgard authored
This variable is set to the same value for all directories. Adding the -L flags directly to LDFLAGS is simpler and achieves the same thing. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 10 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Declaring tools associated with each library in their respective makefiles allows these tools to easily depend on the correct prerequisites and link against the libs they need. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 28 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 26 Jun, 2011 2 commits
-
-
Mans Rullgard authored
This generates dependencies for the *-test.o files ensuring rebuilds when necessary. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Reimar Döffinger authored
This reverts commit 729f953f.
-
- 25 Jun, 2011 1 commit
-
-
Diego Biurrun authored
The dependency was added conditional to a variable that is always defined, so it is safe to add it directly.
-
- 23 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Setting SRC_PATH to "." when building in-tree removes the need for a quoted version of the source path since out-of-tree builds are not possible if the pathname contains spaces. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 03 Jun, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 24 May, 2011 1 commit
-
-
Carl Eugen Hoyos authored
-
- 31 Mar, 2011 1 commit
-
-
Michael Niedermayer authored
People did not like this change. This reverts commit e0be794a.
-
- 29 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Stripping is generally best left to package management tools, and since unstripped copies are kept in the build tree, any arguments about saving space (no matter how insignificant) are void. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Dec, 2010 1 commit
-
-
Ramiro Polla authored
Test programs may be named either %.c or %-test.c. In some cases (ie. fft), both files exist and make has to choose which rule to use. Up to gnu make 3.81, rules were applied in definition order, in this case favouring the generic %.c rule from common.mak. gnu make 3.82 uses a shortest stem first order, applying definition order for same length stems. In this case, %-test.c must come first in order for make to pick the proper source file. Originally committed as revision 25918 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This is no longer needed and causes incorrect output in some cases. Originally committed as revision 22583 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2010 5 commits
-
-
Måns Rullgård authored
I like it better this way. Originally committed as revision 22397 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22396 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22394 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
These rules use only global variables and thus do not need to be expanded. Originally committed as revision 22393 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22392 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2010 3 commits
-
-
Måns Rullgård authored
Originally committed as revision 22335 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22332 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22330 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 22294 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22280 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 8 commits
-
-
Måns Rullgård authored
Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22245 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
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
-
Måns Rullgård authored
Originally committed as revision 22243 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22242 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22241 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22239 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Originally committed as revision 22234 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jan, 2010 1 commit
-
-
Ramiro Polla authored
Get one step closer to world domination. Remove "make uninstall". Originally committed as revision 21466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21350 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 21320 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2010 1 commit
-
-
Måns Rullgård authored
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Jan, 2010 1 commit
-
-
Ramiro Polla authored
Remove "make uninstall". Originally committed as revision 21226 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Oct, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Oct, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk
-