我的Mplayer在Mingw下编译,尽管--enable-largefiles,但是没有用。播放2G的Xvid文件正常,但是不能拖动(快进)。错误显示为
Cannot seek in raw AVI streams. (Index required, try with the -idx switch.)
我查看了一下configure文件,是这么写的
# 64 bit file offsets?
if test "$_largefiles" = yes || freebsd ; then
CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
if test "$_dvdread" = yes ; then
# dvdread support requires this (for off64_t)
CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
fi
fi