mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
bug 1242991 correct vpx include path and vpx/svc_context.h visibilty r=glandium
to fix up --with-system-vpx after f442638a. --HG-- extra : rebase_source : befad1990f2b4c48b39e27549d19efa22733bf61
This commit is contained in:
parent
5be8ec981b
commit
26abc0481b
@ -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
|
||||
|
@ -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',
|
||||
|
@ -26,7 +26,7 @@
|
||||
],
|
||||
}, {
|
||||
'include_dirs': [
|
||||
'../../../../../../../libvpx',
|
||||
'$(MOZ_LIBVPX_CFLAGS)',
|
||||
],
|
||||
}],
|
||||
['build_vp9==1', {
|
||||
|
Loading…
Reference in New Issue
Block a user