kleopatra999 / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

Compilation fails if configured without vp9 support. #857

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Run: ./configure --disable-vp9
2. Compile: make

Result:

    [CXX] test/vp8_decrypt_test.cc.o
test/invalid_file_test.cc:162:73: error: no member named 'kVP9' in namespace 
'libvpx_test'; did you mean 'kVP8'?
            static_cast<const libvpx_test::CodecFactory*>(&libvpx_test::kVP9)),
                                                           ~~~~~~~~~~~~~^~~~
                                                                        kVP8
./third_party/googletest/src/include/gtest/gtest.h:16974:66: note: expanded 
from macro 'INSTANTIATE_TEST_CASE_P'
      gtest_##prefix##test_case_name##_EvalGenerator_() { return generator; } \
                                                                 ^
./test/codec_factory.h:135:36: note: 'kVP8' declared here

Original issue reported on code.google.com by dkova...@google.com on 11 Sep 2014 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by johannko...@google.com on 22 Sep 2014 at 10:57