comparison api-example.c @ 10367:b790df0d7046 libavcodec

Allow building api-example from outside of libavcodec and also make it more consistent with libavformat/output-example.
author jai_menon
date Tue, 06 Oct 2009 06:18:57 +0000
parents 621852d53087
children 7dd2a45249a9
comparison
equal deleted inserted replaced
10366:55f4c141dbb0 10367:b790df0d7046
33 33
34 #ifdef HAVE_AV_CONFIG_H 34 #ifdef HAVE_AV_CONFIG_H
35 #undef HAVE_AV_CONFIG_H 35 #undef HAVE_AV_CONFIG_H
36 #endif 36 #endif
37 37
38 #include "avcodec.h" 38 #include "libavcodec/avcodec.h"
39 #include "libavutil/mathematics.h" 39 #include "libavutil/mathematics.h"
40 40
41 #define INBUF_SIZE 4096 41 #define INBUF_SIZE 4096
42 42
43 /* 43 /*