You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Use the appropiate Makefile variable to ensure the resource file is only built into shared libraries instead.
		
			
				
	
	
		
			14 lines
		
	
	
		
			308 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			308 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| NAME = postproc
 | |
| DESC = FFmpeg postprocessing library
 | |
| FFLIBS = avutil
 | |
| 
 | |
| HEADERS = postprocess.h        \
 | |
|           version.h            \
 | |
|           version_major.h      \
 | |
| 
 | |
| OBJS = postprocess.o           \
 | |
|        version.o               \
 | |
| 
 | |
| # Windows resource file
 | |
| SHLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o
 |