Diego Biurrun
06694949b4
Use consistent paths for adding values to LDFLAGS.
...
Originally committed as revision 9276 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
364a960704
Move HAVE_AV_CONFIG_H definition to the Makefile like in the rest of FFmpeg.
...
Originally committed as revision 9273 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bb8fe69a09
whitespace cosmetics
...
Originally committed as revision 9272 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4566de5707
Simplify ffplay.o CFLAGS handling.
...
Originally committed as revision 9271 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
18caf192e7
Compile all binaries with default CFLAGS.
...
Originally committed as revision 9270 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ed7bf3c3c8
Simplify command with automatic variable.
...
Originally committed as revision 9267 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b13cdd333f
Remove stray commented out line, fix individual regression test dependencies.
...
Originally committed as revision 9259 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4fbd52f0b8
Merge tests Makefile into the top-level Makefile.
...
This gets rid of some recursion and simplifies the code.
Originally committed as revision 9255 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5e2dfd3906
Add seektest to top-level targets, remove individual codec tests.
...
Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e9b19db82b
Make documentation build nonrecursive: Merge it into the top-level Makefile.
...
Originally committed as revision 9042 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7f0f6e13a7
include only files actually built in SRCS
...
Originally committed as revision 8289 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
42a4ca83ea
remove useless OBJS variable
...
Originally committed as revision 8154 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4c9b0af57b
simplify conditional targets
...
Originally committed as revision 8153 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0cb8579af2
simplify
...
Originally committed as revision 8152 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6ca0c110f5
Simplify .depend file inclusion.
...
Originally committed as revision 8104 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
ca3798dc22
Remove installstrip in favor of explicit strip; better for cross-compilation.
...
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7709 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7a7be12663
comment typo
...
Originally committed as revision 7708 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
634444f4ce
PROGS depends on PROGS_G so depending on just PROGS is enough.
...
Originally committed as revision 7700 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
a4da50e17f
make version.h depend on .svn/entries
...
Originally committed as revision 7377 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
da34f7ac23
do not use non-standard test -nt
...
Originally committed as revision 7252 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cb741242a1
Nuke config.log support.
...
Originally committed as revision 7141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3e4134f697
Also remove cws2fws on clean.
...
Originally committed as revision 7086 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4d15aae193
Do not build output_example and qt-faststart by default.
...
Originally committed as revision 7085 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c5173a3b09
Remove ifneq MINGW condition around man page uninstallation. We don't do
...
OS-dependent conditions in Makefiles anymore and I doubt this is correct.
If it turns out to be a problem it can easily be fixed.
Originally committed as revision 7083 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
9464f2b836
Move BeOS extralibs handling into configure.
...
Originally committed as revision 7082 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
bedb355098
Remove tar target, it's hardly useful.
...
Originally committed as revision 7080 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8233b75041
Make man page installation dependent on documentation generation.
...
Originally committed as revision 7042 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c21fb33916
Remove ifneq MINGW condition around man page installation. We don't do
...
OS-dependent conditions in Makefiles anymore and I doubt this is correct.
If it turns out to be a problem it can easily be fixed.
Originally committed as revision 7028 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0032cac2c9
fix make dep with some gcc versions
...
Originally committed as revision 6988 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
354ca798b2
slight simplification
...
Originally committed as revision 6984 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3894bc74db
fix make dep for out of tree builds
...
Originally committed as revision 6974 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d226c75084
rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
...
Originally committed as revision 6949 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
997baf0141
allow spaces in source and build directory names
...
out of tree builds from a source dir with spaces is impossible
due to how make handles vpath
Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
786b30af26
Add option to disable ffmpeg build.
...
Patch taken from the Debian package by Sam Hocevar.
Originally committed as revision 6871 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Abeni
a163ed1aaa
Do not use a fake libavcodec/swscale.h, but always use the real one
...
(from libswscale) instead
Originally committed as revision 6777 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
84471efd91
Consistently use $(BUILD_ROOT).
...
Originally committed as revision 6699 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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