avisynth: Add missing #include for NULL_IF_CONFIG_SMALL

pull/35/head
Diego Biurrun 12 years ago
parent befe044bb9
commit 97b052e568
  1. 1
      libavformat/avisynth.c

@ -19,6 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include "libavutil/internal.h"
#include "avformat.h" #include "avformat.h"
#include "internal.h" #include "internal.h"
#include "riff.h" #include "riff.h"

Loading…
Cancel
Save