mirror of
				https://git.ffmpeg.org/ffmpeg.git
				synced 2025-11-04 01:30:56 +00:00 
			
		
		
		
	Remove ffmpeg.
This commit is contained in:
		
							parent
							
								
									9292fe4a1d
								
							
						
					
					
						commit
						0fec2cb15c
					
				
					 5 changed files with 1 additions and 5512 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -11,7 +11,6 @@ doc/*.1
 | 
				
			||||||
doc/*.html
 | 
					doc/*.html
 | 
				
			||||||
doc/*.pod
 | 
					doc/*.pod
 | 
				
			||||||
doxy
 | 
					doxy
 | 
				
			||||||
ffmpeg
 | 
					 | 
				
			||||||
avconv
 | 
					avconv
 | 
				
			||||||
avplay
 | 
					avplay
 | 
				
			||||||
avprobe
 | 
					avprobe
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										3
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -52,7 +52,6 @@ COMPILE_S = $(call COMPILE,AS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%.c %.h: TAG = GEN
 | 
					%.c %.h: TAG = GEN
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PROGS-$(CONFIG_FFMPEG)   += ffmpeg
 | 
					 | 
				
			||||||
PROGS-$(CONFIG_AVCONV)   += avconv
 | 
					PROGS-$(CONFIG_AVCONV)   += avconv
 | 
				
			||||||
PROGS-$(CONFIG_AVPLAY)   += avplay
 | 
					PROGS-$(CONFIG_AVPLAY)   += avplay
 | 
				
			||||||
PROGS-$(CONFIG_AVPROBE)  += avprobe
 | 
					PROGS-$(CONFIG_AVPROBE)  += avprobe
 | 
				
			||||||
| 
						 | 
					@ -65,7 +64,7 @@ HOSTPROGS  := $(TESTTOOLS:%=tests/%)
 | 
				
			||||||
TOOLS       = qt-faststart trasher
 | 
					TOOLS       = qt-faststart trasher
 | 
				
			||||||
TOOLS-$(CONFIG_ZLIB) += cws2fws
 | 
					TOOLS-$(CONFIG_ZLIB) += cws2fws
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BASENAMES   = ffmpeg avconv avplay avprobe avserver
 | 
					BASENAMES   = avconv avplay avprobe avserver
 | 
				
			||||||
ALLPROGS    = $(BASENAMES:%=%$(EXESUF))
 | 
					ALLPROGS    = $(BASENAMES:%=%$(EXESUF))
 | 
				
			||||||
ALLMANPAGES = $(BASENAMES:%=%.1)
 | 
					ALLMANPAGES = $(BASENAMES:%=%.1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										3
									
								
								configure
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								configure
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -80,7 +80,6 @@ Configuration options:
 | 
				
			||||||
  --enable-nonfree         allow use of nonfree code, the resulting libs
 | 
					  --enable-nonfree         allow use of nonfree code, the resulting libs
 | 
				
			||||||
                           and binaries will be unredistributable [no]
 | 
					                           and binaries will be unredistributable [no]
 | 
				
			||||||
  --disable-doc            do not build documentation
 | 
					  --disable-doc            do not build documentation
 | 
				
			||||||
  --disable-ffmpeg         disable ffmpeg build
 | 
					 | 
				
			||||||
  --disable-avconv         disable avconv build
 | 
					  --disable-avconv         disable avconv build
 | 
				
			||||||
  --disable-avplay         disable avplay build
 | 
					  --disable-avplay         disable avplay build
 | 
				
			||||||
  --disable-avprobe        disable avprobe build
 | 
					  --disable-avprobe        disable avprobe build
 | 
				
			||||||
| 
						 | 
					@ -911,7 +910,6 @@ PROGRAM_LIST="
 | 
				
			||||||
    avplay
 | 
					    avplay
 | 
				
			||||||
    avprobe
 | 
					    avprobe
 | 
				
			||||||
    avserver
 | 
					    avserver
 | 
				
			||||||
    ffmpeg
 | 
					 | 
				
			||||||
"
 | 
					"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CONFIG_LIST="
 | 
					CONFIG_LIST="
 | 
				
			||||||
| 
						 | 
					@ -1536,7 +1534,6 @@ avplay_select="rdft"
 | 
				
			||||||
avprobe_deps="avcodec avformat"
 | 
					avprobe_deps="avcodec avformat"
 | 
				
			||||||
avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer !shared"
 | 
					avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer !shared"
 | 
				
			||||||
avserver_extralibs='$ldl'
 | 
					avserver_extralibs='$ldl'
 | 
				
			||||||
ffmpeg_deps="avcodec avformat swscale"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
doc_deps="texi2html"
 | 
					doc_deps="texi2html"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										1091
									
								
								doc/ffmpeg.texi
									
										
									
									
									
								
							
							
						
						
									
										1091
									
								
								doc/ffmpeg.texi
									
										
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue