| Index: media/media.gyp
|
| diff --git a/media/media.gyp b/media/media.gyp
|
| index 0a772b77a5acd5bba6f78b7a27cccc529f1a317a..2e0be99a4f3ee34620372c44e8b32e2b174425b6 100644
|
| --- a/media/media.gyp
|
| +++ b/media/media.gyp
|
| @@ -35,11 +35,6 @@
|
| 'use_alsa%': 0,
|
| 'use_pulseaudio%': 0,
|
| }],
|
| - ['sysroot!=""', {
|
| - 'pkg-config': '../build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
|
| - }, {
|
| - 'pkg-config': 'pkg-config'
|
| - }],
|
| # low memory buffer is used in non-Android based chromecast build due to hardware limitation.
|
| ['chromecast==1 and OS!="android"', {
|
| 'use_low_memory_buffer%': 1,
|
|
|