Diego Biurrun
cbeee4d8e5
Replace -I../-I. by -I$(BUILD_ROOT).
...
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3263626feb
Mark all phony targets as such.
...
Originally committed as revision 6538 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
902d3c6d33
Add codectest to test targets.
...
Originally committed as revision 6532 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
eaa6d7b683
make depend should recurse into libswscale as well.
...
Originally committed as revision 6406 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4054e2452f
Remove bogus .PHONY declaration from version.h target.
...
Should fix make dep to be invoked before distclean under some circumstances.
Originally committed as revision 6405 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
496cfa3c9e
ffmpeg, ffplay, ffserver need version.h
...
Originally committed as revision 6242 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
691c480e7f
Fix 'make depend' for libpostproc.
...
Originally committed as revision 6238 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f3cd195aac
add our -L flags before any other linker flags
...
Originally committed as revision 6220 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3acc68b4ff
fix out of tree builds
...
Originally committed as revision 6214 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
8dc6f118b7
Add -lav* to the front of LDFLAGS, fixes linking on Linux.
...
patch by Panagiotis Issaris, takis.issaris uhasselt be
Originally committed as revision 6204 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6de9e50649
FFLIBS --> EXTRALIBS
...
Originally committed as revision 6203 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f381af7b7f
Remove pointless variable indirection.
...
Originally committed as revision 6202 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
a9550eb670
simplify
...
Originally committed as revision 6201 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cc654dd7b6
FFLIBDIRS --> LDFLAGS
...
Originally committed as revision 6200 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
91beada72a
Some gcc versions dislike version.h to appear in the list of files to
...
compile dependencies for.
Originally committed as revision 6144 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
92c3ef657b
FFMPEG_VERSION was moved to version.h.
...
hint by Ramiro Polla, angustia at arrozcru d.t no-ip d.t org
Originally committed as revision 6089 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
790c9ca72a
Enable swscale usage in ffmpeg
...
Originally committed as revision 5959 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
c536cb09f9
Rename FFSLDFLAGS variable to FFSERVERLDFLAGS to lessen confusion.
...
Originally committed as revision 5817 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
4b65d88fd7
replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use
...
of gnu extensions
Originally committed as revision 5733 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
2f30a81d19
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just
...
CONFIG_MINGW or __MINGW32__ instead.
Originally committed as revision 5718 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1db54e20ff
Move gprof compiler flag handling to configure.
...
Originally committed as revision 5701 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
dea4953d82
Remove silly TEST variable that is used in one line but not directly above.
...
Originally committed as revision 5700 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f130fd4630
cosmetics: Break overly long lines.
...
Originally committed as revision 5622 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5c6a5d584e
simplify
...
Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Luca Barbato
bf8409947f
make distclean clean everything
...
Originally committed as revision 5580 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
54003e1a70
get svn version when using separate build tree
...
Originally committed as revision 5539 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
fd071c2659
.depend needs version.h, noticed by Uoti Urpala
...
Originally committed as revision 5510 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f1cc88a5d6
Use Subversion revision for FFMPEG_VERSION.
...
based on a patch by Ismail Dönmez ismail$$at$$pardus$$dot$$org$$dot$$tr
Originally committed as revision 5502 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
0cfd96cc1f
Avoid binary stripping rule code duplication.
...
Originally committed as revision 5500 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
5d38ba3384
put local -L flags first in link commands
...
Originally committed as revision 5494 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
36b1b0bcc6
CVS --> Subversion
...
Originally committed as revision 5461 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
ea0f0681a6
'make depend' should recurse into libavutil as well.
...
Originally committed as revision 5444 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6d9a242106
libavcodec/libpostproc ---> libpostproc
...
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
6b991cb29f
Generate the list of all programs, unstripped programs and man pages in a more
...
elegant fashion and unconditionally remove all programs on clean.
Originally committed as revision 5400 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
7d2f45464b
Rename singular variables to more sensible plural form.
...
Originally committed as revision 5399 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f9edb71744
uninstallation support
...
inspired by a patch from Richard, richiek.,@,.optushome.,.,.com.,.,.au
Originally committed as revision 5398 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
5d22ccf73f
cosmetics: Prettyprint some commands.
...
Originally committed as revision 5395 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1e7ffa50b7
Use '-' instead of '|| true' to ignore errors.
...
Originally committed as revision 5225 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Baptiste Coudurier
95ca7c94e4
use CFLAGS when compiling qt-faststart, to enable largefile support
...
Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
c7bb67c485
Create installation directories in the common install-* targets.
...
This is needed for components that override install locations (libpostproc).
Originally committed as revision 5036 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
2fdd5a68d3
add quotes around $(libdir)
...
Originally committed as revision 5016 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Måns Rullgård
8b2121e3de
move common parts of makefiles into common.mak
...
Originally committed as revision 5015 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alexander Strasser
46ff904f3d
Build also ffserver (if configured) when doing `make test' .
...
approved by Diego
Originally committed as revision 4995 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1a9150b194
Move libpostproc compilation to the top-level Makefile.
...
Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
dc2a1ce5c0
Simplify header installation.
...
Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
a4848db6fe
Make sure that install-progs has the proper dependencies when compiling
...
against shared libs.
Originally committed as revision 4984 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
b12f8273fa
Separate library install into static and shared installation.
...
Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
f29f3b5d9f
Separate header file installation from the general install target.
...
Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
1eb17b3c35
The install-progs target should depend on $(PROG).
...
Originally committed as revision 4979 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
81dcdc53a3
Separate program installation into its own target.
...
Originally committed as revision 4978 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago