Måns Rullgård
f29be470b3
configure: make sh_quote() more robust
...
Originally committed as revision 24376 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
d0b8e40ccf
configure: create .config file where I intended
...
Originally committed as revision 24373 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
aef026f406
configure: create .config file in configure to avoid needless reruns
...
Originally committed as revision 24372 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
b9d5f1b7ed
Collect list of seek tests in configure
...
Originally committed as revision 24346 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
7c1bb9143e
Fix lavfi pixdesc test
...
This test verifies the pixdesc code by comparing the output with and
without a filter which should have no effect on the image. Since the
available pixel formats depend on the byte order of the machine, a
simple reference checksum is not possible.
The test originally tried to solve this by generating a reference file
on the fly. The problem with this is that the test framework expects
the reference file in the source tree, and writing to the source tree
is not allowed.
To avoid complicating the test framework, we instead provide two
reference files and select which to use based on the byte order.
Originally committed as revision 24330 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
48c281629a
Generate list of lavfi tests in configure
...
Originally committed as revision 24329 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
c0b1660582
Fix dependencies for msmpeg4v3 regression test
...
Originally committed as revision 24261 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
dc609252b6
Nit: fix alphabetical order
...
Originally committed as revision 24259 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Vitor Sessak
720e4c794c
Fix obviously missing dependency of float DCT.
...
Fixes issue 2095.
Originally committed as revision 24245 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
8e3275c1a2
configure: match regtest ref files more strictly
...
Only names consisting of letters, numbers, hyphens, and underscores
are allowed.
Originally committed as revision 24222 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Alex Converse
3cac899af9
Split the ADTS header decoder off of the ADTS parser.
...
The AAC decoder and ADTS-to-ASC BSF both require the header decoder
but not full parsing capabilities.
Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
e26011d0f4
mingw32: merge checks for mingw-w64 and mingw32-runtime >= 3.15 into one
...
Originally committed as revision 24204 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
ec1ee802a2
mingw32: properly check if vfw capture is supported by the system headers
...
Remove check for an specific w32api version, checking instead if vfw.h
supports vfw capture. The defines in w32api 3.12 were wrong, so this must be
accounted for in the check.
Originally committed as revision 24203 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
d268eee96b
Set fast_unaligned in avconfig.h
...
Originally committed as revision 24172 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
b734a67837
mingw32: avisynth does not need w32api >= 3.13
...
Originally committed as revision 24165 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
0a4307d630
configure: properly check for mingw-w64 through installed headers.
...
mingw-w64 can also target 32-bit code.
Originally committed as revision 24156 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
40fe5019ef
configure: fix pcm test deps
...
10l to me for using non-standard shell syntax
Originally committed as revision 24123 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
57442411d7
Move regression test dependencies to configure
...
This allows expressing complex dependencies more easily.
Originally committed as revision 24120 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
31c0121db7
configure: add print_enabled() function
...
The print_enabled() function prints all elements in a list which
are enabled.
Originally committed as revision 24119 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
355d81df72
configure: simplify some OS-specific flag setting
...
Originally committed as revision 24060 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ea28e81faa
configure: add missing braces in libvpx check
...
Originally committed as revision 24028 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Dominik Mierzejewski
4be7bc6a84
Provide a hint about the minimum required version of libvpx (0.9.1)
...
when detection fails.
Approved by Måns.
Originally committed as revision 24027 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Ramiro Polla
42ebfc54b8
configure: enclose library check for librtmp in brackets
...
otherwise it would always fail if librtmp was not enabled.
Originally committed as revision 24026 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Stefano Sabatini
f054aaf731
Add function check for librtmp, require RTMP_Socket() which was added
...
in version 2.2.f.
Avoid a compile-time failure.
Originally committed as revision 24024 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
David Conrad
b67a8f49a4
Use __clang_version__ when available
...
Originally committed as revision 24009 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Aurelien Jacobs
df0a6d0d24
wmavoice depends on mdct
...
Originally committed as revision 24000 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
301ab19dd9
configure: improve GNU as checking
...
Check for GNU assembler only when asm is enabled. Show a warning for
ppc/altivec only, and fail on ARM.
Originally committed as revision 23964 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
135448fa1a
PPC: fix dcbzl detection on OSX
...
Originally committed as revision 23955 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
e08b8239f6
Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC
...
Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
a49d302590
Check for GNU assembler, use gas-preprocessor on darwin
...
Originally committed as revision 23953 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
2f0c136e1f
Check whether IBM or Apple PPC assembler syntax is used
...
This checks which assembler syntax is supported and defines macros
for register names accordingly.
Originally committed as revision 23952 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Aurelien Jacobs
d9da8f101f
mpegaudio float decoders depend on dct
...
Originally committed as revision 23945 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
a158446b28
configure: replace unwarranted gcc bashing with a real explanation
...
Originally committed as revision 23929 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
534a2231f6
Check for fcntl()
...
Originally committed as revision 23902 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
1b15dc3ca8
configure: make --disable-everything soft-disable things
...
This allows explicitly enabled things to _select others with the
intended result.
Originally committed as revision 23843 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
765e61349c
Make implicit function declarations an error
...
Originally committed as revision 23823 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
2829ce4b40
Remove PPC perf counter support
...
This functionality is better accessed through tools like oprofile.
Originally committed as revision 23808 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
a788196e20
Remove --enable-gprof flag
...
gprof is far too intrusive to be of use as a profile for ffmpeg,
and it fails to build in many configurations. Oprofile is a
better tool for profiling on Linux.
Originally committed as revision 23807 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
0912db0206
Make vp8 select h264dsp and use this to pull in mmx intrapred
...
Originally committed as revision 23790 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
eb7626a32b
configure: remove superflous -lm flags
...
Originally committed as revision 23781 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
60361817ee
configure: reverse order of -l flags
...
Adding new libs to the front of the list allows them to resolve
symbols against previously added ones.
Originally committed as revision 23780 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
3091eeb363
configure: remove unused flag save/restore functions
...
Originally committed as revision 23779 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
9efdf9b5c0
configure: simplify append function
...
Originally committed as revision 23778 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
84400e9d10
configure: simplify check_lib function
...
Originally committed as revision 23777 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
ad4d974c36
configure: remove unused function check_foo_config
...
Originally committed as revision 23776 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
851ffa803f
configure: use warn function for unrecognised --cc and --arch settings
...
Originally committed as revision 23762 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
31a0dcb232
configure: warn about missing yasm
...
Originally committed as revision 23761 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
7bfc8ae69f
configure: add 'warn' function
...
The 'warn' function records a warning message for display after other
informational messages.
Originally committed as revision 23760 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Francesco Lavra
31ed3f1f1d
Fix dependencies for the ra_144 encoder
...
Patch by Francesco Lavra, francescolavra at interfree dot it
Originally committed as revision 23748 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago
Måns Rullgård
0dbfc1db21
Enable pthreads automatically unless w32threads is requested
...
Originally committed as revision 23733 to svn://svn.ffmpeg.org/ffmpeg/trunk
15 years ago