Closed GoogleCodeExporter closed 9 years ago
Original comment by fgalli...@google.com
on 29 Jan 2015 at 5:09
Weird. I have a 10.10 machine I can try at home.
+larryv in case they have any ideas.
Original comment by johannko...@google.com
on 29 Jan 2015 at 5:55
Potentially: it's referencing functions in vp8_rtcd.h but does not include it
directly. Would you please try this:
https://gerrit.chromium.org/gerrit/73611
diff --git a/vp8/encoder/onyx_if.c b/vp8/encoder/onyx_if.c
index 258fa11..53d9fbb 100644
--- a/vp8/encoder/onyx_if.c
+++ b/vp8/encoder/onyx_if.c
@@ -11,6 +11,7 @@
#include "vpx_config.h"
#include "./vpx_scale_rtcd.h"
+#include "./vp8_rtcd.h"
#include "vp8/common/onyxc_int.h"
#include "vp8/common/blockd.h"
#include "onyx_int.h"
Original comment by johannko...@google.com
on 29 Jan 2015 at 6:01
adding '#include "./vp8_rtcd.h"' to 'vp8/encoder/onyx_if.c' does fix the
problem here.
Original comment by 4Se...@gmail.com
on 29 Jan 2015 at 6:13
Original comment by johannko...@google.com
on 30 Jan 2015 at 7:19
Original issue reported on code.google.com by
4Se...@gmail.com
on 29 Jan 2015 at 1:59