mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
e3ee918e80
commit
503543260f
@ -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