fb464fca44 
								
							
								 
							
						 
						
							
							
								
								Match VA-API / VDPAU with zlib / bzlib build system documentation.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b695256edd 
								
							
								 
							
						 
						
							
							
								
								configure: fix --cpu=host with gcc 4.6  
							
							The output from -v with gcc 4.6 has changed such that the search
pattern matches too soon without making it more strict.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								2f138f0b7c 
								
							
								 
							
						 
						
							
							
								
								build: clean up library installation rules  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								965dbe09b0 
								
							
								 
							
						 
						
							
							
								
								configure: simplify -rpath-link linker flag  
							
							Lists of ':'-separated directories can be passed to -rpath-link directly. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8c94eab011 
								
							
								 
							
						 
						
							
							
								
								configure: do not blank $LIBNAME if static libs disabled  
							
							Whatever reason this was done for no longer applies, and it causes
lots of make warnings.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c562ba4c3d 
								
							
								 
							
						 
						
							
							
								
								configure: Add vdpau and dxva2 to configure results output.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e1a54304be 
								
							
								 
							
						 
						
							
							
								
								Move SRC_PATH hack around to allow compilation from subdir again.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a3e1f80e8b 
								
							
								 
							
						 
						
							
							
								
								ARM: remove check for PLD instruction  
							
							PLD is present in ARMv5TE and later, which is checked for separately.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5e27ec28f0 
								
							
								 
							
						 
						
							
							
								
								build: create output directories as needed  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b0da4903dd 
								
							
								 
							
						 
						
							
							
								
								fate: enable lavfi-pixmt tests on big endian systems  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								842f463c77 
								
							
								 
							
						 
						
							
							
								
								fate: merge identical pixdesc_be/le tests  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e78f968112 
								
							
								 
							
						 
						
							
							
								
								Fix configure problem with out-of-source-tree build for fate-related .mak files in the tests and tests/fate subdirectories  
							
							This patch will add to the list of files for which configure creates
symbolic links when building outside of the ffmpeg source tree.
This fixes a problem for fate-related .mak files in the tests and tests/fate
subdirectories. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7ac6910dd8 
								
							
								 
							
						 
						
							
							
								
								build: call texi2pod.pl with full path instead of symlink  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								57b4a3dd2b 
								
							
								 
							
						 
						
							
							
								
								build: include sub-makefiles using full path instead of symlinks  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d2ee495fb2 
								
							
								 
							
						 
						
							
							
								
								configure: Drop check for availability of ten assembler operands.  
							
							This was done to support gcc 2.95, which is an old legacy compiler
that fails to compile the current codebase anyway. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								65eae2a7a2 
								
							
								 
							
						 
						
							
							
								
								lavdev: add openal input device  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bc877faf7f 
								
							
								 
							
						 
						
							
							
								
								build: factor out the .c and .S compile commands as a macro  
							
							These commands have the same form, and using a common macro allows
it to be used elsewhere without further duplication.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9ddf1b1ae4 
								
							
								 
							
						 
						
							
							
								
								configure: allow post-fixed cpu strings for athlon64, k8, and opteron  
							
							when setting the -march flag.
This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags.
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ebc64dc818 
								
							
								 
							
						 
						
							
							
								
								Revert "build: Remove multiple inclusion guards from config.mak."  
							
							This reverts commit 89b5829d0a 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d7686b3e0f 
								
							
								 
							
						 
						
							
							
								
								configure: select buffersink_filter when ffplay is enabled  
							
							buffersink_filter is a strong requirement for compiling ffplay.
Fixes ffplay compilation with --disable-everything --disable-ffmpeg. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d0ce090ec5 
								
							
								 
							
						 
						
							
							
								
								ARM: silence some annoying armcc warnings  
							
							This silences warnings about pointer target sign mismatches as
already done for gcc with -Wno-pointer-sign.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								89b5829d0a 
								
							
								 
							
						 
						
							
							
								
								build: Remove multiple inclusion guards from config.mak.  
							
							config.mak is no longer included multiple times; the guards are pointless. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e65d6e22e3 
								
							
								 
							
						 
						
							
							
								
								configure: select buffersink_filter when ffmpeg is enabled  
							
							buffersink_filter is a strong requirement for compiling ffmpeg.
