OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # TODO(fbarchard): Add wmapro. | 5 # TODO(fbarchard): Add wmapro. |
6 # TODO(ajwong): Determine if we want to statically link libz. | 6 # TODO(ajwong): Determine if we want to statically link libz. |
7 | 7 |
8 { | 8 { |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'conditions': [ | 52 'conditions': [ |
53 # This condition is for migrating from pre-built binaries to an in-tree | 53 # This condition is for migrating from pre-built binaries to an in-tree |
54 # source build. Most of these should be removed once FFmpeg is built on | 54 # source build. Most of these should be removed once FFmpeg is built on |
55 # mac and linux. Windows will take more work. | 55 # mac and linux. Windows will take more work. |
56 # | 56 # |
57 # TODO(ajwong): Per the comment above, reduce this conditional's size and | 57 # TODO(ajwong): Per the comment above, reduce this conditional's size and |
58 # determine if in-tree build in Windows is tractable. | 58 # determine if in-tree build in Windows is tractable. |
59 ['(OS!="linux" and OS!="freebsd" and OS!="openbsd" and OS!="solaris" and OS!
="mac") or use_system_ffmpeg!=0', { | 59 ['(OS!="linux" and OS!="freebsd" and OS!="openbsd" and OS!="solaris" and OS!
="mac") or use_system_ffmpeg!=0', { |
60 'variables': { | 60 'variables': { |
61 'target_for_binaries': 'ffmpeg_binaries', | 61 'target_for_binaries': 'ffmpeg_binaries', |
62 'ffmpeg_include_root': 'include', | 62 'ffmpeg_include_root': 'source/patched-ffmpeg-mt', |
63 }, | 63 }, |
64 },{ # else OS=="linux" | 64 },{ # else OS=="linux" |
65 'variables': { | 65 'variables': { |
66 'target_for_binaries': 'ffmpegsumo_nolink', | 66 'target_for_binaries': 'ffmpegsumo_nolink', |
67 'ffmpeg_include_root': 'source/patched-ffmpeg-mt', | 67 'ffmpeg_include_root': 'source/patched-ffmpeg-mt', |
68 'conditions': [ | 68 'conditions': [ |
69 ['target_arch=="x64" or target_arch=="ia32"', { | 69 ['target_arch=="x64" or target_arch=="ia32"', { |
70 'ffmpeg_asm_lib': 1, | 70 'ffmpeg_asm_lib': 1, |
71 }], | 71 }], |
72 ['target_arch=="arm"', { | 72 ['target_arch=="arm"', { |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'source/patched-ffmpeg-mt/libavutil/mem.c', | 127 'source/patched-ffmpeg-mt/libavutil/mem.c', |
128 'source/patched-ffmpeg-mt/libavutil/pixdesc.c', # TODO(fbarchard): R
eview this file. | 128 'source/patched-ffmpeg-mt/libavutil/pixdesc.c', # TODO(fbarchard): R
eview this file. |
129 'source/patched-ffmpeg-mt/libavutil/rational.c', | 129 'source/patched-ffmpeg-mt/libavutil/rational.c', |
130 # Config file for the OS and architecture. | 130 # Config file for the OS and architecture. |
131 'source/config/<(ffmpeg_branding)/<(OS)/<(ffmpeg_config)/config.h', | 131 'source/config/<(ffmpeg_branding)/<(OS)/<(ffmpeg_config)/config.h', |
132 'source/config/libavutil/avconfig.h', | 132 'source/config/libavutil/avconfig.h', |
133 ], | 133 ], |
134 'include_dirs': [ | 134 'include_dirs': [ |
135 'source/config/<(ffmpeg_branding)/<(OS)/<(ffmpeg_config)', | 135 'source/config/<(ffmpeg_branding)/<(OS)/<(ffmpeg_config)', |
136 'source/patched-ffmpeg-mt', | 136 'source/patched-ffmpeg-mt', |
137 » 'source/config', | 137 'source/config', |
138 ], | 138 ], |
139 'defines': [ | 139 'defines': [ |
140 'HAVE_AV_CONFIG_H', | 140 'HAVE_AV_CONFIG_H', |
141 '_POSIX_C_SOURCE=200112', | 141 '_POSIX_C_SOURCE=200112', |
142 ], | 142 ], |
143 'cflags': [ | 143 'cflags': [ |
144 '-fomit-frame-pointer', | 144 '-fomit-frame-pointer', |
145 ], | 145 ], |
146 'conditions': [ | 146 'conditions': [ |
147 ['ffmpeg_branding=="Chrome" or ffmpeg_branding=="ChromeOS"', { | 147 ['ffmpeg_branding=="Chrome" or ffmpeg_branding=="ChromeOS"', { |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 'include/win/inttypes.h', | 636 'include/win/inttypes.h', |
637 'include/win/stdint.h', | 637 'include/win/stdint.h', |
638 | 638 |
639 # Files needed for stub generation rules. | 639 # Files needed for stub generation rules. |
640 '<@(sig_files)', | 640 '<@(sig_files)', |
641 '<(extra_header)' | 641 '<(extra_header)' |
642 ], | 642 ], |
643 'hard_dependency': 1, | 643 'hard_dependency': 1, |
644 'direct_dependent_settings': { | 644 'direct_dependent_settings': { |
645 'include_dirs': [ | 645 'include_dirs': [ |
646 'include', | 646 'source/patched-ffmpeg-mt', |
| 647 'source/config', |
647 ], | 648 ], |
648 }, | 649 }, |
649 'conditions': [ | 650 'conditions': [ |
650 ['OS=="win"', | 651 ['OS=="win"', |
651 { | 652 { |
652 'variables': { | 653 'variables': { |
653 'outfile_type': 'windows_lib', | 654 'outfile_type': 'windows_lib', |
654 'output_dir': '<(PRODUCT_DIR)/lib', | 655 'output_dir': '<(PRODUCT_DIR)/lib', |
655 'intermediate_dir': '<(INTERMEDIATE_DIR)', | 656 'intermediate_dir': '<(INTERMEDIATE_DIR)', |
656 }, | 657 }, |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 }, { # else OS!="win" | 703 }, { # else OS!="win" |
703 'variables': { | 704 'variables': { |
704 'outfile_type': 'posix_stubs', | 705 'outfile_type': 'posix_stubs', |
705 'stubs_filename_root': 'ffmpeg_stubs', | 706 'stubs_filename_root': 'ffmpeg_stubs', |
706 'project_path': 'third_party/ffmpeg', | 707 'project_path': 'third_party/ffmpeg', |
707 'intermediate_dir': '<(INTERMEDIATE_DIR)', | 708 'intermediate_dir': '<(INTERMEDIATE_DIR)', |
708 'output_root': '<(SHARED_INTERMEDIATE_DIR)/ffmpeg', | 709 'output_root': '<(SHARED_INTERMEDIATE_DIR)/ffmpeg', |
709 }, | 710 }, |
710 'type': '<(library)', | 711 'type': '<(library)', |
711 'include_dirs': [ | 712 'include_dirs': [ |
712 'include', | 713 'source/patched-ffmpeg-mt', |
| 714 'source/config', |
713 '<(output_root)', | 715 '<(output_root)', |
714 '../..', # The chromium 'src' directory. | 716 '../..', # The chromium 'src' directory. |
715 ], | 717 ], |
716 'direct_dependent_settings': { | 718 'direct_dependent_settings': { |
717 'defines': [ | 719 'defines': [ |
718 '__STDC_CONSTANT_MACROS', # FFmpeg uses INT64_C. | 720 '__STDC_CONSTANT_MACROS', # FFmpeg uses INT64_C. |
719 ], | 721 ], |
720 'include_dirs': [ | 722 'include_dirs': [ |
721 '<(output_root)', | 723 '<(output_root)', |
722 '../..', # The chromium 'src' directory. | 724 '../..', # The chromium 'src' directory. |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 ], | 813 ], |
812 }, | 814 }, |
813 ], | 815 ], |
814 } | 816 } |
815 | 817 |
816 # Local Variables: | 818 # Local Variables: |
817 # tab-width:2 | 819 # tab-width:2 |
818 # indent-tabs-mode:nil | 820 # indent-tabs-mode:nil |
819 # End: | 821 # End: |
820 # vim: set expandtab tabstop=2 shiftwidth=2: | 822 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |