diff options
author | Mike Melanson <mike@multimedia.cx> | 2006-08-02 07:06:34 +0000 |
---|---|---|
committer | Mike Melanson <mike@multimedia.cx> | 2006-08-02 07:06:34 +0000 |
commit | 2799df4c3eaa4c15f8b15e9528afc645c6aef32a (patch) | |
tree | 8f6e1f631eff8d9938c7182175d2aa66fb0c39cf /configure.ac | |
parent | 5f24c84bddd59e2d1744408f2c3694050d7d3d3d (diff) | |
download | xine-lib-2799df4c3eaa4c15f8b15e9528afc645c6aef32a.tar.gz xine-lib-2799df4c3eaa4c15f8b15e9528afc645c6aef32a.tar.bz2 |
delete USE_FASTMEMCPY FFmpeg flag since our fastmemcpy.h file has
nothing in it right now anyway
CVS patchset: 8147
CVS date: 2006/08/02 07:06:34
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fb73e3b52..8ace40c92 100644 --- a/configure.ac +++ b/configure.ac @@ -349,7 +349,7 @@ AC_SUBST(LIBMPEG2_CFLAGS) AC_SUBST(LIBFFMPEG_CPPFLAGS) LIBMPEG2_CFLAGS="" -LIBFFMPEG_CPPFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DUSE_FASTMEMCPY -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -DCONFIG_GPL" +LIBFFMPEG_CPPFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT -DCONFIG_RISKY -DCONFIG_DECODERS -DXINE_MPEG_ENCODER -DCONFIG_ZLIB -DCONFIG_GPL" AC_CHECK_DECL(lrintf,[ AC_DEFINE(HAVE_LRINTF,1,[Define this if the 'lrintf' function is declared in math.h]) |