Fixes ffmpeg compilation with --disable-everything. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b36518dcf4 
								
							
								 
							
						 
						
							
							
								
								configure: Add -Wno-format-zero-length to CFLAGS.  
							
							The C standard specifies that zero-length format strings are allowed. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e19704a6a 
								
							
								 
							
						 
						
							
							
								
								ARM: enable thumb for Cortex-M* CPUs  
							
							These CPUs are thumb-only and thus require this option.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f038cf3c74 
								
							
								 
							
						 
						
							
							
								
								build: remove SRC_PATH_BARE variable  
							
							Setting SRC_PATH to "." when building in-tree removes the need
for a quoted version of the source path since out-of-tree builds
are not possible if the pathname contains spaces.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8986fddc2b 
								
							
								 
							
						 
						
							
							
								
								ARM: allow building in Thumb2 mode  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9cd7b8549b 
								
							
								 
							
						 
						
							
							
								
								configure: add --optflags option  
							
							This allows overriding the default optimisation flags selected by
configure.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f87b03b50d 
								
							
								 
							
						 
						
							
							
								
								build: move documentation rules to doc/Makefile  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								698a183e30 
								
							
								 
							
						 
						
							
							
								
								build: move test rules to tests/Makefile  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8ae1a9524e 
								
							
								 
							
						 
						
							
							
								
								This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags.  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f082a0fb42 
								
							
								 
							
						 
						
							
							
								
								configure: report optimization for size separately  
							
							This removes an unsightly override of the 'optimizations' setting
only to make the configure report print 'small' when --enable-small
is used.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ad3ac1d507 
								
							
								 
							
						 
						
							
							
								
								build system: disable memalign on haiku, its not reliable there.  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								7b2d219045 
								
							
								 
							
						 
						
							
							
								
								path64/open64: filter out unsupported flags  
							
							These flags are accepted without error but produce an annoying
warning.  Filtering them out makes the build less noisy.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								15f03725ce 
								
							
								 
							
						 
						
							
							
								
								lavfi: add negate filter  
							
							This filter is a simple wrapper around the LUT filter. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8f6bd4b88 
								
							
								 
							
						 
						
							
							
								
								configure: Document --enable-vdpau.  
							
							The option is disabled by default, so enabling it should be documented. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8477f2deef 
								
							
								 
							
						 
						
							
							
								
								configure: simplify source_path setup  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dc435c4e9d 
								
							
								 
							
						 
						
							
							
								
								configure: remove --source-path option  
							
							This option does not work, and the implied functionality is
at best pointless.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								dcb73592f4 
								
							
								 
							
						 
						
							
							
								
								configure: Document --enable-vaapi  
							
							VAAPI is disabled by default so it should have a --enable-vaapi option
documented, not a --disable-vaapi.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								124a9edb5f 
								
							
								 
							
						 
						
							
							
								
								udp: support old, crappy non pthread mode  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								798b264678 
								
							
								 
							
						 
						
							
							
								
								build: remove BUILD_ROOT variable  
							
							This variable is unnecessary as absolute paths are not required.
Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b2a6f25c67 
								
							
								 
							
						 
						
							
							
								
								lavdev: add SDL output device  
							
							
								
							
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa47c35dff 
								
							
								 
							
						 
						
							
							
								
								ac3enc: add support for E-AC-3 encoding.  
							
							This adds basic stream format support and allows for arbitrary bit rates
rather than just those supported in AC-3. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								93eb8e4d7c 
								
							
								 
							
						 
						
							
							
								
								ARM: check for VFPv3  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ea7e318fb2 
								
							
								 
							
						 
						
							
							
								
								Remove support for libdc1394 < 2.0.  
							
							Versions >= 2.0 have been around for a very long time now. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6348a96c06 
								
							
								 
							
						 
						
							
							
								
								configure: report yasm/nasm presence properly  
							
							If the secondary assembler is in use report the proper name 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e14574eb68 
								
							
								 
							
						 
						
							
							
								
								configure: Add -D_GNU_SOURCE to CPPFLAGS on OS/2.  
							
							The flag is required for some C99 math functions to be declared. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9bbd6a4cd8 
								
							
								 
							
						 
						
							
							
								
								configure: enable memalign_hack automatically when needed  
							
							Signed-off-by: Mans Rullgard <mans@mansr.com> 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								a7a187a1be 
								
							
								 
							
						 
						
							
							
								
								configure: Add -U__STRICT_ANSI__ to CPPFLAGS on Cygwin and DOS.  
							
							In -std=c99 mode GCC defines __STRICT_ANSI__ to hide non-ANSI interfaces.
This causes declarations for some POSIX functions to be omitted from system
headers, which causes compilation failures. 
							
						 
						14 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								95eb2e3a38 
								
							
								 
							
						 
						
							
							
								
								DirectShow capture support  
							
							Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 
							
						 
						14 years ago