mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 04:26:37 +08:00 
			
		
		
		
	 6fdd35a312
			
		
	
	6fdd35a312
	
	
	
		
			
			* commit '92db5083077a8b0f8e1050507671b456fd155125': build: Generate pkg-config files from Make and not from configure build: Store library version numbers in .version files Includes cherry-picked commits8a34f36593andee164727ddto fix issues. Changes were also made to retain support for raise_major and build_suffix. Reviewed-by: ubitux Merged-by: James Almer <jamrial@gmail.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			895 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			895 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| NAME = avresample
 | |
| DESC = Libav audio resampling library
 | |
| 
 | |
| HEADERS = avresample.h                                                  \
 | |
|           version.h                                                     \
 | |
| 
 | |
| OBJS = audio_convert.o                                                  \
 | |
|        audio_data.o                                                     \
 | |
|        audio_mix.o                                                      \
 | |
|        audio_mix_matrix.o                                               \
 | |
|        dither.o                                                         \
 | |
|        options.o                                                        \
 | |
|        resample.o                                                       \
 | |
|        utils.o                                                          \
 | |
| 
 | |
| # Windows resource file
 | |
| SLIBOBJS-$(HAVE_GNU_WINDRES) += avresampleres.o
 | |
| 
 | |
| TESTPROGS = avresample
 |