Browse Source

output_example.c now uses proper include paths.

Originally committed as revision 13678 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Ramiro Polla 17 years ago
parent
commit
bb00536ea3
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      doc/general.texi

+ 0
- 4
doc/general.texi View File

@@ -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


Loading…
Cancel
Save