This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doc/examples: link decoding_encoding and muxing with math lib.
These two examples use the sin() function.
tags/n0.11
Clément Bœsch
14 years ago
parent
9a19341e6e
commit
2f197a20cf
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
doc/examples/Makefile
+ 4
- 0
doc/examples/Makefile
View File
@@ -17,6 +17,10 @@ EXAMPLES= decoding_encoding \
OBJS=$(addsuffix .o,$(EXAMPLES))
# the following examples make explicit use of the math library
decoding_encoding: LDLIBS += -lm
muxing: LDLIBS += -lm
%: %.o
$(CC) $< $(LDLIBS) -o $@
Write
Preview
Loading…
Cancel
Save