| Index: build/linux/unbundle/ffmpeg.gyp
|
| diff --git a/build/linux/unbundle/ffmpeg.gyp b/build/linux/unbundle/ffmpeg.gyp
|
| index e3c3723894ceae651920154dbb65cf83aa4d3d40..b86a1c4dc71c55d86a0bb66664f27cfe4f243fbc 100644
|
| --- a/build/linux/unbundle/ffmpeg.gyp
|
| +++ b/build/linux/unbundle/ffmpeg.gyp
|
| @@ -41,6 +41,17 @@
|
| 'USE_SYSTEM_FFMPEG',
|
| ],
|
| },
|
| + 'variables': {
|
| + 'headers_root_path': '.',
|
| + 'header_filenames': [
|
| + 'libavcodec/avcodec.h',
|
| + 'libavformat/avformat.h',
|
| + 'libavutil/imgutils.h',
|
| + ],
|
| + },
|
| + 'includes': [
|
| + '../../build/shim_headers.gypi',
|
| + ],
|
| 'link_settings': {
|
| 'ldflags': [
|
| '<!@(pkg-config --libs-only-L --libs-only-other libavcodec libavformat libavutil)',
|
|
|