Commit a141554e authored by ramiro's avatar ramiro

output_example.c now uses proper include paths.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13678 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f74b0407
...@@ -474,10 +474,6 @@ FFmpeg, so you must add this line before @code{#include}ing libav*: ...@@ -474,10 +474,6 @@ FFmpeg, so you must add this line before @code{#include}ing libav*:
#define inline _inline #define inline _inline
@end example @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. @item Build your application, everything should work.
@end enumerate @end enumerate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment