| 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
|
|
|