You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| include $(SUBDIR)../config.mak
 | |
| 
 | |
| NAME = swresample
 | |
| FFLIBS = avutil
 | |
| 
 | |
| HEADERS = swresample.h
 | |
| 
 | |
| OBJS = swresample.o audioconvert.o resample.o rematrix.o dither.o
 | |
| 
 | |
| TESTPROGS = swresample_test
 |