comparison i386/motion_est_mmx.c @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 33896780c612
children eebc7209c47f
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
19 * 19 *
20 * You should have received a copy of the GNU Lesser General Public 20 * You should have received a copy of the GNU Lesser General Public
21 * License along with FFmpeg; if not, write to the Free Software 21 * License along with FFmpeg; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 */ 23 */
24 #include "dsputil.h" 24
25 #include "x86_cpu.h" 25 #include "libavutil/x86_cpu.h"
26 #include "libavcodec/dsputil.h"
26 27
27 DECLARE_ASM_CONST(8, uint64_t, round_tab[3])={ 28 DECLARE_ASM_CONST(8, uint64_t, round_tab[3])={
28 0x0000000000000000ULL, 29 0x0000000000000000ULL,
29 0x0001000100010001ULL, 30 0x0001000100010001ULL,
30 0x0002000200020002ULL, 31 0x0002000200020002ULL,