Måns Rullgård
fdf885983c
fix -lm check
...
Originally committed as revision 10620 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
6b19786b11
set -mcpu for ARM
...
Originally committed as revision 10595 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
53b7336500
Fix avisynth compilation after allformats.h was removed
...
Originally committed as revision 10594 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
ea10ddde96
Let the dependency checker deal with winsock2's extralibs.
...
Originally committed as revision 10593 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
a98bb16de2
Organize header files and system functions checks
...
Originally committed as revision 10566 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
940f335a3c
create and use check_asm() function
...
Originally committed as revision 10558 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
78eb65317e
cosmetics: Move LDCONFIG variable to a more sensible place in config.mak.
...
Originally committed as revision 10557 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8b03def65f
Move VIS CFLAGS settings into configure.
...
Originally committed as revision 10555 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bd9d34a0c9
Add a proper test for VIS instruction support.
...
some help by Jan Knutar, jknutar nic fi
Originally committed as revision 10553 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
c2675d4a69
Proper check for --help and -h parameters
...
Originally committed as revision 10543 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
06eab4bae1
Let the dependency checker decide about x11_grab_device_demuxer
...
Originally committed as revision 10542 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
3ae3b72123
Replace one-lined if;elses to && ||
...
Originally committed as revision 10540 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
4ec45764a0
Add extralibs to the dependency checker
...
Originally committed as revision 10532 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
8a2b9418bc
gpl for the X11 grabber has already been checked for
...
Originally committed as revision 10531 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
497237c700
Use enable and disable macros where appropriate
...
Originally committed as revision 10530 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
13ef78254d
Properly check for -lm
...
Originally committed as revision 10528 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
13566c311f
cosmetics: sort()
...
Originally committed as revision 10526 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
dbd255cda1
Remove forced -pthread for freebsd.
...
Configure properly detects which flags are needed on --enable-pthreads
Originally committed as revision 10524 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
1c915f8370
Indent
...
Originally committed as revision 10523 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
73483024d6
Remove --disable-bktr option from configure
...
--disable-demuxer=bktr should be used instead
Originally committed as revision 10522 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
670ab31277
Replace manual variable setting with the disable function.
...
Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Matthias Schneider
1051cc4f89
Remove cross_prefix from ln command.
...
patch by Matthias Schneider, ma30002000 yahoo de
Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
4ca5ece51e
Define mandir as $(PREFIX)/share/man rather than as $(PREFIX)/man
...
to better comply with the FHS.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 10508 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Dave Yeo
2036977325
ln is not available on all platforms, so introduce a variable for it
...
that can be set to a suitable platform-specific command.
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 10503 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
c7682de075
Remove --disable-audio-oss option from configure.
...
--disable-(de)muxer=oss should be used instead.
Originally committed as revision 10428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
a4db8c8921
Remove --disable-audio-beos option from configure.
...
--disable-(de)muxer=audio_beos should be used instead.
Originally committed as revision 10427 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
50383e8822
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer
...
Originally committed as revision 10426 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
06e310114a
Remove --disable-{v4l,v4l2} options from configure
...
--disable-demuxer={v4l,v4l2} should be used instead
Originally committed as revision 10413 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
fd484da77a
Remove video_grab_ prefix from video_grab_{bktr,v4l}
...
Originally committed as revision 10411 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
79fda09705
Alphabetically sort library dependencies list.
...
Originally committed as revision 10400 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
f7b8bffe47
Treat dc1394 as a library
...
Originally committed as revision 10292 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
e89d9fd89c
do not use "strings" in endian check
...
Originally committed as revision 10252 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d56fb404bb
Remove unused definition.
...
Originally committed as revision 10248 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
971cc99020
print EBX/EBP availability
...
Originally committed as revision 10243 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
7e7f5c7bf6
use POSIX "strings -a" rather than "strings -"
...
Originally committed as revision 10233 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
0828e47642
fix endian detection on MacOS
...
Originally committed as revision 10232 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
b48e359ff7
Remove --disable-dv1394 option
...
--disable-demuxer=dv1394 should be used instead
Originally committed as revision 10213 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
73b46a95d2
Group network checks together
...
Originally committed as revision 10209 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9d16f87ffd
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
...
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
e241ba148f
Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).
...
Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ded66cdb67
Add mipsel architecture that differs from mips in endianness.
...
based on patch by Johansson Erik-EJO017, erik.johansson motorola com
Originally committed as revision 10188 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
9eebe68739
fix endian check when cross-compiling
...
Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
7506d47aa3
create libavcodec/sh4 dir when building out-of-tree
...
Originally committed as revision 10171 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
862a70f16b
cosmetics: some reordering
...
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
4a0d6686fd
ensure configure only accept valid --list-* parameters
...
closes issue72
Originally committed as revision 10153 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7799eeec93
small simplification
...
Originally committed as revision 10141 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
afd98005db
Enable MinGW networking support
...
Originally committed as revision 10132 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roman Shaposhnik
4e68cb8ac7
restoring the alphabetical order (this time with case ignored)
...
Originally committed as revision 10087 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
3b4e7bb3b6
Also check for closesocket in winsock2.h
...
Originally committed as revision 10086 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
70b4d49294
Enable swscale in MinGW vhooks only if swscale was configured.
...
Copied from Cygwin configure.
Originally committed as revision 10073 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago