git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b30bb53
)
output_example.c now uses proper include paths.
author
Ramiro Polla
<ramiro.polla@gmail.com>
Fri, 6 Jun 2008 21:37:07 +0000
(21:37 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Fri, 6 Jun 2008 21:37:07 +0000
(21:37 +0000)
Originally committed as revision 13678 to svn://svn.ffmpeg.org/ffmpeg/trunk
doc/general.texi
patch
|
blob
|
history
diff --git
a/doc/general.texi
b/doc/general.texi
index
b7e6799
..
7faa6c9
100644
(file)
--- a/
doc/general.texi
+++ b/
doc/general.texi
@@
-474,10
+474,6
@@
FFmpeg, so you must add this line before @code{#include}ing libav*:
#define inline _inline
@end example
-@item If you used @file{output_example.c} as your sample application,
-you will have to edit the @code{#include}s to point to the files which
-are under the @file{ffmpeg} directory (i.e. @code{<ffmpeg/avformat.h>}).
-
@item Build your application, everything should work.
@end enumerate