diff options
author | hui su <huisu@google.com> | 2015-07-19 15:02:56 -0700 |
---|---|---|
committer | hui su <huisu@google.com> | 2015-07-27 13:38:16 -0700 |
commit | 7971846a5ef42d22385a4dffd1a2aa0b6ee93728 (patch) | |
tree | 3da797394dace2c8dd5db425a38c9b1396c9561c /build/make/rtcd.pl | |
parent | 55c6a74bd4f228e48d56de200f25154eb733fc40 (diff) | |
download | libvpx-7971846a5ef42d22385a4dffd1a2aa0b6ee93728.tar.gz |
Move intra prediction functions from vp9/common/ to vpx_dsp/
Change-Id: I64edc26cf4aab050c83f2d393df6250628ad43b8
Diffstat (limited to 'build/make/rtcd.pl')
-rwxr-xr-x | build/make/rtcd.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/make/rtcd.pl b/build/make/rtcd.pl index 6753ee776..7dff0280e 100755 --- a/build/make/rtcd.pl +++ b/build/make/rtcd.pl @@ -319,6 +319,8 @@ EOF print <<EOF; #if HAVE_DSPR2 +void vpx_dsputil_static_init(); +vpx_dsputil_static_init(); #if CONFIG_VP8 void dsputil_static_init(); dsputil_static_init(); |