Browse Source

Allow building api-example from outside of libavcodec and also

make it more consistent with libavformat/output-example.

Originally committed as revision 20176 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Jai Menon 16 years ago
parent
commit
1c38da85e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/api-example.c

+ 1
- 1
libavcodec/api-example.c View File

@@ -35,7 +35,7 @@
#undef HAVE_AV_CONFIG_H
#endif

#include "avcodec.h"
#include "libavcodec/avcodec.h"
#include "libavutil/mathematics.h"

#define INBUF_SIZE 4096


Loading…
Cancel
Save