Måns Rullgård
71c61f62a3
non-recursive makefiles
...
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b8fcb619e9
simplify LDFLAGS and EXTRALIBS handling
...
Originally committed as revision 12683 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
82e8566a02
simplify vhook/*.o rule
...
Originally committed as revision 12682 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
43527e3edd
clean up DEP_LIBS setting
...
Originally committed as revision 12681 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
60080b0805
10l typo, restore forgotten $.
...
Originally committed as revision 12673 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Björn Axelsson
73e17cdb8c
Add libavutil to DEP_LIBS so that PROGS get rebuilt upon libavutil changes.
...
Closes issue 418, patch by Björn Axelsson, bjorn.axelsson intinor se
Originally committed as revision 12667 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
473a88caaf
fix ff*_g -> ff* rules
...
Originally committed as revision 12624 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9bcc2883ac
bandaid fix for broken shared library installation
...
Originally committed as revision 12617 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
dfd1083831
Move INSTALL_PROGS_TARGETS variable to a better place.
...
Originally committed as revision 12616 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
88ad036874
Handle EXTRALIBS and LDFLAGS for libswscale and libavfilter in a simpler way.
...
Originally committed as revision 12615 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
c1ac39b3df
Replace ifeq to declare install-progs dependencies by a variable.
...
Originally committed as revision 12613 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a7319cc22a
The install target should depend on enabled installation targets.
...
Originally committed as revision 12612 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e58cc8e604
Remove TAGS target. It is ages old and has never been updated to match
...
changes to the source tree. Thus it has to be completely unused.
Originally committed as revision 12610 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7716f7ffa3
Use common.mak in the top-level Makefile as well.
...
Originally committed as revision 12599 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
916dafd57c
cosmetics: Rename SRCS variable to PROGS_SRCS.
...
This is in preparation for common.mak inclusion in the main Makefile.
Originally committed as revision 12598 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f4428f9992
Merge LDFLAGS lines.
...
Originally committed as revision 12597 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2721715985
cosmetics: Move around some rules and variable declarations.
...
This is in preparation for common.mak inclusion in the main Makefile.
Originally committed as revision 12596 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
92e791ff37
cosmetics: Rename 'all' target to 'main'.
...
This is in preparation for common.mak inclusion in the main Makefile.
Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b1b184812c
Merge binary generation rules.
...
Originally committed as revision 12455 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
a426bbfc28
set SRC_DIR in top-leve Makefile
...
Originally committed as revision 12453 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e6a383d695
Use $< to simplify a few lines.
...
Originally committed as revision 12451 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6e69586b44
Build ffserver_g as well as ffserver, consistent with the other binaries.
...
Originally committed as revision 12439 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
315c741d3d
Move dependency generation commands into configure.
...
This will allow specifying gcc-independent commands in the future.
Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f63b6dc0ff
Do not calculate dependencies for header files in the .vhookdepend target.
...
Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8df4da4eb3
Use $^ without header files instead of $(SRCS) to reference the dependencies
...
of the .depend target. $^ apparently includes the full path to files found
in a vpath directory, $(SRCS) does not. This makes out of tree builds fail.
Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
1b9cec96e1
Remove windows installer. I'm not aware of anyone that uses it.
...
Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
30a3ad750b
Simplify .depend generation command.
...
Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7853bf93b2
Replace the awkward '1>' with the more natural '>'.
...
Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3c889b5cf7
Merge SDL_CFLAGS handling for files that need it.
...
Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bab785a5f9
vhooks really need libav* even if they compile fine without on Linux.
...
Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
13ca50f367
Rename --enable-swscaler --> enable-swscale to be consistent with the
...
directory name and other option names. Also rename variables accordingly.
Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4a24ab64b1
Rename pp variable to postproc for consistency.
...
Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
61c510887b
cosmetics: prettyprinting
...
Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3d323571d6
Install libavfilter if it has been enabled.
...
Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4c85ae7ba5
The videohook target does not depend on .libs.
...
Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
733a6d8360
Remove mp4psp regression test
...
The PSP MP4 format requires an AAC audio stream, so until
we have an AAC encoder we cannot test this format.
The existing test is broken and does not actually use the
PSP format.
Originally committed as revision 12359 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
9dc92a38a0
IMA ADPCM encoder - QT variant
...
Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
de2f77d865
allow vpath search only for source files
...
Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f7679c54dd
Build system changes for libavfilter addition. Add --enable-avfilter configure option.
...
Patch by myself, Bobby Bingham and Víctor Paesa.
Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
4411cb11f8
use diff -u -w in codec regression test
...
Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b147ec08c3
do not run ldconfig after installing shared libraries
...
Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
2009721d99
split lavf regression tests
...
Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
4383ed5cba
split regression tests allowing make to run them in parallel
...
Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b15136b793
seektest depends on both codectest and libavtest.
...
Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
20963a7156
whitespace cosmetics
...
Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
a11f43a466
remove some ifeq ($(CONFIG_FOO),yes)
...
Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1521c500da
Merge rules for tools/* into a generic rule.
...
Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2b258bbaad
Properly remove tools on clean.
...
Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Pettenò
fc900b7b65
Make .vhookdep depend on version.h, same as .depend.
...
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 11543 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d75dcfdceb
Add compilation rule for tools/pktdumper.
...
Originally committed as revision 11530 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago