comparison libvo/vo_odivx.c @ 350:601822cc8c52

applied MMX2 memcpy() patch by Nick Kurshev
author arpi_esp
date Wed, 11 Apr 2001 12:47:45 +0000
parents 74064c2929a1
children 7de9e48c83a5
comparison
equal deleted inserted replaced
349:96793536a478 350:601822cc8c52
16 #include <unistd.h> 16 #include <unistd.h>
17 #include <fcntl.h> 17 #include <fcntl.h>
18 #include <sys/mman.h> 18 #include <sys/mman.h>
19 19
20 #include "../encore/encore.h" 20 #include "../encore/encore.h"
21
22 #include "mmx.h"
21 23
22 static vo_info_t vo_info = 24 static vo_info_t vo_info =
23 { 25 {
24 "OpenDivX AVI File writer", 26 "OpenDivX AVI File writer",
25 "odivx", 27 "odivx",