diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-09-04 20:03:14 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-09-06 09:09:07 +0200 |
commit | 97b052e56807fab6887e9ba210a28a622e6a4b78 (patch) | |
tree | 84e52372f09fed4a712beddb804057e5a872f241 /libavformat/avisynth.c | |
parent | befe044bb9561c9d7d6559db06bba375e82a4b66 (diff) | |
download | ffmpeg-97b052e56807fab6887e9ba210a28a622e6a4b78.tar.gz |
avisynth: Add missing #include for NULL_IF_CONFIG_SMALL
Diffstat (limited to 'libavformat/avisynth.c')
-rw-r--r-- | libavformat/avisynth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index 134b17f1d6..08679e5de7 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -19,6 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/internal.h" #include "avformat.h" #include "internal.h" #include "riff.h" |