]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess_template.c
avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm option
[ffmpeg] / libpostproc / postprocess_template.c
index df1684d1e22457886698c40b20ee3e18b1785228..411fc41915b060dde225b46ef31c5648229c2c5b 100644 (file)
@@ -23,6 +23,7 @@
  * mmx/mmx2/3dnow postprocess code.
  */
 
+#include "libavutil/mem_internal.h"
 #include "libavutil/x86/asm.h"
 
 /* A single TEMPLATE_PP_* should be defined (to 1) when this template is