Dave Yeo
287d3b1336
Create object files in a.out (aout-emx) format on OS/2. This works around
...
needed system tools like nm not understanding the OMF object format.
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 12523 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
b58412f106
Check for sys/mman.h and set appropriate definitions.
...
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Alexander Strange
d7f0920bd7
Check for and set HAVE_MMX2, it is used in several places.
...
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12487 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Kostylev
503d5b585f
fix extern prefix detection when cross compiling.
...
Patch by Michael Kostylev: mik niipt ru
Originally committed as revision 12486 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
2081f3c619
fix extern prefix detection on mingw
...
Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
b4d96ba2a8
check for prefix on extern symbols in configure
...
Originally committed as revision 12484 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6fce759141
Fix previously broken x86_64 check, simplifying it in the process.
...
Originally committed as revision 12475 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
3dddba4b5d
Fix previously broken xlc checks, simplifying them in the process.
...
Originally committed as revision 12474 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
78fe7631f8
Drop unnecessary subshell invocation from BEINCLUDES check.
...
Originally committed as revision 12473 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
7edd384f1d
Add -q to grep invocation where appropriate.
...
Originally committed as revision 12469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
abe39c0f31
Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.
...
Originally committed as revision 12462 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
08c4e395d2
Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD
...
Originally committed as revision 12461 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
6a5b97732e
10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.
...
Originally committed as revision 12456 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
14f3ce3615
fix DEPEND_CMD for out of tree builds
...
Originally committed as revision 12454 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4477b9f424
Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.
...
Originally committed as revision 12448 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5dff04fc51
Only check for altivec.h when not using Apple gcc and not adding -faltivec to
...
CFLAGS. This avoids a couple of warnings of the type
'#warning: Ignoring <altivec.h> because "-faltivec" specified'.
Originally committed as revision 12445 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0870c7674a
cosmetics: Reformat Apple cc check.
...
Originally committed as revision 12444 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
d04d9e167e
new attempt at portable endian test
...
Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
ccae51d5b9
hopefully portable endian test
...
Originally committed as revision 12436 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
Alexander Strange
8b83d56893
Fix configure to properly build without PIC by default on Darwin
...
Patch by Alexander Strange (astrange ithinksw com)
Originally committed as revision 12425 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0138c54ec6
Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.
...
Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b7860763ca
Clarify comment.
...
Originally committed as revision 12419 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
Ramiro Polla
c234520736
VFW capture support
...
Originally committed as revision 12384 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
Måns Rullgård
6bd859d67e
check for x86 bswap instruction
...
Originally committed as revision 12375 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
0e32c8c65a
simplify library version handling
...
Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
e3773a55be
simplify processing of some --disable-* options
...
Originally committed as revision 12342 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
241227d8a8
remove some unneeded artificial dependencies from configure
...
Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
22f8654776
Fix endian test with grep not handling non-text files
...
POSIX grep is not required to support non-text files.
Idea by Rich Felker.
Originally committed as revision 12304 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
932ccf398a
remove unnecessary backslashes
...
Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
81124ba0d1
Fix libavfilter compilation and make it more in line
...
with the other libav*.
Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
6548ff57c0
Force DOS users to enable memalign hack when needed,
...
the same way it's done for MinGW.
Originally committed as revision 12299 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
40bcf4c780
Support setting the debuglevel (-g level) with --enable-debug=#
...
Originally committed as revision 12298 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
c6eed369d2
Use "disable" helper function
...
Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
İsmail Dönmez
8541cc274c
Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.
...
patch by İsmail Dönmez, ismail namtrac org
Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
2c62e737f4
Add empty line in output to increase readability.
...
Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
61d251dbc0
check for inline asm support
...
Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
9342080973
fix version in libavfilter.pc
...
Originally committed as revision 12267 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
f436a23e59
fix versions in .pc files
...
Originally committed as revision 12264 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
a6601d69bb
fix libavfilter version extraction
...
Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
b2eb2ff098
Make gcc ignore the distinction between +0.0 and -0.0, this allows it to
...
change x+0.0 to x. Though it alone does not allow gcc to remove x*0.0,
that would also require -ffinite-math-only.
Originally committed as revision 12252 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
f65c9da140
print enabled things in columns
...
Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
3cde40aaa4
10l, alphabetic ordering
...
Originally committed as revision 12250 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
147e769207
simplify version number extraction
...
Originally committed as revision 12247 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
800c289a66
less preprocessor magic in version number macros
...
Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
11fdbc4430
25% faster floating point AAN IDCT.
...
Other float code likely benefits as well ...
Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
269820f141
Disable vhook on Interix, patch by Pete Ross, pross xvid org.
...
Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago