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

Unified Diff: source/libvpx/build/make/rtcd.pl

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/build/make/gen_msvs_vcxproj.sh ('k') | source/libvpx/codereview.settings » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/libvpx/build/make/rtcd.pl
diff --git a/source/libvpx/build/make/rtcd.pl b/source/libvpx/build/make/rtcd.pl
index 634d2bee2d34068d6bff6a89cac040467c74c22b..991b6abe7dcb14b7dd980fec5982c0c5956156b0 100755
--- a/source/libvpx/build/make/rtcd.pl
+++ b/source/libvpx/build/make/rtcd.pl
@@ -323,17 +323,11 @@ void vpx_dsputil_static_init();
#if CONFIG_VP8
void dsputil_static_init();
#endif
-#if CONFIG_VP9
-void vp9_dsputil_static_init();
-#endif
vpx_dsputil_static_init();
#if CONFIG_VP8
dsputil_static_init();
#endif
-#if CONFIG_VP9
-vp9_dsputil_static_init();
-#endif
#endif
}
#endif
« no previous file with comments | « source/libvpx/build/make/gen_msvs_vcxproj.sh ('k') | source/libvpx/codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698