mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-30 20:16:42 +08:00 
			
		
		
		
	build: Add missing celp_math dependency for G723_1 encoder and decoder
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
		 Vittorio Giovara
					Vittorio Giovara
				
			
				
					committed by
					
						 Diego Biurrun
						Diego Biurrun
					
				
			
			
				
	
			
			
			 Diego Biurrun
						Diego Biurrun
					
				
			
						parent
						
							7c82d31cbe
						
					
				
				
					commit
					71eaefa64a
				
			| @@ -229,9 +229,11 @@ OBJS-$(CONFIG_FRAPS_DECODER)           += fraps.o | ||||
| OBJS-$(CONFIG_FRWU_DECODER)            += frwu.o | ||||
| OBJS-$(CONFIG_G2M_DECODER)             += g2meet.o elsdec.o | ||||
| OBJS-$(CONFIG_G723_1_DECODER)          += g723_1dec.o g723_1.o \ | ||||
|                                           acelp_vectors.o celp_filters.o | ||||
|                                           acelp_vectors.o celp_filters.o \ | ||||
|                                           celp_math.o | ||||
| OBJS-$(CONFIG_G723_1_ENCODER)          += g723_1enc.o g723_1.o \ | ||||
|                                           acelp_vectors.o celp_filters.o | ||||
|                                           acelp_vectors.o celp_filters.o \ | ||||
|                                           celp_math.o | ||||
| OBJS-$(CONFIG_GIF_DECODER)             += gifdec.o lzw.o | ||||
| OBJS-$(CONFIG_GIF_ENCODER)             += gif.o lzwenc.o | ||||
| OBJS-$(CONFIG_GSM_DECODER)             += gsmdec.o gsmdec_data.o msgsmdec.o | ||||
|   | ||||
		Reference in New Issue
	
	Block a user