Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-09-04 22:03:14 +0400
committerDiego Biurrun <diego@biurrun.de>2013-09-06 11:09:07 +0400
commit97b052e56807fab6887e9ba210a28a622e6a4b78 (patch)
tree84e52372f09fed4a712beddb804057e5a872f241 /libavformat/avisynth.c
parentbefe044bb9561c9d7d6559db06bba375e82a4b66 (diff)
avisynth: Add missing #include for NULL_IF_CONFIG_SMALL
Diffstat (limited to 'libavformat/avisynth.c')
-rw-r--r--libavformat/avisynth.c1
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"