mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 05:24:42 +00:00
ipp.h is a system header, use <> when #including it.
Originally committed as revision 13093 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
22700471a9
commit
81f46d5ac9
@ -21,7 +21,7 @@
|
||||
|
||||
#include "dsputil.h"
|
||||
#ifdef HAVE_IPP
|
||||
#include "ipp.h"
|
||||
#include <ipp.h>
|
||||
#endif
|
||||
|
||||
extern void dsputil_init_iwmmxt(DSPContext* c, AVCodecContext *avctx);
|
||||
|
@ -19,7 +19,7 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "dsputil.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
|
||||
#define DEF(x, y) x ## _no_rnd_ ## y ##_iwmmxt
|
||||
#define SET_RND(regd) asm volatile ("mov r12, #1 \n\t tbcsth " #regd ", r12":::"r12");
|
||||
|
@ -18,9 +18,9 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "avcodec.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "libavcodec/mpegvideo.h"
|
||||
|
||||
extern void MPV_common_init_iwmmxt(MpegEncContext *s);
|
||||
extern void MPV_common_init_armv5te(MpegEncContext *s);
|
||||
|
@ -19,9 +19,9 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "avcodec.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "libavcodec/mpegvideo.h"
|
||||
|
||||
|
||||
#ifdef ENABLE_ARM_TESTS
|
||||
|
@ -18,9 +18,9 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include "dsputil.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "avcodec.h"
|
||||
#include "libavcodec/avcodec.h"
|
||||
#include "libavcodec/dsputil.h"
|
||||
#include "libavcodec/mpegvideo.h"
|
||||
|
||||
static void dct_unquantize_h263_intra_iwmmxt(MpegEncContext *s,
|
||||
DCTELEM *block, int n, int qscale)
|
||||
|
Loading…
Reference in New Issue
Block a user