remove configure and Makefiles
Change-Id: I32b2ce4839c359891841385467cf532b1ebe4a59
diff --git a/aomenc.c b/aomenc.c
index 3ea7477..1103716 100644
--- a/aomenc.c
+++ b/aomenc.c
@@ -1652,8 +1652,10 @@
stream->encoder.err = 1;
ctx_exit_on_error(&stream->encoder,
"Stream %d: Failed to encode frame.\n"
- "Scaling disabled in this configuration. \n"
- "To enable, configure with --enable-libyuv\n",
+ "libyuv is required for scaling but is currently "
+ "disabled.\n"
+ "Be sure to specify -DCONFIG_LIBYUV=1 when running "
+ "cmake.\n",
stream->index);
#endif
}