You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
		
			
				
	
	
		
			18 lines
		
	
	
		
			318 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			318 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include ../config.mak
 | |
| 
 | |
| NAME = avfilter
 | |
| FFLIBS = avcodec avutil
 | |
| FFLIBS-$(CONFIG_SWSCALE)       += swscale
 | |
| FFLIBS-$(CONFIG_AVFILTER_LAVF) += avformat
 | |
| 
 | |
| OBJS = allfilters.o \
 | |
|        avfilter.o \
 | |
|        defaults.o \
 | |
|        formats.o \
 | |
| 
 | |
| #OBJS-$(CONFIG_XXX_FILTER)    += vf_xxx.o
 | |
| 
 | |
| HEADERS = avfilter.h
 | |
| 
 | |
| include ../common.mak
 |