shithub: libvpx

Download patch

ref: bd9b383db20898424b6ef7deea769dd2b176e9f4
parent: 6cb708d50162ea4d6337949bc75587e87cac51eb
parent: 30830d5a7cd00015f661a0fb61b9a87897fe74a1
author: John Koleszar <jkoleszar@google.com>
date: Wed Dec 22 06:11:08 EST 2010

Merge "make yasm generate cv8 debug data on win32"

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -890,7 +890,7 @@
         case  ${tgt_os} in
             win*)
                 add_asflags -f win${bits}
-                enabled debug && add_asflags -g dwarf2
+                enabled debug && add_asflags -g cv8
             ;;
             linux*|solaris*)
                 add_asflags -f elf${bits}
--