Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(222)

Unified Diff: source/libvpx/vpx_dsp/x86/sad_sse2.asm

Issue 1302353004: libvpx: Pull from upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/libvpx/vpx_dsp/x86/sad4d_sse2.asm ('k') | source/libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/vpx_dsp/x86/sad_sse2.asm
diff --git a/source/libvpx/vpx_dsp/x86/sad_sse2.asm b/source/libvpx/vpx_dsp/x86/sad_sse2.asm
index c6a829dc21e3630dcce482cb41ef3053644905e1..0defe1b6db1db277149a31e90bc59ca9303d245a 100644
--- a/source/libvpx/vpx_dsp/x86/sad_sse2.asm
+++ b/source/libvpx/vpx_dsp/x86/sad_sse2.asm
@@ -8,8 +8,6 @@
; be found in the AUTHORS file in the root of the source tree.
;
-%define program_name vpx
-
%include "third_party/x86inc/x86inc.asm"
SECTION .text
« no previous file with comments | « source/libvpx/vpx_dsp/x86/sad4d_sse2.asm ('k') | source/libvpx/vpx_dsp/x86/ssim_opt_x86_64.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698