diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-16 00:20:02 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-16 00:20:02 +0000 |
commit | 8684349cf982d2a7117c06f4d2cd33982a1ac08d (patch) | |
tree | 7994dd94e6f9a0ee075f1e82eb45757b05645897 | |
parent | 1d0821178b1c27e35595f72bd9adda5945c7be8b (diff) | |
download | xine-lib-8684349cf982d2a7117c06f4d2cd33982a1ac08d.tar.gz xine-lib-8684349cf982d2a7117c06f4d2cd33982a1ac08d.tar.bz2 |
enable use of our fastmemcpy in ffmpeg
CVS patchset: 4619
CVS date: 2003/04/16 00:20:02
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee7fff4fd..1310d9ae0 100644 --- a/configure.ac +++ b/configure.ac @@ -219,7 +219,7 @@ AC_SUBST(LIBFFMPEG_CFLAGS) LIBMPEG2_CFLAGS="" dnl default include path removed, no more needed. LIBA52_CFLAGS="" -LIBFFMPEG_CFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT" +LIBFFMPEG_CFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY" AC_ARG_ENABLE(altivec, [ --disable-altivec use assembly codes for Motorola 74xx CPUs], |