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 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e9b9a2f86f 
								
							
								 
							
						 
						
							
							
								
								Add -fasm and -std=c99 when supported.  
							
							Originally committed as revision 14769 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								11a9d3e853 
								
							
								 
							
						 
						
							
							
								
								Add -D_POSIX_C_SOURCE=200112 to cflags.  
							
							Originally committed as revision 14754 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aca36b287d 
								
							
								 
							
						 
						
							
							
								
								Remove unneeded whitespace and quotes from -D_ISOC99_SOURCE.  
							
							Originally committed as revision 14745 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								da0def34ec 
								
							
								 
							
						 
						
							
							
								
								Change _ISOC9X_SOURCE to _ISOC99_SOURCE.  
							
							Originally committed as revision 14739 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								af44e8e488 
								
							
								 
							
						 
						
							
							
								
								Show result of yasm test.  
							
							Originally committed as revision 14726 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								304d586de6 
								
							
								 
							
						 
						
							
							
								
								yasm buildsystem  
							
							Originally committed as revision 14696 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								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  
				
					
						
							
							
								 
						
							
							
							
								
							
								b7d49373d2 
								
							
								 
							
						 
						
							
							
								
								Make configure --help document the --enable-debug option.  
							
							Originally committed as revision 14330 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9c56a1f9f4 
								
							
								 
							
						 
						
							
							
								
								Move --disable-debug to a better place within configure help output.  
							
							Originally committed as revision 14327 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								8351d2ba75 
								
							
								 
							
						 
						
							
							
								
								Replace LDLATEFLAGS hackery by proper LDFLAGS tests.  
							
							The original reasons for LDLATEFLAGS are lost in the mists of time.
Originally committed as revision 14263 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de0e19cc38 
								
							
								 
							
						 
						
							
							
								
								ARM: disable use of system byteswap.h  
							
							Our bswap functions are better than those in glibc, which has
no ARM-optimised versions.
Originally committed as revision 14241 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e70f1a2067 
								
							
								 
							
						 
						
							
							
								
								Add parisc* to the list of architectures requiring PIC flags for shared libs.  
							
							Originally committed as revision 14200 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1b71f04586 
								
							
								 
							
						 
						
							
							
								
								configure: simplify negative dependencies  
							
							Originally committed as revision 14195 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3250003c79 
								
							
								 
							
						 
						
							
							
								
								configure: allow !foo as argument to enabled/disabled and *_deps lists  
							
							Originally committed as revision 14194 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								18c640054c 
								
							
								 
							
						 
						
							
							
								
								regenerate dependencies when building object files  
							
							Originally committed as revision 14143 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d921f03fcc 
								
							
								 
							
						 
						
							
							
								
								Add FFMPEG_CONFIGURATION to config.mak as well, it sometimes helps debugging.  
							
							Originally committed as revision 14130 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								46d1ff8382 
								
							
								 
							
						 
						
							
							
								
								correct path in *-uninstalled.pc  
							
							Originally committed as revision 14105 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b517af05b9 
								
							
								 
							
						 
						
							
							
								
								MLP/TrueHD decoder.  
							
							Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								40617a6d05 
								
							
								 
							
						 
						
							
							
								
								Check for support of -fomit-frame-pointer before adding it to CFLAGS.  
							
							patch by Ben Taylor, bentaylor.solx86 gmail com
Originally committed as revision 13966 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								f0418fec69 
								
							
								 
							
						 
						
							
							
								
								Each dependency file needs to be updated when one of the files the  
							
							corresponding object file depends on is changed.
Originally committed as revision 13965 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								edc724b8b8 
								
							
								 
							
						 
						
							
							
								
								fix dependency generation  
							
							Originally committed as revision 13820 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9e6165b53e 
								
							
								 
							
						 
						
							
							
								
								enable version.h to be created from subdirs  
							
							Originally committed as revision 13819 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								25cd5cb33c 
								
							
								 
							
						 
						
							
							
								
								Generate pkg-config files in each library subdirectory so that they do  
							
							not clutter the root of the source tree.
