diff --git a/libavcodec/api-example.c b/libavcodec/api-example.c index 763c228093..cf74c26514 100644 --- a/libavcodec/api-example.c +++ b/libavcodec/api-example.c @@ -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