bug 1242991 correct vpx include path and vpx/svc_context.h visibilty r=glandium

to fix up --with-system-vpx after f442638a.
This commit is contained in:
Karl Tomlinson 2016-02-05 12:06:11 +13:00
parent 71ea34cf76
commit 316215eb62
3 changed files with 4 additions and 2 deletions

View File

@ -1304,6 +1304,7 @@ QtSparql/qsparqlresult.h
pixman.h
#endif
#if MOZ_NATIVE_LIBVPX==1
vpx/svc_context.h
vpx/vpx_codec.h
vpx/vpx_decoder.h
vpx/vpx_encoder.h

View File

@ -93,7 +93,8 @@ files = {
'vpx_dsp/x86/variance_avx2.c',
'vpx_dsp/x86/variance_impl_avx2.c'],
'ERROR_CONCEALMENT': ['vp8/decoder/error_concealment.c'],
'EXPORTS': ['vpx/vp8.h',
'EXPORTS': ['vpx/svc_context.h',
'vpx/vp8.h',
'vpx/vp8cx.h',
'vpx/vp8dx.h',
'vpx/vpx_codec.h',

View File

@ -26,7 +26,7 @@
],
}, {
'include_dirs': [
'../../../../../../../libvpx',
'$(MOZ_LIBVPX_CFLAGS)',
],
}],
['build_vp9==1', {