Originally committed as revision 13780 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								fbd971a444 
								
							
								 
							
						 
						
							
							
								
								Fix typo in the names of variables assigned to OS-specific path variables.  
							
							Originally committed as revision 13717 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								9473993bf0 
								
							
								 
							
						 
						
							
							
								
								Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.  
							
							inspired by a patch from Debian
Originally committed as revision 13671 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								6b18d2780e 
								
							
								 
							
						 
						
							
							
								
								check for ARM NEON assembler support  
							
							Originally committed as revision 13667 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								265de66542 
								
							
								 
							
						 
						
							
							
								
								accept --cpu=cortex*  
							
							Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								c9d1924884 
								
							
								 
							
						 
						
							
							
								
								improve installation path selection  
							
							Originally committed as revision 13638 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								426be5dc83 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Split all path variables into their own list.  
							
							Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3ed1a2ee88 
								
							
								 
							
						 
						
							
							
								
								cosmetics: Remove useless backslashes.  
							
							Originally committed as revision 13556 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								b006b26c83 
								
							
								 
							
						 
						
							
							
								
								Implement a proper configure test for AltiVec vector declaration syntax.  
							
							Originally committed as revision 13555 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								81a5cdde80 
								
							
								 
							
						 
						
							
							
								
								Simplify altivec.h test.  
							
							Originally committed as revision 13554 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								de3e16ee14 
								
							
								 
							
						 
						
							
							
								
								10l: Add useless backslashes in AltiVec CFLAGS test.  
							
							Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								1489db821c 
								
							
								 
							
						 
						
							
							
								
								Some (Solaris) gcc versions apparently output a comment as first line  
							
							when generating dependencies. Make sure to remove this in DEPEND_CMD.
extracted in a modified form from a gstreamer patch for FFmpeg
Originally committed as revision 13530 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								5dcfe9f898 
								
							
								 
							
						 
						
							
							
								
								When shared libraries are built, make the pkg-config requires Requires.private.  
							
							patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 13528 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								12701f6e31 
								
							
								 
							
						 
						
							
							
								
								Define private libraries as 'Libs:' when only static libraries are built,  
							
							so that they work correctly even without pkgconfig's --static option.
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 13514 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d156bede0b 
								
							
								 
							
						 
						
							
							
								
								Add command line option to set the value of bindir.  
							
							Originally committed as revision 13490 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								aa7205bcf1 
								
							
								 
							
						 
						
							
							
								
								Remove unused variable 'prefix' from config.mak.  
							
							Originally committed as revision 13480 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								d6bd62db95 
								
							
								 
							
						 
						
							
							
								
								Call x264 and Xvid libx264 and libxvid in the configure output for consistency.  
							
							Originally committed as revision 13466 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								842eabc5f9 
								
							
								 
							
						 
						
							
							
								
								cosmetics: XviD is now called Xvid.  
							
							Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								0147b92ea5 
								
							
								 
							
						 
						
							
							
								
								Revert "Add version information to DLLs."  
							
							Revert "Forgot to commit changes to subdir.mak in last revision."
Originally committed as revision 13426 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								3f28da61de 
								
							
								 
							
						 
						
							
							
								
								Add version information to DLLs.  
							
							Patch by Jeremy Kolb.
Originally committed as revision 13379 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								ba321adb94 
								
							
								 
							
						 
						
							
							
								
								Store license value in a variable for later use.  
							
							patch by Jeremy Kolb, jkolb wsi com
Originally committed as revision 13183 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								bcea99bb44 
								
							
								 
							
						 
						
							
							
								
								set $logfile before use  
							
							Originally committed as revision 13178 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago  
				
					
						
							
							
								 
						
							
							
							
								
							
								e8214e0e48 
								
							
								 
							
						 
						
							
							
								
								cosmetics: alignment  
							
							Originally committed as revision 13176 to svn://svn.ffmpeg.org/ffmpeg/trunk 
							
						 
						17 years ago