diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2008-06-06 21:37:07 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2008-06-06 21:37:07 +0000 |
commit | bb00536ea349d19b459a044798f9c834825b0175 (patch) | |
tree | 500ab0ee1d49e3baf70f29bd6a825579894fa810 | |
parent | b30bb5357d176ba776862ccc58e49e520d335fd4 (diff) | |
download | ffmpeg-bb00536ea349d19b459a044798f9c834825b0175.tar.gz |
output_example.c now uses proper include paths.
Originally committed as revision 13678 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/general.texi b/doc/general.texi index b7e6799110..7faa6c9f51 100644 --- 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 |