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
Måns Rullgård
3f5b56e58b
replace TARGET_* with HAVE_* simplifying lists in configure script
...
Originally committed as revision 9324 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
48a14b9174
add x86 to ARCH_LIST simplifying config file generation
...
Originally committed as revision 9323 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
18ca9a4a99
replace TARGET_ARCH_* to ARCH_* for consistency
...
Originally committed as revision 9322 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
99a6d06fea
generate ENABLE_* defines also for ARCH_*
...
Originally committed as revision 9321 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f6de217b6c
generate ENABLE_* defines also for all the HAVE_* values
...
Originally committed as revision 9319 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
1bdf0fe7c7
Vhooks require special cflags and ldflags for Windows builds
...
Copy them from Cygwin to MinGW
Originally committed as revision 9313 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
4f3da98526
Make ppm vhook depend on fork()
...
Originally committed as revision 9312 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
b0268cc060
Print static vhook warning for Cygwin and MinGW
...
Originally committed as revision 9311 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
770359898c
Print static vhook warning for Cygwin only when both are enabled
...
Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1cc60c47c5
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
...
Originally committed as revision 9230 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
e07e357d84
Add support for Cell (requires gcc-4.2 or patches)
...
Originally committed as revision 9181 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
69ddbd1dad
Rename aac_decoder to libfaad_decoder for consistency and to be able to
...
more easily add a possible future native decoder.
Originally committed as revision 9172 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c9171a830b
Rename faac_encoder to libfaac_encoder for consistency and to be able to
...
more easily add a possible future native encoder.
Originally committed as revision 9171 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cca2adb87d
doc/Makefile no longer exists.
...
Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7ee7412e6e
cosmetics: alignment
...
Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
2f3e7d554d
define ENABLE_* for every CONFIG_ item
...
Originally committed as revision 9112 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
4bd8e17c8d
loosen dependencies over mpegaudiodec
...
Originally committed as revision 9080 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Zuxy Meng
d205abe9f7
Add --enable-auto-image-base for building mingw32 & cygwin DLLs
...
Originally committed as revision 9075 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
670a6b133b
remove libdts decoder, we have a native dts decoder
...
Originally committed as revision 9051 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
facbea9596
prevent misdetection by using a stricter regexp
...
Originally committed as revision 9050 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Zuxy Meng
b9a793eec8
Building both shared and static libraries is now possible on MinGW.
...
patch by Zuxy Meng, zuxy.meng gmail com
Originally committed as revision 9030 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
124bed6fb2
link to ws2_32.dll only if networking is enabled
...
Originally committed as revision 9028 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Jason Millard
cd61e40781
allow to enable or disable every bitstream filters individually
...
Original patch by Jason Millard jsm174 _at_ gmail
Date: On Fri, 11 May 2007 11:14:01 -0400
Subject: [FFmpeg-devel] enable/disable bitstream filters?
Originally committed as revision 9010 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
8e38071003
configure check for whether we can compile ssse3
...
Originally committed as revision 9002 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
26b4fe821c
split h264.c to move parser in its own file
...
Originally committed as revision 8985 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
df495dbd9a
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
...
now h263dec depends on mpeg4video_parser
this fixes compilation when h263 decoder is disabled
Originally committed as revision 8962 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ramiro Polla
5880d5b58d
Install MinGW shared libraries (dlls) to bindir
...
Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4a815a7f64
Allow conditional compilation of H.263-related decoders.
...
Originally committed as revision 8949 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c33d98141d
Move H.263 parser to its own file.
...
Originally committed as revision 8934 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
912f314854
Add a few explanatory comments.
...
Originally committed as revision 8933 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
b0caf888d2
Rename oggvorbis decoder to libvorbis.
...
Originally committed as revision 8883 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago