Update of /cvsroot/xine/xine-lib
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9041
Modified Files:
configure.ac
Log Message:
trying an updated ffmpeg version (51.25.0)
Index: configure.ac
===================================================================
RCS file: /cvsroot/xine/xine-lib/configure.ac,v
retrieving revision 1.438
retrieving revision 1.439
diff -u -r1.438 -r1.439
--- configure.ac 3 Dec 2006 20:16:49 -0000 1.438
+++ configure.ac 4 Dec 2006 22:25:13 -0000 1.439
@@ -384,7 +384,7 @@
*********************************************************************])
else
AC_MSG_RESULT([using included ffmpeg])
- LIBFFMPEG_CPPFLAGS="-DSIMPLE_IDCT -DHAVE_AV_CONFIG_H -DRUNTIME_CPUDETECT
-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
-DCONFIG_MP3_DECODER -DCONFIG_MP2_DECODER -DCONFIG_DVVIDEO_DECODER"
AC_SUBST([LIBFFMPEG_CPPFLAGS])
AC_CHECK_TYPES(int_fast8_t, [], [LIBFFMPEG_CPPFLAGS="$LIBFFMPEG_CPPFLAGS
-DEMULATE_FAST_INT"])
@@ -1963,6 +1963,15 @@
AC_DEFINE(HAVE_IP_MREQN,1,[Define this if you have ip_mreqn in netinet/in.h])
fi
+dnl ---------------------------------------------
+dnl ASM ALIGN is power of two ?
+dnl ---------------------------------------------
+asmalign_pot="unknown"
+if test $asmalign_pot = "unknown"; then
+ AC_TRY_COMPILE([], [ asm (".align 3"); ],[
+ AC_DEFINE([HAVE_ASMALIGN_POT], 1, "asmalign power of two")],[
+ AC_DEFINE([HAVE_ASMALIGN_POT], 0, "asmalign power of two")])
+fi
dnl ---------------------------------------------
dnl Some extra checks.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog