]> granicus.if.org Git - libvpx/commit
Remove gcc-specific __label__
authorShimon Doodkin <helpmepro1@gmail.com>
Thu, 21 Mar 2013 18:51:02 +0000 (11:51 -0700)
committerJohann <johann.koenig@duck.com>
Fri, 22 Mar 2013 17:08:19 +0000 (10:08 -0700)
commit907016fdc748f3511c5c847c2f4c00e8ccce2577
treeba01b7e5a120c1825d02ef3e6e7752fd696eef37
parent699196dc3d348b7e1e92e08eb71d7e519a66d2ec
Remove gcc-specific __label__

Use unique names and ditch the local label declaration. Visual Studio
does not support it.

https://code.google.com/p/webm/issues/detail?id=561

Change-Id: Ica643cf5abb56ee6156371f5bf73fdeb58014422
vp8/encoder/x86/quantize_sse2.c