1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

Add missing headers to make template files compile (more) standalone

This commit is contained in:
Diego Biurrun
2014-01-09 10:27:20 +01:00
parent e7373585f8
commit aba70bb538
15 changed files with 50 additions and 0 deletions

View File

@@ -25,8 +25,10 @@
*/
#include <stddef.h>
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/x86/asm.h"
#undef PREFETCH
#undef MOVNTQ

View File

@@ -18,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdint.h>
#include "libavutil/x86/asm.h"
#include "libswscale/swscale_internal.h"
#undef REAL_MOVNTQ
#undef MOVNTQ
#undef PREFETCH

View File

@@ -21,6 +21,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdint.h>
#include "libavutil/x86/asm.h"
#include "libswscale/swscale_internal.h"
#undef MOVNTQ
#undef EMMS
#undef SFENCE