Browse Source

swr: fix make checkheaders.

tags/n1.0
Clément Bœsch 13 years ago
parent
commit
ca612a27ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libswresample/x86/resample_mmx.h

+ 1
- 0
libswresample/x86/resample_mmx.h View File

@@ -20,6 +20,7 @@

#include "libavutil/x86_cpu.h"
#include "libavutil/cpu.h"
#include "libswresample/swresample_internal.h"

int swri_resample_int16_mmx2 (struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx);
int swri_resample_int16_ssse3(struct ResampleContext *c, int16_t *dst, const int16_t *src, int *consumed, int src_size, int dst_size, int update_ctx);


Loading…
Cancel
Save