Browse Source

lavu: Fix checkheaders for x86/emms.h

internal.h doesn't need to include cpu.h anymore since
the relevant code was moved to x86/emms.h

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.2
James Almer Michael Niedermayer 12 years ago
parent
commit
a56fd9edab
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/x86/emms.h

+ 1
- 0
libavutil/x86/emms.h View File

@@ -21,6 +21,7 @@

#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"

void avpriv_emms_yasm(void);



Loading…
Cancel
Save