You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	doc/examples: fix lib math dep for resampling_audio.
It uses at least sin()
This commit is contained in:
		| @@ -25,6 +25,7 @@ OBJS=$(addsuffix .o,$(EXAMPLES)) | |||||||
| # the following examples make explicit use of the math library | # the following examples make explicit use of the math library | ||||||
| decoding_encoding: LDLIBS += -lm | decoding_encoding: LDLIBS += -lm | ||||||
| muxing:            LDLIBS += -lm | muxing:            LDLIBS += -lm | ||||||
|  | resampling_audio:  LDLIBS += -lm | ||||||
|  |  | ||||||
| .phony: all clean-test clean | .phony: all clean-test clean | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user