[MPlayer-cvslog] r29856 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Nov 8 20:32:57 CET 2009
Author: reimar
Date: Sun Nov 8 20:32:57 2009
New Revision: 29856
Log:
Remove macho64 special-case for yasm options, -DPIC is already added
by the PIC-detection code.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Nov 8 16:41:40 2009 (r29855)
+++ trunk/configure Sun Nov 8 20:32:57 2009 (r29856)
@@ -2605,7 +2605,6 @@ if test -z "$YASMFLAGS" ; then
test "$pic" = "yes" && YASMFLAGS="$YASMFLAGS -DPIC"
case "$objformat" in
elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;
- macho64) YASMFLAGS="$YASMFLAGS -DPIC -DPREFIX" ;;
*) YASMFLAGS="$YASMFLAGS -DPREFIX" ;;
esac
else
More information about the MPlayer-cvslog
mailing list