David Conrad
ae14f311f8
Speex decoding via libspeex
...
Originally committed as revision 15676 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
e3cc7d6fef
cosmetics: Leave out quotes from libdirac pkg-config call for consistency.
...
Originally committed as revision 15664 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
0223bd6f52
ARM: allow --cpu=armvN in configure
...
Originally committed as revision 15659 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
ec0bd3b93a
Allow target name on every line in dependency postprocessing
...
Some compilers output a new rule for each dependency. We must prefix
each one with the directory name.
Originally committed as revision 15658 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
13c7df3dc0
Do not add $cross_prefix to compiler name given with --cc option
...
Originally committed as revision 15657 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
884a36a78b
configure: fix handling of option arguments containing = sign
...
Originally committed as revision 15656 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
57f0ec6eee
fix configure with libx264 disabled
...
Originally committed as revision 15647 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
7c19b88f30
Remove the ugly and unnecessary require_cpp_condition() function.
...
Originally committed as revision 15646 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
cc181b41d2
Make more clear the error message for the libx264 version check.
...
Originally committed as revision 15645 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
36718e51e9
cosmetics: Save some backslashes.
...
Originally committed as revision 15638 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
75083a884f
Remove -fasm CFLAGS check, it is no longer needed.
...
Originally committed as revision 15629 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0d7dca3669
Update DEPEND_CMD comment to better explain why we postprocess gcc output.
...
Originally committed as revision 15628 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Pettenò
be449fca79
Convert asm keyword into __asm__.
...
Neither the asm() nor the __asm__() keyword is part of the C99
standard, but while GCC accepts the former in C89 syntax, it is not
accepted in C99 unless GNU extensions are turned on (with -fasm). The
latter form is accepted in any syntax as an extension (without
requiring further command-line options).
Sun Studio C99 compiler also does not accept asm() while accepting
__asm__(), albeit reporting warnings that it's not valid C99 syntax.
Originally committed as revision 15627 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
f2e49553de
Enable FAST_UNALIGNED on ARM variants that support it
...
Originally committed as revision 15609 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
aa8bc0f10f
Enable FAST_UNALIGNED on PPC
...
Originally committed as revision 15608 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
53bd9d923a
Revert "Replace sed trickery in the gcc dependency generation command"
...
This made dependencies entirely non-functional, and also the syntax is
not supported by gcc 2.95.
Originally committed as revision 15607 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Måns Rullgård
5eb39de901
configure: simplify PPC dcbzl check
...
Originally committed as revision 15606 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
89493e10ef
Don't include byteswap.h anymore.
...
Originally committed as revision 15603 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3a2bcaed7c
Replace sed trickery in the gcc dependency generation command by use of
...
the -MT option as suggested by Ramiro.
Originally committed as revision 15601 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
ca9acf9767
Fix inconsistent indent.
...
Originally committed as revision 15600 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
79ab96bafd
Revert the merger of LC_ALL declaration and export.
...
This part of the configure script might be run by non-POSIX shells.
Originally committed as revision 15599 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
15fe16f4a4
Check requirement for libx264 version in configure using
...
require_cpp_condition().
Originally committed as revision 15598 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
a5344cf7ec
Implement CPP condition check support in configure.
...
Originally committed as revision 15597 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
bc574408dc
Only special-case absolute DOS paths on systems that support them.
...
Originally committed as revision 15594 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
60e8bc13a9
Make configure --help return 0.
...
Originally committed as revision 15593 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
1865259fea
Document libavfilter filters options in configure -h.
...
Originally committed as revision 15592 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
d8d12c1594
Remove obsolete liba52 wrapper code.
...
Originally committed as revision 15571 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
460a4fb99d
Merge variable declaration and export.
...
Originally committed as revision 15554 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Pettenò
0c45cd0720
Stop Sun Studio from issuing a warning during configure when passed
...
the --version option.
patch by Diego 'Flameeyes' Pettenò, flameeyes gmail com
Originally committed as revision 15532 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
949906ea6d
Update copyright years.
...
Originally committed as revision 15512 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
31e647f8a2
Globally set LC_ALL=C to prevent locale issues from breaking tests.
...
Originally committed as revision 15511 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Pettenò
1d44d365ac
fix -uninstalled.pc includedir for out-of-tree builds
...
patch by Diego 'Flameeyes' Pettenò flameeyes _at_ gmail
Originally committed as revision 15458 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
ac63af34b5
Add support for passing a version string to configure that is appended to
...
FFmpeg's version string output. This can be used by distributions to mark
their packages as being modified versions without hacking the sources.
Originally committed as revision 15433 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
295b8c7025
whitespace cosmetics
...
Originally committed as revision 15429 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
b6bd726843
Add MIPS to list of architectures requiring PIC flags.
...
Prior to gcc version 4.3 PIC was the default, now it needs to be enabled
explicitly. Passing the flag to older gcc versions does not hurt.
Originally committed as revision 15392 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Brad
1b6e8b734c
V4L2 support for OpenBSD, patch by Brad, brad comstyle com
...
Originally committed as revision 15376 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
2446d3d684
Rename check_func2 to check_func_headers.
...
Originally committed as revision 15372 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
406ab5cc97
add a separate line in Makefile for E-AC-3 decoder and only compile it when
...
GPL is enabled. fixes building without GPL or with liba52.
Originally committed as revision 15151 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
David Conrad
1b0f6fb830
Use correct asm object type and necessary -DPIC for yasm on 64-bit Darwin
...
Thread: [FFmpeg-devel] fft_mmx.asm yasm 64bit build broken
Patch by 'D' (lessen42 gmail com)
Originally committed as revision 14791 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
e9b9a2f86f
Add -fasm and -std=c99 when supported.
...
Originally committed as revision 14769 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
bf6ce82d81
Check for sys/select.h and poll.h unconditionally, not just if ffserver
...
is enabled. The headers are used throughout the code.
Originally committed as revision 14755 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
11a9d3e853
Add -D_POSIX_C_SOURCE=200112 to cflags.
...
Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
aca36b287d
Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.
...
Originally committed as revision 14745 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
da0def34ec
Change _ISOC9X_SOURCE to _ISOC99_SOURCE.
...
Originally committed as revision 14739 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
ad1d871021
Move -D_ISOC9X_SOURCE to configure so its available to all tests.
...
Originally committed as revision 14729 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Carl Eugen Hoyos
af44e8e488
Show result of yasm test.
...
Originally committed as revision 14726 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Loren Merritt
304d586de6
yasm buildsystem
...
Originally committed as revision 14696 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
dcd6128670
Explain the difference between HAVE_LIST and CONFIG_LIST in a short comment.
...
Originally committed as revision 14499 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
668b65bd83
Only check for socklen_t if network support is enabled.
...
Originally committed as revision 14498 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
80a61f08d2
Remove AltiVec vector declaration compiler compatibility macros.
...
The original problem was that FSF and Apple gcc used a different syntax
for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support
the standard {} syntax and versions that support {} are available on all
relevant Mac OS X versions. Thus the greater compatibility is no longer
worth cluttering the code with macros.
Originally committed as revision 14366 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago