[FFmpeg-cvslog] avisynth: Add missing #include for NULL_IF_CONFIG_SMALL

Diego Biurrun git at videolan.org
Fri Sep 6 13:46:55 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Sep  4 20:03:14 2013 +0200| [97b052e56807fab6887e9ba210a28a622e6a4b78] | committer: Diego Biurrun

avisynth: Add missing #include for NULL_IF_CONFIG_SMALL

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97b052e56807fab6887e9ba210a28a622e6a4b78
---

 libavformat/avisynth.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index 134b17f..08679e5 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"



More information about the ffmpeg-cvslog mailing list