diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-10-29 16:30:07 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-10-29 16:30:07 +0000 |
commit | b85cac8de6cdf76095124eb500d638f197287950 (patch) | |
tree | 4b308a1058a0f378f6cb4890f8aca9441b0c9514 | |
parent | e69ac0f8052424e3ce344365b6be0c95f0e68db6 (diff) | |
download | xine-lib-b85cac8de6cdf76095124eb500d638f197287950.tar.gz xine-lib-b85cac8de6cdf76095124eb500d638f197287950.tar.bz2 |
move ffmpeg define to configure.ac
CVS patchset: 3091
CVS date: 2002/10/29 16:30:07
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1bdfdfbfd..522123b50 100644 --- a/configure.ac +++ b/configure.ac @@ -201,7 +201,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" +LIBFFMPEG_CFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT" AC_ARG_ENABLE(altivec, [ --disable-altivec use assembly codes for Motorola 74xx CPUs], |