You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavfi: duplicate ff_log2_tab
Fixes compilation failures on msvc/icl shared builds Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
				
					committed by
					
						 Michael Niedermayer
						Michael Niedermayer
					
				
			
			
				
	
			
			
			
						parent
						
							298b3b6c1f
						
					
				
				
					commit
					7cafdfe9c7
				
			| @@ -244,6 +244,7 @@ SKIPHEADERS-$(CONFIG_LIBVIDSTAB)             += vidstabutils.h | ||||
| SKIPHEADERS-$(CONFIG_OPENCL)                 += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h | ||||
|  | ||||
| OBJS-$(HAVE_THREADS)                         += pthread.o | ||||
| OBJS-$(CONFIG_SHARED)                        += log2_tab.o | ||||
|  | ||||
| TOOLS     = graph2dot | ||||
| TESTPROGS = drawutils filtfmts formats | ||||
|   | ||||
							
								
								
									
										1
									
								
								libavfilter/log2_tab.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								libavfilter/log2_tab.c
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | ||||
| #include "libavutil/log2_tab.c" | ||||
		Reference in New Issue
	
	Block a user