| Index: flac.gyp
|
| ===================================================================
|
| --- flac.gyp (revision 174038)
|
| +++ flac.gyp (working copy)
|
| @@ -94,11 +94,23 @@
|
| {
|
| 'target_name': 'libflac',
|
| 'type': 'none',
|
| - 'direct_dependent_settings': {
|
| - 'defines': [
|
| - 'USE_SYSTEM_FLAC',
|
| + 'variables': {
|
| + 'headers_root_path': 'include',
|
| + 'header_filenames': [
|
| + 'FLAC/callback.h',
|
| + 'FLAC/metadata.h',
|
| + 'FLAC/assert.h',
|
| + 'FLAC/export.h',
|
| + 'FLAC/format.h',
|
| + 'FLAC/stream_decoder.h',
|
| + 'FLAC/stream_encoder.h',
|
| + 'FLAC/ordinals.h',
|
| + 'FLAC/all.h',
|
| ],
|
| },
|
| + 'includes': [
|
| + '../../build/shim_headers.gypi',
|
| + ],
|
| 'link_settings': {
|
| 'ldflags': [
|
| '<!@(pkg-config --libs-only-L --libs-only-other flac)',
|
|
|