avisynth: Add missing #include for NULL_IF_CONFIG_SMALL
authorDiego Biurrun <diego@biurrun.de>
Wed, 4 Sep 2013 18:03:14 +0000 (20:03 +0200)
committerDiego Biurrun <diego@biurrun.de>
Fri, 6 Sep 2013 07:09:07 +0000 (09:09 +0200)
libavformat/avisynth.c

index 134b17f..08679e5 100644 (file)
@@ -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"