Browse Source

Merge commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb'

* commit 'b7a4127a45b780d76e6b09427a3d0197c4bc1cdb':
  h264_qpel: Use the correct header

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.8
Michael Niedermayer 10 years ago
parent
commit
63b0356274
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/x86/h264_qpel.c

+ 1
- 1
libavcodec/x86/h264_qpel.c View File

@@ -23,8 +23,8 @@
#include "libavutil/cpu.h"
#include "libavutil/x86/asm.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/h264.h"
#include "libavcodec/h264qpel.h"
#include "libavcodec/mpegvideo.h"
#include "libavcodec/pixels.h"
#include "fpel.h"



Loading…
Cancel
Save