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
Roman Shaposhnik
da9e86f83d
* reinserting gethrtime in alphabetical order
...
Originally committed as revision 10045 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3bf9816170
forgotten av_
...
Originally committed as revision 10007 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Roman Shaposhnik
b6c748edba
* Making [START|STOP]_TIMER work on architectures that support gethrtime()
...
Originally committed as revision 9998 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
ecf97f22b3
check for closesocket
...
Originally committed as revision 9991 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
6ff3f3e7ce
Check for winsock2.h instead of __MINGW32__
...
Originally committed as revision 9988 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
60147de8fd
Indent
...
Originally committed as revision 9973 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
2a320695ec
Simplify configure's output
...
Originally committed as revision 9972 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
6ea67bbb60
enable the native AC-3 decoder
...
Originally committed as revision 9968 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
43a2ce000a
Revert unused fixedpoint declaration.
...
Originally committed as revision 9959 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
61eade27bd
correct order of fixedpoint in CONFIG list
...
Originally committed as revision 9869 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
c16c584a4a
--enable-fixedpoint, for configuring fixedpoint optimizations, this is just the config aspect
...
Originally committed as revision 9866 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
93b3c0834d
replace some "disabled" calls with "! enabled"
...
Originally committed as revision 9859 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
af88ae54f4
alphabetical order
...
Originally committed as revision 9854 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e555e7b29e
Remove redundant variable declarations.
...
Originally committed as revision 9853 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d8d0d0b282
move gray so as to not introduce further misordering
...
Originally committed as revision 9851 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
9d92cce1ff
remove unneeded gray="no"
...
Originally committed as revision 9850 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
cde9e78001
make grayscale only decoding checks in inner loops compiletime killable
...
Originally committed as revision 9846 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
794f8e976b
Add the possibility to show all configurable encoders, decoders, parsers,
...
muxers, demuxers, protocols and bitstream filters.
Originally committed as revision 9812 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
21d0a823b5
10l: Uppercase some more overlooked makefile variables.
...
Originally committed as revision 9778 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
22a324da72
cosmetics: Use uppercase names for installation directories in makefiles.
...
Originally committed as revision 9776 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c75560ae87
cosmetics: Do not use braces in makefiles, use normal parentheses.
...
Originally committed as revision 9775 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
e2525c6f78
The svq3 decoder depends on h264idct.o and also requires h264_parser.
...
This fixes the following option set:
--disable-encoders --disable-decoders --disable-parsers --disable-bsfs
--disable-muxers --disable-demuxers --disable-protocols --enable-decoder=svq3
Originally committed as revision 9638 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c07ed8c8a2
create and populate "tools" directory
...
Originally committed as revision 9634 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
40b78d5326
GXF muxer is no longer GPLed.
...
Originally committed as revision 9632 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
7495c3066d
Check for GetProcessTimes and use it in getutime
...
Originally committed as revision 9629 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
66be5b4536
Check for getrusage
...
Originally committed as revision 9627 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d3ea5692b0
enable $ARCH_EXT_LIST before parsing command line
...
Originally committed as revision 9618 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
e16e49ac90
Proper check for interactive support (termios and conio).
...
Originally committed as revision 9597 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
6ffa87d325
Proper check for mkstemp().
...
Originally committed as revision 9596 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
4bb01c1e74
remove OS/2 support
...
Originally committed as revision 9587 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9d99cc5a8a
add fork to HAVE_LIST
...
Originally committed as revision 9563 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3b26ee4719
fix build after breakage in r9544
...
Originally committed as revision 9546 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ed5614eb56
Make vhook build non-recursive.
...
Originally committed as revision 9544 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
bd2216e487
handle --enable-small same way as other CONFIG_* options (almost)
...
Originally committed as revision 9509 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
41d5a86a41
On Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS) only when
...
--enable-swscaler is set.
Originally committed as revision 9469 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
06f32b2634
Clarify --enable-libfaadbin option description.
...
Originally committed as revision 9449 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7e0871a72e
Clarify what libfaadbin means in the summary output.
...
Originally committed as revision 9448 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
45c1011020
Remove localtime_r implementation for systems that don't have it.
...
It is no longer used.
Originally committed as revision 9425 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3155a644a6
place -l flags after object files in check_ld()
...
Originally committed as revision 9367 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
ff5a6541bd
tests/Makefile has been removed
...
Originally committed as revision 9366 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
f32adb22de
move lrintf() check before external lib checks to prevent runtime
...
errors from these interfering with lrintf() test
Originally committed as revision 9364 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
aa45201dd5
fix thread support selection
...
Originally committed as revision 9358 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0db2ce7770
fix report at end of configure
...
Originally committed as revision 9357 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9cafbd6c49
simplify ppc64 handling
...
Originally committed as revision 9355 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
d5f916e146
remove unneeded variable initializations
...
Originally committed as revision 9354 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0182fee8d1
indent
...
Originally committed as revision 9352 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
9eeed841ca
simplify simd extension checking
...
Originally committed as revision 9351 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
5c0e9479ef
test whether linker supports --warn-common
...
Originally committed as revision 9328 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
3d907e2207
merge print_config_enable() and print_config() as only the former is used
...
Originally committed as revision 9325 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago