Diego Biurrun
|
3263626feb
Mark all phony targets as such.
|
18 years ago |
Diego Biurrun
|
902d3c6d33
Add codectest to test targets.
|
18 years ago |
Diego Biurrun
|
eaa6d7b683
make depend should recurse into libswscale as well.
|
18 years ago |
Diego Biurrun
|
4054e2452f
Remove bogus .PHONY declaration from version.h target.
|
18 years ago |
Måns Rullgård
|
496cfa3c9e
ffmpeg, ffplay, ffserver need version.h
|
18 years ago |
Diego Biurrun
|
691c480e7f
Fix 'make depend' for libpostproc.
|
18 years ago |
Måns Rullgård
|
f3cd195aac
add our -L flags before any other linker flags
|
18 years ago |
Måns Rullgård
|
3acc68b4ff
fix out of tree builds
|
18 years ago |
Panagiotis Issaris
|
8dc6f118b7
Add -lav* to the front of LDFLAGS, fixes linking on Linux.
|
18 years ago |
Diego Biurrun
|
6de9e50649
FFLIBS --> EXTRALIBS
|
18 years ago |
Diego Biurrun
|
f381af7b7f
Remove pointless variable indirection.
|
18 years ago |
Diego Biurrun
|
a9550eb670
simplify
|
18 years ago |
Diego Biurrun
|
cc654dd7b6
FFLIBDIRS --> LDFLAGS
|
18 years ago |
Diego Biurrun
|
91beada72a
Some gcc versions dislike version.h to appear in the list of files to
|
18 years ago |
Diego Biurrun
|
92c3ef657b
FFMPEG_VERSION was moved to version.h.
|
18 years ago |
Luca Abeni
|
790c9ca72a
Enable swscale usage in ffmpeg
|
18 years ago |
Diego Biurrun
|
c536cb09f9
Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.
|
18 years ago |
Måns Rullgård
|
4b65d88fd7
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
|
18 years ago |
Diego Biurrun
|
2f30a81d19
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
|
18 years ago |
Diego Biurrun
|
1db54e20ff
Move gprof compiler flag handling to configure.
|
18 years ago |
Diego Biurrun
|
dea4953d82
Remove silly TEST variable that is used in one line but not directly above.
|
18 years ago |
Diego Biurrun
|
f130fd4630
cosmetics: Break overly long lines.
|
18 years ago |
Diego Biurrun
|
5c6a5d584e
simplify
|
18 years ago |
Luca Barbato
|
bf8409947f
make distclean clean everything
|
18 years ago |
Måns Rullgård
|
54003e1a70
get svn version when using separate build tree
|
18 years ago |
Diego Biurrun
|
fd071c2659
.depend needs version.h, noticed by Uoti Urpala
|
18 years ago |
Diego Biurrun
|
f1cc88a5d6
Use Subversion revision for FFMPEG_VERSION.
|
18 years ago |
Diego Biurrun
|
0cfd96cc1f
Avoid binary stripping rule code duplication.
|
18 years ago |
Måns Rullgård
|
5d38ba3384
put local -L flags first in link commands
|
18 years ago |
Diego Biurrun
|
36b1b0bcc6
CVS --> Subversion
|
18 years ago |
Diego Biurrun
|
ea0f0681a6
'make depend' should recurse into libavutil as well.
|
18 years ago |
Diego Biurrun
|
6d9a242106
libavcodec/libpostproc ---> libpostproc
|
18 years ago |
Diego Biurrun
|
6b991cb29f
Generate the list of all programs, unstripped programs and man pages in a more
|
18 years ago |
Diego Biurrun
|
7d2f45464b
Rename singular variables to more sensible plural form.
|
18 years ago |
Diego Biurrun
|
f9edb71744
uninstallation support
|
18 years ago |
Diego Biurrun
|
5d22ccf73f
cosmetics: Prettyprint some commands.
|
18 years ago |
Diego Biurrun
|
1e7ffa50b7
Use '-' instead of '|| true' to ignore errors.
|
18 years ago |
Baptiste Coudurier
|
95ca7c94e4
use CFLAGS when compiling qt-faststart, to enable largefile support
|
18 years ago |
Måns Rullgård
|
c7bb67c485
Create installation directories in the common install-* targets.
|
18 years ago |
Måns Rullgård
|
2fdd5a68d3
add quotes around $(libdir)
|
18 years ago |
Måns Rullgård
|
8b2121e3de
move common parts of makefiles into common.mak
|
18 years ago |
Alexander Strasser
|
46ff904f3d
Build also ffserver (if configured) when doing `make test' .
|
18 years ago |
Diego Biurrun
|
1a9150b194
Move libpostproc compilation to the top-level Makefile.
|
18 years ago |
Diego Biurrun
|
dc2a1ce5c0
Simplify header installation.
|
18 years ago |
Diego Biurrun
|
a4848db6fe
Make sure that install-progs has the proper dependencies when compiling
|
18 years ago |
Diego Biurrun
|
b12f8273fa
Separate library install into static and shared installation.
|
18 years ago |
Diego Biurrun
|
f29f3b5d9f
Separate header file installation from the general install target.
|
18 years ago |
Diego Biurrun
|
1eb17b3c35
The install-progs target should depend on $(PROG).
|
18 years ago |
Diego Biurrun
|
81dcdc53a3
Separate program installation into its own target.
|
18 years ago |
Diego Biurrun
|
04c07634d6
Remove obscure Makefile.bak entry from distclean rules.
|
19 years ago |