You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Remove other shared lib names from linker command line for shared libs
Originally committed as revision 16103 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -29,7 +29,7 @@ $(SUBDIR)$(SLIBNAME): $(SUBDIR)$(SLIBNAME_WITH_MAJOR) | ||||
|  | ||||
| $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) | ||||
| 	$(SLIB_CREATE_DEF_CMD) | ||||
| 	$(CC) $(SHFLAGS) $(FFLDFLAGS) -o $$@ $$^ $(FFEXTRALIBS) $(EXTRAOBJS) | ||||
| 	$(CC) $(SHFLAGS) $(FFLDFLAGS) -o $$@ $$(filter-out $(DEP_LIBS),$$^) $(FFEXTRALIBS) $(EXTRAOBJS) | ||||
| 	$(SLIB_EXTRA_CMD) | ||||
|  | ||||
| ifdef SUBDIR | ||||
|   | ||||
		Reference in New Issue
	
	Block a user