Change width and crop usage to match VideoDecoderAVC am: ef2fa3c2d1
am: 4014d52443

Change-Id: I77f2ecfecd055ec0b4f3391044ba9f1ab7494e79
diff --git a/videocodec/libvpx_internal/libvpx.mk b/videocodec/libvpx_internal/libvpx.mk
index 5a95803..a23cc26 100644
--- a/videocodec/libvpx_internal/libvpx.mk
+++ b/videocodec/libvpx_internal/libvpx.mk
@@ -40,7 +40,6 @@
 libvpx_codec_srcs := $(shell cat $(libvpx_config_dir)/libvpx_srcs.txt)
 
 LOCAL_SHARED_LIBRARIES += liblog
-LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -llog
 LOCAL_CFLAGS := -DHAVE_CONFIG_H=vpx_config.h
 
 # Static functions declared in headers. b/18632512