Skip to content

Instantly share code, notes, and snippets.

Created August 25, 2017 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/219571043c62bf67a9de259dbda0fefa to your computer and use it in GitHub Desktop.
Save anonymous/219571043c62bf67a9de259dbda0fefa to your computer and use it in GitHub Desktop.
handbrake on macOS 10.13 - Homebrew build logs
Homebrew build logs for handbrake on macOS 10.13
Build date: 2017-08-25 14:37:20
HOMEBREW_VERSION: 1.3.1-97-g6d393de
ORIGIN: https://github.com/Homebrew/brew
HEAD: 6d393decfe8099cb049c0ee62c6dc5877e54c0d7
Last commit: 26 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: b2e05a4309e4375723b12b2b1b05a1833d4e5881
Core tap last commit: 30 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local/Homebrew
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit haswell
Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 9.0 build 900
Git: 2.14.1 => /usr/local/bin/git
Perl: /usr/local/bin/perl => /usr/local/Cellar/perl/5.26.0/bin/perl
Python: /usr/local/opt/python/libexec/bin/python => /usr/local/Cellar/python/2.7.13_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.4.1_1/bin/ruby
Java: 1.8.0_144
macOS: 10.13-x86_64
Xcode: 9.0 => /Applications/Xcode-beta.app/Contents/Developer
CLT: 9.0.0.0.1.1503068762
X11: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: You have unlinked kegs in your Cellar
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on
those kegs to fail to run properly once built. Run `brew link` on these:
hadoop
automake@1.12
arx
apache-ctakes
expect
Warning: You are using macOS 10.13.
We do not provide support for this pre-release version.
You may encounter build failures or other breakages.
Please create pull-requests instead of filing issues.
Warning: Ruby version 2.3.3 is unsupported on 10.13. Homebrew
is developed and tested on Ruby 2.0, and may not work correctly
on other Rubies. Patches are accepted as long as they don't cause breakage
on supported Rubies.
Warning: Homebrew's sbin was not found in your PATH but you have installed
formulae that put executables in /usr/local/sbin.
Consider setting the PATH for example like so
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.zshrc
2017-08-25 14:37:16 +0200
./configure
--prefix=/usr/local/Cellar/handbrake/1.0.7
--disable-xcode
--disable-gtk
probe: host tuple...(pass) x86_64-apple-darwin17.0.0
compute: available architectures...(pass) i386 ppc ppc64 x86_64 [x86_64]
find: ar...(pass) /usr/bin/ar
find: cp...(pass) /bin/cp
find: gcc...(pass) /usr/local/Homebrew/Library/Homebrew/shims/super/gcc
find: make...(pass) /usr/local/Homebrew/Library/Homebrew/shims/super/make
find: gm4...(pass) /usr/bin/gm4
find: mkdir...(pass) /bin/mkdir
find: gpatch...(pass) /usr/bin/patch
find: rm...(pass) /bin/rm
find: ranlib...(pass) /usr/bin/ranlib
find: strip...(pass) /usr/bin/strip
find: gtar...(pass) /usr/bin/tar
find: yasm...(pass) /usr/local/opt/yasm/bin/yasm
find: autoconf...(pass) /usr/local/opt/autoconf/bin/autoconf
find: automake...(pass) /usr/local/opt/automake/bin/automake
find: cmake...(pass) /usr/local/opt/cmake/bin/cmake
find: libtool...(pass) /usr/bin/libtool
find: pkg-config...(pass) /usr/local/opt/pkg-config/bin/pkg-config
find: xcodebuild...(pass) /usr/bin/xcodebuild
find: lipo...(pass) /usr/bin/lipo
compute: build tuple...(pass) x86_64-apple-darwin17.0.0
probe: number of CPU cores...(pass) 4
probe: repo info...(fail) code 128
probe: version.txt...(fail)
compute: project data...(pass) HandBrake (release)
version probe: yasm...(pass) 1.3.0
probe: strerror_r...(pass) end
compute: makevar SRC/ = ..
compute: makevar BUILD/ = .
compute: makevar PREFIX/ = /usr/local/Cellar/handbrake/1.0.7
compute: makevar XCODE.prefix/ = /Applications
mkdir: ./build
chdir: ./build
write: GNUmakefile
mkdir: project
write: project/handbrake.m4
write: distfile.cfg
-------------------------------------------------------------------------------
Build is configured!
You may now cd into ./build and run make (/usr/local/Homebrew/Library/Homebrew/shims/super/make).
clang called with: -E -
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
superenv executed: clang -E - -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
gcc called with: -o conftest conftest.c
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang -o conftest conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
This file has been truncated, but you can view the full file.
2017-08-25 14:37:17 +0200
make
-C
build
/bin/mkdir -p libhb
/usr/bin/gm4 -Iproject ../libhb/project.h.m4 > libhb/project.h
/bin/mkdir -p libhb/extras
/bin/cp ../libhb/audio_remap.h libhb/audio_remap.h
/bin/cp ../libhb/audio_resample.h libhb/audio_resample.h
/bin/cp ../libhb/bits.h libhb/bits.h
/bin/cp ../libhb/colormap.h libhb/colormap.h
/bin/cp ../libhb/common.h libhb/common.h
/bin/cp ../libhb/compat.h libhb/compat.h
/bin/cp ../libhb/deccc608sub.h libhb/deccc608sub.h
/bin/cp ../libhb/decomb.h libhb/decomb.h
/bin/cp ../libhb/decsrtsub.h libhb/decsrtsub.h
/bin/cp ../libhb/decssasub.h libhb/decssasub.h
/bin/cp ../libhb/dvd.h libhb/dvd.h
/bin/cp ../libhb/eedi2.h libhb/eedi2.h
/bin/cp ../libhb/encx264.h libhb/encx264.h
/bin/cp ../libhb/h264_common.h libhb/h264_common.h
/bin/cp ../libhb/h265_common.h libhb/h265_common.h
/bin/cp ../libhb/hb.h libhb/hb.h
/bin/cp ../libhb/hb_dict.h libhb/hb_dict.h
/bin/cp ../libhb/hb_json.h libhb/hb_json.h
/bin/cp ../libhb/hbffmpeg.h libhb/hbffmpeg.h
/bin/cp ../libhb/hbtypes.h libhb/hbtypes.h
/bin/cp ../libhb/internal.h libhb/internal.h
/bin/cp ../libhb/lang.h libhb/lang.h
/bin/cp ../libhb/nal_units.h libhb/nal_units.h
/bin/cp ../libhb/nlmeans.h libhb/nlmeans.h
/bin/cp ../libhb/opencl.h libhb/opencl.h
/bin/cp ../libhb/openclkernels.h libhb/openclkernels.h
/bin/cp ../libhb/openclwrapper.h libhb/openclwrapper.h
/bin/cp ../libhb/param.h libhb/param.h
/bin/cp ../libhb/plist.h libhb/plist.h
/bin/cp ../libhb/ports.h libhb/ports.h
/bin/cp ../libhb/preset.h libhb/preset.h
/bin/cp ../libhb/preset_builtin.h libhb/preset_builtin.h
/bin/cp ../libhb/qsv_common.h libhb/qsv_common.h
/bin/cp ../libhb/qsv_filter.h libhb/qsv_filter.h
/bin/cp ../libhb/qsv_filter_pp.h libhb/qsv_filter_pp.h
/bin/cp ../libhb/qsv_libav.h libhb/qsv_libav.h
/bin/cp ../libhb/qsv_memory.h libhb/qsv_memory.h
/bin/cp ../libhb/taskset.h libhb/taskset.h
/bin/cp ../libhb/extras/cl.h libhb/extras/cl.h
/bin/cp ../libhb/extras/cl_platform.h libhb/extras/cl_platform.h
/bin/mkdir -p ../download
downloading https://download.handbrake.fr/contrib/libvpx-1.5.0.tar.bz2 to ../download/libvpx-1.5.0.tar.bz2
downloading... 65536 bytes [ ] 3.4%
downloading... 131072 bytes [= ] 6.9%
downloading... 196608 bytes [== ] 10.3%
downloading... 262144 bytes [== ] 13.7%
downloading... 327680 bytes [=== ] 17.2%
downloading... 393216 bytes [==== ] 20.6%
downloading... 458752 bytes [==== ] 24.1%
downloading... 524288 bytes [===== ] 27.5%
downloading... 589824 bytes [====== ] 30.9%
downloading... 655360 bytes [====== ] 34.4%
downloading... 720896 bytes [======= ] 37.8%
downloading... 786432 bytes [======== ] 41.2%
downloading... 851968 bytes [======== ] 44.7%
downloading... 917504 bytes [========= ] 48.1%
downloading... 983040 bytes [========== ] 51.6%
downloading... 1048576 bytes [========== ] 55.0%
downloading... 1114112 bytes [=========== ] 58.4%
downloading... 1179648 bytes [============ ] 61.9%
downloading... 1245184 bytes [============= ] 65.3%
downloading... 1310720 bytes [============= ] 68.7%
downloading... 1376256 bytes [============== ] 72.2%
downloading... 1441792 bytes [=============== ] 75.6%
downloading... 1507328 bytes [=============== ] 79.1%
downloading... 1572864 bytes [================ ] 82.5%
downloading... 1638400 bytes [================= ] 85.9%
downloading... 1703936 bytes [================= ] 89.4%
downloading... 1769472 bytes [================== ] 92.8%
downloading... 1835008 bytes [=================== ] 96.2%
downloading... 1900544 bytes [=================== ] 99.7%
downloading... 1906571 bytes [====================] 100.0%
download total: 1906571 bytes
sha256 (../download/libvpx-1.5.0.tar.bz2) = 306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797 (pass)
/bin/mkdir -p contrib/libvpx
sha256 (../download/libvpx-1.5.0.tar.bz2) = 306d67908625675f8e188d37a81fbfafdf5068b09d9aa52702b6fbe601c76797 (pass)
/bin/rm -fr ./contrib/libvpx/libvpx-1.5.0/
/usr/bin/tar xfC ../download/libvpx-1.5.0.tar.bz2 ./contrib/libvpx/
touch contrib/libvpx/.stamp.extract
touch contrib/libvpx/.stamp.patch
set -e; cd ./contrib/libvpx/libvpx-1.5.0/; CC=/usr/local/Homebrew/Library/Homebrew/shims/super/gcc CFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2" CXX=/usr/local/Homebrew/Library/Homebrew/shims/super/g++ CXXFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" CPPFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" LDFLAGS="-L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64" PKG_CONFIG_PATH="/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig" ./configure --prefix=/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/ --disable-shared --enable-static --as=yasm --enable-vp8-encoder --disable-vp8-decoder --enable-vp9-encoder --disable-vp9-decoder --disable-vp10 --disable-examples --disable-docs --disable-unit-tests
disabling shared
enabling vp8_encoder
disabling vp8_decoder
enabling vp9_encoder
disabling vp9_decoder
disabling examples
disabling docs
disabling unit_tests
Configuring selected codecs
Configuring for target 'generic-gnu'
enabling generic
enabling webm_io
enabling libyuv
Creating makefiles for generic-gnu libs
touch contrib/libvpx/.stamp.configure
make -C ./contrib/libvpx/libvpx-1.5.0/ clean
rm -f vpx/src/vpx_decoder.c.o vpx/src/vpx_encoder.c.o vpx/src/vpx_codec.c.o vpx/src/vpx_image.c.o vpx/src/vpx_psnr.c.o vpx_mem/vpx_mem.c.o vpx_scale/generic/vpx_scale.c.o vpx_scale/generic/yv12config.c.o vpx_scale/generic/yv12extend.c.o vpx_scale/generic/gen_scalers.c.o vpx_scale/vpx_scale_rtcd.c.o vpx_dsp/prob.c.o vpx_dsp/bitwriter.c.o vpx_dsp/bitwriter_buffer.c.o vpx_dsp/intrapred.c.o vpx_dsp/vpx_convolve.c.o vpx_dsp/loopfilter.c.o vpx_dsp/fwd_txfm.c.o vpx_dsp/inv_txfm.c.o vpx_dsp/quantize.c.o vpx_dsp/sad.c.o vpx_dsp/subtract.c.o vpx_dsp/variance.c.o vpx_dsp/vpx_dsp_rtcd.c.o vpx_util/vpx_thread.c.o vp8/common/alloccommon.c.o vp8/common/blockd.c.o vp8/common/copy_c.c.o vp8/common/debugmodes.c.o vp8/common/dequantize.c.o vp8/common/entropy.c.o vp8/common/entropymode.c.o vp8/common/entropymv.c.o vp8/common/extend.c.o vp8/common/filter.c.o vp8/common/findnearmv.c.o vp8/common/generic/systemdependent.c.o vp8/common/idct_blk.c.o vp8/common/idctllm.c.o vp8/common/rtcd.c.o vp8/common/vp8_loopfilter.c.o vp8/common/loopfilter_filters.c.o vp8/common/mbpitch.c.o vp8/common/modecont.c.o vp8/common/quant_common.c.o vp8/common/reconinter.c.o vp8/common/reconintra.c.o vp8/common/reconintra4x4.c.o vp8/common/setupintrarecon.c.o vp8/common/swapyv12buffer.c.o vp8/common/treecoder.c.o vp8/vp8_cx_iface.c.o vp8/encoder/bitstream.c.o vp8/encoder/boolhuff.c.o vp8/encoder/dct.c.o vp8/encoder/encodeframe.c.o vp8/encoder/encodeintra.c.o vp8/encoder/encodemb.c.o vp8/encoder/encodemv.c.o vp8/encoder/ethreading.c.o vp8/encoder/firstpass.c.o vp8/encoder/denoising.c.o vp8/encoder/lookahead.c.o vp8/encoder/mcomp.c.o vp8/encoder/modecosts.c.o vp8/encoder/onyx_if.c.o vp8/encoder/pickinter.c.o vp8/encoder/picklpf.c.o vp8/encoder/vp8_quantize.c.o vp8/encoder/ratectrl.c.o vp8/encoder/rdopt.c.o vp8/encoder/segmentation.c.o vp8/encoder/tokenize.c.o vp8/encoder/treewriter.c.o vp8/encoder/temporal_filter.c.o vp9/common/vp9_alloccommon.c.o vp9/common/vp9_blockd.c.o vp9/common/vp9_debugmodes.c.o vp9/common/vp9_entropy.c.o vp9/common/vp9_entropymode.c.o vp9/common/vp9_entropymv.c.o vp9/common/vp9_frame_buffers.c.o vp9/common/vp9_idct.c.o vp9/common/vp9_filter.c.o vp9/common/vp9_pred_common.c.o vp9/common/vp9_rtcd.c.o vp9/common/vp9_scale.c.o vp9/common/vp9_seg_common.c.o vp9/common/vp9_tile_common.c.o vp9/common/vp9_loopfilter.c.o vp9/common/vp9_thread_common.c.o vp9/common/vp9_mvref_common.c.o vp9/common/vp9_quant_common.c.o vp9/common/vp9_reconinter.c.o vp9/common/vp9_reconintra.c.o vp9/common/vp9_common_data.c.o vp9/common/vp9_scan.c.o vp9/vp9_cx_iface.c.o vp9/encoder/vp9_avg.c.o vp9/encoder/vp9_bitstream.c.o vp9/encoder/vp9_context_tree.c.o vp9/encoder/vp9_cost.c.o vp9/encoder/vp9_dct.c.o vp9/encoder/vp9_encodeframe.c.o vp9/encoder/vp9_encodemb.c.o vp9/encoder/vp9_encodemv.c.o vp9/encoder/vp9_ethread.c.o vp9/encoder/vp9_extend.c.o vp9/encoder/vp9_firstpass.c.o vp9/encoder/vp9_lookahead.c.o vp9/encoder/vp9_mcomp.c.o vp9/encoder/vp9_encoder.c.o vp9/encoder/vp9_picklpf.c.o vp9/encoder/vp9_quantize.c.o vp9/encoder/vp9_ratectrl.c.o vp9/encoder/vp9_rd.c.o vp9/encoder/vp9_rdopt.c.o vp9/encoder/vp9_pickmode.c.o vp9/encoder/vp9_segmentation.c.o vp9/encoder/vp9_speed_features.c.o vp9/encoder/vp9_subexp.c.o vp9/encoder/vp9_svc_layercontext.c.o vp9/encoder/vp9_resize.c.o vp9/encoder/vp9_tokenize.c.o vp9/encoder/vp9_treewriter.c.o vp9/encoder/vp9_aq_variance.c.o vp9/encoder/vp9_aq_cyclicrefresh.c.o vp9/encoder/vp9_aq_complexity.c.o vp9/encoder/vp9_skin_detection.c.o vp9/encoder/vp9_temporal_filter.c.o vp9/encoder/vp9_mbgraph.c.o vpx_config.c.o vpx/src/vpx_decoder.c.d vpx/src/vpx_encoder.c.d vpx/src/vpx_codec.c.d vpx/src/vpx_image.c.d vpx/src/vpx_psnr.c.d vpx_mem/vpx_mem.c.d vpx_scale/generic/vpx_scale.c.d vpx_scale/generic/yv12config.c.d vpx_scale/generic/yv12extend.c.d vpx_scale/generic/gen_scalers.c.d vpx_scale/vpx_scale_rtcd.c.d vpx_dsp/prob.c.d vpx_dsp/bitwriter.c.d vpx_dsp/bitwriter_buffer.c.d vpx_dsp/intrapred.c.d vpx_dsp/vpx_convolve.c.d vpx_dsp/loopfilter.c.d vpx_dsp/fwd_txfm.c.d vpx_dsp/inv_txfm.c.d vpx_dsp/quantize.c.d vpx_dsp/sad.c.d vpx_dsp/subtract.c.d vpx_dsp/variance.c.d vpx_dsp/vpx_dsp_rtcd.c.d vpx_util/vpx_thread.c.d vp8/common/alloccommon.c.d vp8/common/blockd.c.d vp8/common/copy_c.c.d vp8/common/debugmodes.c.d vp8/common/dequantize.c.d vp8/common/entropy.c.d vp8/common/entropymode.c.d vp8/common/entropymv.c.d vp8/common/extend.c.d vp8/common/filter.c.d vp8/common/findnearmv.c.d vp8/common/generic/systemdependent.c.d vp8/common/idct_blk.c.d vp8/common/idctllm.c.d vp8/common/rtcd.c.d vp8/common/vp8_loopfilter.c.d vp8/common/loopfilter_filters.c.d vp8/common/mbpitch.c.d vp8/common/modecont.c.d vp8/common/quant_common.c.d vp8/common/reconinter.c.d vp8/common/reconintra.c.d vp8/common/reconintra4x4.c.d vp8/common/setupintrarecon.c.d vp8/common/swapyv12buffer.c.d vp8/common/treecoder.c.d vp8/vp8_cx_iface.c.d vp8/encoder/bitstream.c.d vp8/encoder/boolhuff.c.d vp8/encoder/dct.c.d vp8/encoder/encodeframe.c.d vp8/encoder/encodeintra.c.d vp8/encoder/encodemb.c.d vp8/encoder/encodemv.c.d vp8/encoder/ethreading.c.d vp8/encoder/firstpass.c.d vp8/encoder/denoising.c.d vp8/encoder/lookahead.c.d vp8/encoder/mcomp.c.d vp8/encoder/modecosts.c.d vp8/encoder/onyx_if.c.d vp8/encoder/pickinter.c.d vp8/encoder/picklpf.c.d vp8/encoder/vp8_quantize.c.d vp8/encoder/ratectrl.c.d vp8/encoder/rdopt.c.d vp8/encoder/segmentation.c.d vp8/encoder/tokenize.c.d vp8/encoder/treewriter.c.d vp8/encoder/temporal_filter.c.d vp9/common/vp9_alloccommon.c.d vp9/common/vp9_blockd.c.d vp9/common/vp9_debugmodes.c.d vp9/common/vp9_entropy.c.d vp9/common/vp9_entropymode.c.d vp9/common/vp9_entropymv.c.d vp9/common/vp9_frame_buffers.c.d vp9/common/vp9_idct.c.d vp9/common/vp9_filter.c.d vp9/common/vp9_pred_common.c.d vp9/common/vp9_rtcd.c.d vp9/common/vp9_scale.c.d vp9/common/vp9_seg_common.c.d vp9/common/vp9_tile_common.c.d vp9/common/vp9_loopfilter.c.d vp9/common/vp9_thread_common.c.d vp9/common/vp9_mvref_common.c.d vp9/common/vp9_quant_common.c.d vp9/common/vp9_reconinter.c.d vp9/common/vp9_reconintra.c.d vp9/common/vp9_common_data.c.d vp9/common/vp9_scan.c.d vp9/vp9_cx_iface.c.d vp9/encoder/vp9_avg.c.d vp9/encoder/vp9_bitstream.c.d vp9/encoder/vp9_context_tree.c.d vp9/encoder/vp9_cost.c.d vp9/encoder/vp9_dct.c.d vp9/encoder/vp9_encodeframe.c.d vp9/encoder/vp9_encodemb.c.d vp9/encoder/vp9_encodemv.c.d vp9/encoder/vp9_ethread.c.d vp9/encoder/vp9_extend.c.d vp9/encoder/vp9_firstpass.c.d vp9/encoder/vp9_lookahead.c.d vp9/encoder/vp9_mcomp.c.d vp9/encoder/vp9_encoder.c.d vp9/encoder/vp9_picklpf.c.d vp9/encoder/vp9_quantize.c.d vp9/encoder/vp9_ratectrl.c.d vp9/encoder/vp9_rd.c.d vp9/encoder/vp9_rdopt.c.d vp9/encoder/vp9_pickmode.c.d vp9/encoder/vp9_segmentation.c.d vp9/encoder/vp9_speed_features.c.d vp9/encoder/vp9_subexp.c.d vp9/encoder/vp9_svc_layercontext.c.d vp9/encoder/vp9_resize.c.d vp9/encoder/vp9_tokenize.c.d vp9/encoder/vp9_treewriter.c.d vp9/encoder/vp9_aq_variance.c.d vp9/encoder/vp9_aq_cyclicrefresh.c.d vp9/encoder/vp9_aq_complexity.c.d vp9/encoder/vp9_skin_detection.c.d vp9/encoder/vp9_temporal_filter.c.d vp9/encoder/vp9_mbgraph.c.d vpx_config.c.d vpx/src/vpx_decoder.c.o vpx/src/vpx_encoder.c.o vpx/src/vpx_codec.c.o vpx/src/vpx_image.c.o vpx/src/vpx_psnr.c.o vpx_mem/vpx_mem.c.o vpx_scale/generic/vpx_scale.c.o vpx_scale/generic/yv12config.c.o vpx_scale/generic/yv12extend.c.o vpx_scale/generic/gen_scalers.c.o vpx_scale/vpx_scale_rtcd.c.o vpx_dsp/prob.c.o vpx_dsp/bitwriter.c.o vpx_dsp/bitwriter_buffer.c.o vpx_dsp/intrapred.c.o vpx_dsp/vpx_convolve.c.o vpx_dsp/loopfilter.c.o vpx_dsp/fwd_txfm.c.o vpx_dsp/inv_txfm.c.o vpx_dsp/quantize.c.o vpx_dsp/sad.c.o vpx_dsp/subtract.c.o vpx_dsp/variance.c.o vpx_dsp/vpx_dsp_rtcd.c.o vpx_util/vpx_thread.c.o vp8/common/alloccommon.c.o vp8/common/blockd.c.o vp8/common/copy_c.c.o vp8/common/debugmodes.c.o vp8/common/dequantize.c.o vp8/common/entropy.c.o vp8/common/entropymode.c.o vp8/common/entropymv.c.o vp8/common/extend.c.o vp8/common/filter.c.o vp8/common/findnearmv.c.o vp8/common/generic/systemdependent.c.o vp8/common/idct_blk.c.o vp8/common/idctllm.c.o vp8/common/rtcd.c.o vp8/common/vp8_loopfilter.c.o vp8/common/loopfilter_filters.c.o vp8/common/mbpitch.c.o vp8/common/modecont.c.o vp8/common/quant_common.c.o vp8/common/reconinter.c.o vp8/common/reconintra.c.o vp8/common/reconintra4x4.c.o vp8/common/setupintrarecon.c.o vp8/common/swapyv12buffer.c.o vp8/common/treecoder.c.o vp8/vp8_cx_iface.c.o vp8/encoder/bitstream.c.o vp8/encoder/boolhuff.c.o vp8/encoder/dct.c.o vp8/encoder/encodeframe.c.o vp8/encoder/encodeintra.c.o vp8/encoder/encodemb.c.o vp8/encoder/encodemv.c.o vp8/encoder/ethreading.c.o vp8/encoder/firstpass.c.o vp8/encoder/denoising.c.o vp8/encoder/lookahead.c.o vp8/encoder/mcomp.c.o vp8/encoder/modecosts.c.o vp8/encoder/onyx_if.c.o vp8/encoder/pickinter.c.o vp8/encoder/picklpf.c.o vp8/encoder/vp8_quantize.c.o vp8/encoder/ratectrl.c.o vp8/encoder/rdopt.c.o vp8/encoder/segmentation.c.o vp8/encoder/tokenize.c.o vp8/encoder/treewriter.c.o vp8/encoder/temporal_filter.c.o vp9/common/vp9_alloccommon.c.o vp9/common/vp9_blockd.c.o vp9/common/vp9_debugmodes.c.o vp9/common/vp9_entropy.c.o vp9/common/vp9_entropymode.c.o vp9/common/vp9_entropymv.c.o vp9/common/vp9_frame_buffers.c.o vp9/common/vp9_idct.c.o vp9/common/vp9_filter.c.o vp9/common/vp9_pred_common.c.o vp9/common/vp9_rtcd.c.o vp9/common/vp9_scale.c.o vp9/common/vp9_seg_common.c.o vp9/common/vp9_tile_common.c.o vp9/common/vp9_loopfilter.c.o vp9/common/vp9_thread_common.c.o vp9/common/vp9_mvref_common.c.o vp9/common/vp9_quant_common.c.o vp9/common/vp9_reconinter.c.o vp9/common/vp9_reconintra.c.o vp9/common/vp9_common_data.c.o vp9/common/vp9_scan.c.o vp9/vp9_cx_iface.c.o vp9/encoder/vp9_avg.c.o vp9/encoder/vp9_bitstream.c.o vp9/encoder/vp9_context_tree.c.o vp9/encoder/vp9_cost.c.o vp9/encoder/vp9_dct.c.o vp9/encoder/vp9_encodeframe.c.o vp9/encoder/vp9_encodemb.c.o vp9/encoder/vp9_encodemv.c.o vp9/encoder/vp9_ethread.c.o vp9/encoder/vp9_extend.c.o vp9/encoder/vp9_firstpass.c.o vp9/encoder/vp9_lookahead.c.o vp9/encoder/vp9_mcomp.c.o vp9/encoder/vp9_encoder.c.o vp9/encoder/vp9_picklpf.c.o vp9/encoder/vp9_quantize.c.o vp9/encoder/vp9_ratectrl.c.o vp9/encoder/vp9_rd.c.o vp9/encoder/vp9_rdopt.c.o vp9/encoder/vp9_pickmode.c.o vp9/encoder/vp9_segmentation.c.o vp9/encoder/vp9_speed_features.c.o vp9/encoder/vp9_subexp.c.o vp9/encoder/vp9_svc_layercontext.c.o vp9/encoder/vp9_resize.c.o vp9/encoder/vp9_tokenize.c.o vp9/encoder/vp9_treewriter.c.o vp9/encoder/vp9_aq_variance.c.o vp9/encoder/vp9_aq_cyclicrefresh.c.o vp9/encoder/vp9_aq_complexity.c.o vp9/encoder/vp9_skin_detection.c.o vp9/encoder/vp9_temporal_filter.c.o vp9/encoder/vp9_mbgraph.c.o vpx_config.c.o
rm -f vpx_scale_rtcd.h vpx_dsp_rtcd.h vp8_rtcd.h vp9_rtcd.h libvpx_srcs.txt libvpx.ver libvpx.syms libvpx.def libvpx_dll.a vpx.pc vpx_config.asm vpx_version.h libs.doxy
rm -f .docs .install-docs
rm -f .bins .install-bins
rm -f .libs .install-libs libvpx.a libvpx_g.a vpx.pc
rm -f .install-srcs
rm -f
rm -f
rm -f .docs .install-docs
rm -f .bins .install-bins
rm -f .libs .install-libs
rm -f .install-srcs
/bin/rm -f ./contrib/libvpx/.stamp.build
make -C ./contrib/libvpx/libvpx-1.5.0/
[CREATE] vpx_scale_rtcd.h
[CREATE] vpx_dsp_rtcd.h
[CREATE] vp8_rtcd.h
[CREATE] vp9_rtcd.h
[DEP] vpx_config.c.d
[DEP] vp9/encoder/vp9_mbgraph.c.d
[DEP] vp9/encoder/vp9_temporal_filter.c.d
[DEP] vp9/encoder/vp9_skin_detection.c.d
[DEP] vp9/encoder/vp9_aq_complexity.c.d
[DEP] vp9/encoder/vp9_aq_cyclicrefresh.c.d
[DEP] vp9/encoder/vp9_aq_variance.c.d
[DEP] vp9/encoder/vp9_treewriter.c.d
[DEP] vp9/encoder/vp9_tokenize.c.d
[DEP] vp9/encoder/vp9_resize.c.d
[DEP] vp9/encoder/vp9_svc_layercontext.c.d
[DEP] vp9/encoder/vp9_subexp.c.d
[DEP] vp9/encoder/vp9_speed_features.c.d
[DEP] vp9/encoder/vp9_segmentation.c.d
[DEP] vp9/encoder/vp9_pickmode.c.d
[DEP] vp9/encoder/vp9_rdopt.c.d
[DEP] vp9/encoder/vp9_rd.c.d
[DEP] vp9/encoder/vp9_ratectrl.c.d
[DEP] vp9/encoder/vp9_quantize.c.d
[DEP] vp9/encoder/vp9_picklpf.c.d
[DEP] vp9/encoder/vp9_encoder.c.d
[DEP] vp9/encoder/vp9_mcomp.c.d
[DEP] vp9/encoder/vp9_lookahead.c.d
[DEP] vp9/encoder/vp9_firstpass.c.d
[DEP] vp9/encoder/vp9_extend.c.d
[DEP] vp9/encoder/vp9_ethread.c.d
[DEP] vp9/encoder/vp9_encodemv.c.d
[DEP] vp9/encoder/vp9_encodemb.c.d
[DEP] vp9/encoder/vp9_encodeframe.c.d
[DEP] vp9/encoder/vp9_dct.c.d
[DEP] vp9/encoder/vp9_cost.c.d
[DEP] vp9/encoder/vp9_context_tree.c.d
[DEP] vp9/encoder/vp9_bitstream.c.d
[DEP] vp9/encoder/vp9_avg.c.d
[DEP] vp9/vp9_cx_iface.c.d
[DEP] vp9/common/vp9_scan.c.d
[DEP] vp9/common/vp9_common_data.c.d
[DEP] vp9/common/vp9_reconintra.c.d
[DEP] vp9/common/vp9_reconinter.c.d
[DEP] vp9/common/vp9_quant_common.c.d
[DEP] vp9/common/vp9_mvref_common.c.d
[DEP] vp9/common/vp9_thread_common.c.d
[DEP] vp9/common/vp9_loopfilter.c.d
[DEP] vp9/common/vp9_tile_common.c.d
[DEP] vp9/common/vp9_seg_common.c.d
[DEP] vp9/common/vp9_scale.c.d
[DEP] vp9/common/vp9_rtcd.c.d
[DEP] vp9/common/vp9_pred_common.c.d
[DEP] vp9/common/vp9_filter.c.d
[DEP] vp9/common/vp9_idct.c.d
[DEP] vp9/common/vp9_frame_buffers.c.d
[DEP] vp9/common/vp9_entropymv.c.d
[DEP] vp9/common/vp9_entropymode.c.d
[DEP] vp9/common/vp9_entropy.c.d
[DEP] vp9/common/vp9_debugmodes.c.d
[DEP] vp9/common/vp9_blockd.c.d
[DEP] vp9/common/vp9_alloccommon.c.d
[DEP] vp8/encoder/temporal_filter.c.d
[DEP] vp8/encoder/treewriter.c.d
[DEP] vp8/encoder/tokenize.c.d
[DEP] vp8/encoder/segmentation.c.d
[DEP] vp8/encoder/rdopt.c.d
[DEP] vp8/encoder/ratectrl.c.d
[DEP] vp8/encoder/vp8_quantize.c.d
[DEP] vp8/encoder/picklpf.c.d
[DEP] vp8/encoder/pickinter.c.d
[DEP] vp8/encoder/onyx_if.c.d
[DEP] vp8/encoder/modecosts.c.d
[DEP] vp8/encoder/mcomp.c.d
[DEP] vp8/encoder/lookahead.c.d
[DEP] vp8/encoder/denoising.c.d
[DEP] vp8/encoder/firstpass.c.d
[DEP] vp8/encoder/ethreading.c.d
[DEP] vp8/encoder/encodemv.c.d
[DEP] vp8/encoder/encodemb.c.d
[DEP] vp8/encoder/encodeintra.c.d
[DEP] vp8/encoder/encodeframe.c.d
[DEP] vp8/encoder/dct.c.d
[DEP] vp8/encoder/boolhuff.c.d
[DEP] vp8/encoder/bitstream.c.d
[DEP] vp8/vp8_cx_iface.c.d
[DEP] vp8/common/treecoder.c.d
[DEP] vp8/common/swapyv12buffer.c.d
[DEP] vp8/common/setupintrarecon.c.d
[DEP] vp8/common/reconintra4x4.c.d
[DEP] vp8/common/reconintra.c.d
[DEP] vp8/common/reconinter.c.d
[DEP] vp8/common/quant_common.c.d
[DEP] vp8/common/modecont.c.d
[DEP] vp8/common/mbpitch.c.d
[DEP] vp8/common/loopfilter_filters.c.d
[DEP] vp8/common/vp8_loopfilter.c.d
[DEP] vp8/common/rtcd.c.d
[DEP] vp8/common/idctllm.c.d
[DEP] vp8/common/idct_blk.c.d
[DEP] vp8/common/generic/systemdependent.c.d
[DEP] vp8/common/findnearmv.c.d
[DEP] vp8/common/filter.c.d
[DEP] vp8/common/extend.c.d
[DEP] vp8/common/entropymv.c.d
[DEP] vp8/common/entropymode.c.d
[DEP] vp8/common/entropy.c.d
[DEP] vp8/common/dequantize.c.d
[DEP] vp8/common/debugmodes.c.d
[DEP] vp8/common/copy_c.c.d
[DEP] vp8/common/blockd.c.d
[DEP] vp8/common/alloccommon.c.d
[DEP] vpx_util/vpx_thread.c.d
[DEP] vpx_dsp/vpx_dsp_rtcd.c.d
[DEP] vpx_dsp/variance.c.d
[DEP] vpx_dsp/subtract.c.d
[DEP] vpx_dsp/sad.c.d
[DEP] vpx_dsp/quantize.c.d
[DEP] vpx_dsp/inv_txfm.c.d
[DEP] vpx_dsp/fwd_txfm.c.d
[DEP] vpx_dsp/loopfilter.c.d
[DEP] vpx_dsp/vpx_convolve.c.d
[DEP] vpx_dsp/intrapred.c.d
[DEP] vpx_dsp/bitwriter_buffer.c.d
[DEP] vpx_dsp/bitwriter.c.d
[DEP] vpx_dsp/prob.c.d
[DEP] vpx_scale/vpx_scale_rtcd.c.d
[DEP] vpx_scale/generic/gen_scalers.c.d
[DEP] vpx_scale/generic/yv12extend.c.d
[DEP] vpx_scale/generic/yv12config.c.d
[DEP] vpx_scale/generic/vpx_scale.c.d
[DEP] vpx_mem/vpx_mem.c.d
[DEP] vpx/src/vpx_psnr.c.d
[DEP] vpx/src/vpx_image.c.d
[DEP] vpx/src/vpx_codec.c.d
[DEP] vpx/src/vpx_encoder.c.d
[DEP] vpx/src/vpx_decoder.c.d
[CC] vpx/src/vpx_decoder.c.o
[CC] vpx/src/vpx_encoder.c.o
[CC] vpx/src/vpx_codec.c.o
[CC] vpx/src/vpx_image.c.o
[CC] vpx/src/vpx_psnr.c.o
[CC] vpx_mem/vpx_mem.c.o
[CC] vpx_scale/generic/vpx_scale.c.o
[CC] vpx_scale/generic/yv12config.c.o
[CC] vpx_scale/generic/yv12extend.c.o
[CC] vpx_scale/generic/gen_scalers.c.o
[CC] vpx_scale/vpx_scale_rtcd.c.o
[CC] vpx_dsp/prob.c.o
[CC] vpx_dsp/bitwriter.c.o
[CC] vpx_dsp/bitwriter_buffer.c.o
[CC] vpx_dsp/intrapred.c.o
[CC] vpx_dsp/vpx_convolve.c.o
[CC] vpx_dsp/loopfilter.c.o
[CC] vpx_dsp/fwd_txfm.c.o
[CC] vpx_dsp/inv_txfm.c.o
[CC] vpx_dsp/quantize.c.o
[CC] vpx_dsp/sad.c.o
[CC] vpx_dsp/subtract.c.o
[CC] vpx_dsp/variance.c.o
[CC] vpx_dsp/vpx_dsp_rtcd.c.o
[CC] vpx_util/vpx_thread.c.o
[CC] vp8/common/alloccommon.c.o
[CC] vp8/common/blockd.c.o
[CC] vp8/common/copy_c.c.o
[CC] vp8/common/debugmodes.c.o
[CC] vp8/common/dequantize.c.o
[CC] vp8/common/entropy.c.o
[CC] vp8/common/entropymode.c.o
[CC] vp8/common/entropymv.c.o
[CC] vp8/common/extend.c.o
[CC] vp8/common/filter.c.o
[CC] vp8/common/findnearmv.c.o
[CC] vp8/common/generic/systemdependent.c.o
[CC] vp8/common/idct_blk.c.o
[CC] vp8/common/idctllm.c.o
[CC] vp8/common/rtcd.c.o
[CC] vp8/common/vp8_loopfilter.c.o
[CC] vp8/common/loopfilter_filters.c.o
[CC] vp8/common/mbpitch.c.o
[CC] vp8/common/modecont.c.o
[CC] vp8/common/quant_common.c.o
[CC] vp8/common/reconinter.c.o
[CC] vp8/common/reconintra.c.o
[CC] vp8/common/reconintra4x4.c.o
[CC] vp8/common/setupintrarecon.c.o
[CC] vp8/common/swapyv12buffer.c.o
[CC] vp8/common/treecoder.c.o
[CC] vp8/vp8_cx_iface.c.o
[CC] vp8/encoder/bitstream.c.o
[CC] vp8/encoder/boolhuff.c.o
[CC] vp8/encoder/dct.c.o
[CC] vp8/encoder/encodeframe.c.o
[CC] vp8/encoder/encodeintra.c.o
[CC] vp8/encoder/encodemb.c.o
[CC] vp8/encoder/encodemv.c.o
[CC] vp8/encoder/ethreading.c.o
[CC] vp8/encoder/firstpass.c.o
[CC] vp8/encoder/denoising.c.o
[CC] vp8/encoder/lookahead.c.o
[CC] vp8/encoder/mcomp.c.o
[CC] vp8/encoder/modecosts.c.o
[CC] vp8/encoder/onyx_if.c.o
[CC] vp8/encoder/pickinter.c.o
[CC] vp8/encoder/picklpf.c.o
[CC] vp8/encoder/vp8_quantize.c.o
[CC] vp8/encoder/ratectrl.c.o
[CC] vp8/encoder/rdopt.c.o
[CC] vp8/encoder/segmentation.c.o
[CC] vp8/encoder/tokenize.c.o
[CC] vp8/encoder/treewriter.c.o
[CC] vp8/encoder/temporal_filter.c.o
[CC] vp9/common/vp9_alloccommon.c.o
[CC] vp9/common/vp9_blockd.c.o
[CC] vp9/common/vp9_debugmodes.c.o
[CC] vp9/common/vp9_entropy.c.o
[CC] vp9/common/vp9_entropymode.c.o
[CC] vp9/common/vp9_entropymv.c.o
[CC] vp9/common/vp9_frame_buffers.c.o
[CC] vp9/common/vp9_idct.c.o
[CC] vp9/common/vp9_filter.c.o
[CC] vp9/common/vp9_pred_common.c.o
[CC] vp9/common/vp9_rtcd.c.o
[CC] vp9/common/vp9_scale.c.o
[CC] vp9/common/vp9_seg_common.c.o
[CC] vp9/common/vp9_tile_common.c.o
[CC] vp9/common/vp9_loopfilter.c.o
[CC] vp9/common/vp9_thread_common.c.o
[CC] vp9/common/vp9_mvref_common.c.o
[CC] vp9/common/vp9_quant_common.c.o
[CC] vp9/common/vp9_reconinter.c.o
[CC] vp9/common/vp9_reconintra.c.o
[CC] vp9/common/vp9_common_data.c.o
[CC] vp9/common/vp9_scan.c.o
[CC] vp9/vp9_cx_iface.c.o
[CC] vp9/encoder/vp9_avg.c.o
[CC] vp9/encoder/vp9_bitstream.c.o
[CC] vp9/encoder/vp9_context_tree.c.o
[CC] vp9/encoder/vp9_cost.c.o
[CC] vp9/encoder/vp9_dct.c.o
[CC] vp9/encoder/vp9_encodeframe.c.o
[CC] vp9/encoder/vp9_encodemb.c.o
[CC] vp9/encoder/vp9_encodemv.c.o
[CC] vp9/encoder/vp9_ethread.c.o
[CC] vp9/encoder/vp9_extend.c.o
[CC] vp9/encoder/vp9_firstpass.c.o
[CC] vp9/encoder/vp9_lookahead.c.o
[CC] vp9/encoder/vp9_mcomp.c.o
[CC] vp9/encoder/vp9_encoder.c.o
[CC] vp9/encoder/vp9_picklpf.c.o
[CC] vp9/encoder/vp9_quantize.c.o
[CC] vp9/encoder/vp9_ratectrl.c.o
[CC] vp9/encoder/vp9_rd.c.o
[CC] vp9/encoder/vp9_rdopt.c.o
[CC] vp9/encoder/vp9_pickmode.c.o
[CC] vp9/encoder/vp9_segmentation.c.o
[CC] vp9/encoder/vp9_speed_features.c.o
[CC] vp9/encoder/vp9_subexp.c.o
[CC] vp9/encoder/vp9_svc_layercontext.c.o
[CC] vp9/encoder/vp9_resize.c.o
[CC] vp9/encoder/vp9_tokenize.c.o
[CC] vp9/encoder/vp9_treewriter.c.o
[CC] vp9/encoder/vp9_aq_variance.c.o
[CC] vp9/encoder/vp9_aq_cyclicrefresh.c.o
[CC] vp9/encoder/vp9_aq_complexity.c.o
[CC] vp9/encoder/vp9_skin_detection.c.o
[CC] vp9/encoder/vp9_temporal_filter.c.o
[CC] vp9/encoder/vp9_mbgraph.c.o
[CC] vpx_config.c.o
[AR] libvpx_g.a
[CP] libvpx.a < libvpx_g.a
[CREATE] vpx.pc
touch contrib/libvpx/.stamp.build
/bin/mkdir -p contrib/lib
/bin/mkdir -p contrib/include
make -j 1 -C ./contrib/libvpx/libvpx-1.5.0/ install
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/vpx/vp8.h
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/vpx/vp8cx.h
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/vpx/vpx_codec.h
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/vpx/vpx_frame_buffer.h
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/vpx/vpx_image.h
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/vpx/vpx_integer.h
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/vpx/vpx_encoder.h
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libvpx.a
[INSTALL] /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig/vpx.pc
touch contrib/libvpx/.stamp.install
downloading https://download.handbrake.fr/handbrake/contrib/libav-12.tar.gz to ../download/libav-12.tar.gz
downloading... 65536 bytes [ ] 0.9%
downloading... 131072 bytes [ ] 1.7%
downloading... 196608 bytes [ ] 2.6%
downloading... 262144 bytes [ ] 3.5%
downloading... 327680 bytes [ ] 4.3%
downloading... 393216 bytes [= ] 5.2%
downloading... 458752 bytes [= ] 6.1%
downloading... 524288 bytes [= ] 6.9%
downloading... 589824 bytes [= ] 7.8%
downloading... 655360 bytes [= ] 8.6%
downloading... 720896 bytes [= ] 9.5%
downloading... 786432 bytes [== ] 10.4%
downloading... 851968 bytes [== ] 11.2%
downloading... 917504 bytes [== ] 12.1%
downloading... 983040 bytes [== ] 13.0%
downloading... 1048576 bytes [== ] 13.8%
downloading... 1114112 bytes [== ] 14.7%
downloading... 1179648 bytes [=== ] 15.6%
downloading... 1245184 bytes [=== ] 16.4%
downloading... 1310720 bytes [=== ] 17.3%
downloading... 1376256 bytes [=== ] 18.2%
downloading... 1441792 bytes [=== ] 19.0%
downloading... 1507328 bytes [=== ] 19.9%
downloading... 1572864 bytes [==== ] 20.8%
downloading... 1638400 bytes [==== ] 21.6%
downloading... 1703936 bytes [==== ] 22.5%
downloading... 1769472 bytes [==== ] 23.3%
downloading... 1835008 bytes [==== ] 24.2%
downloading... 1900544 bytes [===== ] 25.1%
downloading... 1966080 bytes [===== ] 25.9%
downloading... 2031616 bytes [===== ] 26.8%
downloading... 2097152 bytes [===== ] 27.7%
downloading... 2162688 bytes [===== ] 28.5%
downloading... 2228224 bytes [===== ] 29.4%
downloading... 2293760 bytes [====== ] 30.3%
downloading... 2359296 bytes [====== ] 31.1%
downloading... 2424832 bytes [====== ] 32.0%
downloading... 2490368 bytes [====== ] 32.9%
downloading... 2555904 bytes [====== ] 33.7%
downloading... 2621440 bytes [====== ] 34.6%
downloading... 2686976 bytes [======= ] 35.5%
downloading... 2752512 bytes [======= ] 36.3%
downloading... 2818048 bytes [======= ] 37.2%
downloading... 2883584 bytes [======= ] 38.0%
downloading... 2949120 bytes [======= ] 38.9%
downloading... 3014656 bytes [======= ] 39.8%
downloading... 3080192 bytes [======== ] 40.6%
downloading... 3145728 bytes [======== ] 41.5%
downloading... 3211264 bytes [======== ] 42.4%
downloading... 3276800 bytes [======== ] 43.2%
downloading... 3342336 bytes [======== ] 44.1%
downloading... 3407872 bytes [======== ] 45.0%
downloading... 3473408 bytes [========= ] 45.8%
downloading... 3538944 bytes [========= ] 46.7%
downloading... 3604480 bytes [========= ] 47.6%
downloading... 3670016 bytes [========= ] 48.4%
downloading... 3735552 bytes [========= ] 49.3%
downloading... 3801088 bytes [========== ] 50.2%
downloading... 3866624 bytes [========== ] 51.0%
downloading... 3932160 bytes [========== ] 51.9%
downloading... 3997696 bytes [========== ] 52.7%
downloading... 4063232 bytes [========== ] 53.6%
downloading... 4128768 bytes [========== ] 54.5%
downloading... 4194304 bytes [=========== ] 55.3%
downloading... 4259840 bytes [=========== ] 56.2%
downloading... 4325376 bytes [=========== ] 57.1%
downloading... 4390912 bytes [=========== ] 57.9%
downloading... 4456448 bytes [=========== ] 58.8%
downloading... 4521984 bytes [=========== ] 59.7%
downloading... 4587520 bytes [============ ] 60.5%
downloading... 4653056 bytes [============ ] 61.4%
downloading... 4718592 bytes [============ ] 62.3%
downloading... 4784128 bytes [============ ] 63.1%
downloading... 4849664 bytes [============ ] 64.0%
downloading... 4915200 bytes [============ ] 64.9%
downloading... 4980736 bytes [============= ] 65.7%
downloading... 5046272 bytes [============= ] 66.6%
downloading... 5111808 bytes [============= ] 67.4%
downloading... 5177344 bytes [============= ] 68.3%
downloading... 5242880 bytes [============= ] 69.2%
downloading... 5308416 bytes [============== ] 70.0%
downloading... 5373952 bytes [============== ] 70.9%
downloading... 5439488 bytes [============== ] 71.8%
downloading... 5505024 bytes [============== ] 72.6%
downloading... 5570560 bytes [============== ] 73.5%
downloading... 5636096 bytes [============== ] 74.4%
downloading... 5701632 bytes [=============== ] 75.2%
downloading... 5767168 bytes [=============== ] 76.1%
downloading... 5832704 bytes [=============== ] 77.0%
downloading... 5898240 bytes [=============== ] 77.8%
downloading... 5963776 bytes [=============== ] 78.7%
downloading... 6029312 bytes [=============== ] 79.6%
downloading... 6094848 bytes [================ ] 80.4%
downloading... 6160384 bytes [================ ] 81.3%
downloading... 6225920 bytes [================ ] 82.2%
downloading... 6291456 bytes [================ ] 83.0%
downloading... 6356992 bytes [================ ] 83.9%
downloading... 6422528 bytes [================ ] 84.7%
downloading... 6488064 bytes [================= ] 85.6%
downloading... 6553600 bytes [================= ] 86.5%
downloading... 6619136 bytes [================= ] 87.3%
downloading... 6684672 bytes [================= ] 88.2%
downloading... 6750208 bytes [================= ] 89.1%
downloading... 6815744 bytes [================= ] 89.9%
downloading... 6881280 bytes [================== ] 90.8%
downloading... 6946816 bytes [================== ] 91.7%
downloading... 7012352 bytes [================== ] 92.5%
downloading... 7077888 bytes [================== ] 93.4%
downloading... 7143424 bytes [================== ] 94.3%
downloading... 7208960 bytes [=================== ] 95.1%
downloading... 7274496 bytes [=================== ] 96.0%
downloading... 7340032 bytes [=================== ] 96.9%
downloading... 7405568 bytes [=================== ] 97.7%
downloading... 7471104 bytes [=================== ] 98.6%
downloading... 7536640 bytes [=================== ] 99.4%
downloading... 7578674 bytes [====================] 100.0%
download total: 7578674 bytes
sha256 (../download/libav-12.tar.gz) = ca5cb22ba660f0bdc47817fdb9d99059a71f9eb0776c68cf8bef769a5ccc7534 (pass)
/bin/mkdir -p contrib/ffmpeg
sha256 (../download/libav-12.tar.gz) = ca5cb22ba660f0bdc47817fdb9d99059a71f9eb0776c68cf8bef769a5ccc7534 (pass)
/bin/rm -fr ./contrib/ffmpeg/libav-12/
/usr/bin/tar xfC ../download/libav-12.tar.gz ./contrib/ffmpeg/
touch contrib/ffmpeg/.stamp.extract
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A01-matroskaenc-pgs-duration.patch
patching file libavformat/matroskaenc.c
Hunk #1 succeeded at 1580 with fuzz 2 (offset 93 lines).
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A02-mov-colr.patch
patching file libavformat/mov.c
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A03-matroskadec-fix-SRT-subtitle-duration.patch
patching file libavformat/matroskadec.c
Hunk #1 succeeded at 2440 (offset 1 line).
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A04-dv-eof.patch
patching file libavformat/dv.c
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A05-h264-recovery.patch
patching file libavcodec/h264dec.c
Hunk #1 succeeded at 449 (offset -3 lines).
Hunk #2 succeeded at 462 (offset -3 lines).
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A06-edit-list-offset.patch
patching file libavformat/isom.h
Hunk #1 succeeded at 119 (offset -6 lines).
patching file libavformat/mov.c
Hunk #1 succeeded at 2306 (offset -17 lines).
Hunk #2 succeeded at 2954 (offset -32 lines).
Hunk #3 succeeded at 3124 (offset -32 lines).
Hunk #4 succeeded at 3137 (offset -32 lines).
Hunk #5 succeeded at 3148 (offset -32 lines).
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A07-wmv-crash.patch
patching file libavformat/asfdec.c
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A08-wmv-scan-fail.patch
patching file libavformat/asfdec.c
patching file libavformat/avidec.c
patching file libavformat/riff.h
patching file libavformat/riffdec.c
patching file libavformat/wtv.c
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A13-mkv-fix-seek-crash.patch
patching file libavformat/matroskadec.c
Hunk #1 succeeded at 2691 (offset -2 lines).
Hunk #2 succeeded at 2718 (offset -2 lines).
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A14-aacenc-high-bitrate-crash.patch
patching file libavcodec/aacenc.c
patching file libavcodec/put_bits.h
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A15-asf-2G.patch
patching file libavformat/asfdec.c
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A16-decoder-hang-eagain.patch
patching file libavcodec/aacdec.c
patching file libavcodec/nvenc.c
patching file libavcodec/qsv.c
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A17-mkv-rawvideo.patch
patching file libavformat/matroskadec.c
Hunk #1 succeeded at 1609 (offset -3 lines).
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/A18-avi-broken-index.patch
patching file libavformat/avidec.c
Hunk #1 succeeded at 1149 (offset 3 lines).
Hunk #2 succeeded at 1156 (offset 3 lines).
/usr/bin/patch -t -N -p1 -d ./contrib/ffmpeg/libav-12/ < ../contrib/ffmpeg/P02-darwin-pic.patch
patching file configure
Hunk #1 succeeded at 3822 with fuzz 1 (offset 347 lines).
Hunk #2 succeeded at 4093 (offset 372 lines).
touch contrib/ffmpeg/.stamp.patch
downloading https://download.handbrake.fr/handbrake/contrib/lame-3.98.tar.gz to ../download/lame-3.98.tar.gz
downloading... 65536 bytes [ ] 4.6%
downloading... 131072 bytes [= ] 9.3%
downloading... 196608 bytes [== ] 13.9%
downloading... 262144 bytes [=== ] 18.6%
downloading... 327680 bytes [==== ] 23.2%
downloading... 393216 bytes [===== ] 27.9%
downloading... 458752 bytes [====== ] 32.5%
downloading... 524288 bytes [======= ] 37.1%
downloading... 589824 bytes [======== ] 41.8%
downloading... 655360 bytes [========= ] 46.4%
downloading... 720896 bytes [========== ] 51.1%
downloading... 786432 bytes [=========== ] 55.7%
downloading... 851968 bytes [============ ] 60.4%
downloading... 917504 bytes [============= ] 65.0%
downloading... 983040 bytes [============= ] 69.7%
downloading... 1048576 bytes [============== ] 74.3%
downloading... 1114112 bytes [=============== ] 78.9%
downloading... 1179648 bytes [================ ] 83.6%
downloading... 1245184 bytes [================= ] 88.2%
downloading... 1310720 bytes [================== ] 92.9%
downloading... 1376256 bytes [=================== ] 97.5%
downloading... 1411318 bytes [====================] 100.0%
download total: 1411318 bytes
sha256 (../download/lame-3.98.tar.gz) = 40235e84dfe4760ad3f352590a64b7bda1502a386c97d06229df356426e37686 (pass)
/bin/mkdir -p contrib/lame
sha256 (../download/lame-3.98.tar.gz) = 40235e84dfe4760ad3f352590a64b7bda1502a386c97d06229df356426e37686 (pass)
/bin/rm -fr ./contrib/lame/lame/
/usr/bin/tar xfC ../download/lame-3.98.tar.gz ./contrib/lame/
touch contrib/lame/.stamp.extract
/usr/bin/patch -t -N -p1 -d ./contrib/lame/lame/ < ../contrib/lame/A00-xmmintrin.patch
patching file configure
touch contrib/lame/.stamp.patch
set -e; cd ./contrib/lame/lame/; CC=/usr/local/Homebrew/Library/Homebrew/shims/super/gcc CFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2" CXX=/usr/local/Homebrew/Library/Homebrew/shims/super/g++ CXXFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" CPPFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" LDFLAGS="-L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64" PKG_CONFIG_PATH="/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig" ./configure --prefix=/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --enable-debug
checking build system type... i686-apple-darwin17.0.0
checking host system type... i686-apple-darwin17.0.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... /usr/local/Homebrew/Library/Homebrew/shims/super/gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/Homebrew/Library/Homebrew/shims/super/gcc accepts -g... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to accept ISO C89... none needed
checking dependency style of /usr/local/Homebrew/Library/Homebrew/shims/super/gcc... none
checking how to run the C preprocessor... /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed
checking for ld used by /usr/local/Homebrew/Library/Homebrew/shims/super/gcc... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /usr/local/Homebrew/Library/Homebrew/shims/super/g++ accepts -g... yes
checking dependency style of /usr/local/Homebrew/Library/Homebrew/shims/super/g++... none
checking how to run the C++ preprocessor... /usr/local/Homebrew/Library/Homebrew/shims/super/g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from /usr/local/Homebrew/Library/Homebrew/shims/super/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to produce PIC... -fno-common
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc PIC flag -fno-common works... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc static flag -static works... no
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -c -o file.o... yes
checking whether the /usr/local/Homebrew/Library/Homebrew/shims/super/gcc linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by /usr/local/Homebrew/Library/Homebrew/shims/super/g++... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the /usr/local/Homebrew/Library/Homebrew/shims/super/g++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/g++ option to produce PIC... -fno-common
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/g++ PIC flag -fno-common works... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/g++ static flag -static works... no
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/g++ supports -c -o file.o... yes
checking whether the /usr/local/Homebrew/Library/Homebrew/shims/super/g++ linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.0.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for gcc... (cached) /usr/local/Homebrew/Library/Homebrew/shims/super/gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /usr/local/Homebrew/Library/Homebrew/shims/super/gcc accepts -g... (cached) yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to accept ISO C89... (cached) none needed
checking dependency style of /usr/local/Homebrew/Library/Homebrew/shims/super/gcc... (cached) none
checking version of GCC... Apple
checking for function prototypes... yes
checking for string.h... (cached) yes
checking dmalloc.h usability... no
checking dmalloc.h presence... no
checking for dmalloc.h... no
checking for ANSI C header files... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking sys/soundcard.h usability... no
checking sys/soundcard.h presence... no
checking for sys/soundcard.h... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking linux/soundcard.h usability... no
checking linux/soundcard.h presence... no
checking for linux/soundcard.h... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for short... yes
checking size of short... 2
checking for unsigned short... yes
checking size of unsigned short... 2
checking for int... yes
checking size of int... 4
checking for unsigned int... yes
checking size of unsigned int... 4
checking for long... yes
checking size of long... 8
checking for unsigned long... yes
checking size of unsigned long... 8
checking for long long... yes
checking size of long long... 8
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for long double with more range or precision than double... yes
checking for uint8_t... yes
checking for int8_t... yes
checking for uint16_t... yes
checking for int16_t... yes
checking for uint32_t... yes
checking for int32_t... yes
checking for uint64_t... yes
checking for int64_t... yes
checking for IEEE854 compliant 80 bit floats... yes
checking for ieee854_float80_t... no
checking for ieee754_float64_t... no
checking for ieee754_float32_t... no
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for gettimeofday... yes
checking for strtol... yes
checking for socket... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking ncurses/termcap.h usability... no
checking ncurses/termcap.h presence... no
checking for ncurses/termcap.h... no
checking for initscr in -ltermcap... yes
checking for initscr in -lcurses... yes
checking for initscr in -lncurses... yes
checking for cos in -lm... yes
checking for cos in -lffm... no
checking for cos in -lcpml... no
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
checking use of ElectricFence malloc debugging... no
checking use of file io... lame
checking use of analyzer hooks... yes
checking use of mpg123 decoder... yes (Layer 2, 3)
checking if the lame frontend should be build... yes
checking if mp3x is requested... no
checking if mp3rtp is requested... no
checking use of VBR bitrate histogram... yes, with ncurses
./configure: line 29977: test: =: unary operator expected
checking if I have to build the internal vector lib... no
checking for FLOAT8 as float... no
checking for nasm... /usr/bin/nasm
checking for assembler routines for this processor type... no
checking for additional optimizations... no
checking for debug options... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libmp3lame/Makefile
config.status: creating libmp3lame/i386/Makefile
config.status: creating libmp3lame/vector/Makefile
config.status: creating frontend/Makefile
config.status: creating mpglib/Makefile
config.status: creating doc/Makefile
config.status: creating doc/html/Makefile
config.status: creating doc/man/Makefile
config.status: creating include/Makefile
config.status: creating Dll/Makefile
config.status: creating misc/Makefile
config.status: creating debian/Makefile
config.status: creating dshow/Makefile
config.status: creating ACM/Makefile
config.status: creating ACM/ADbg/Makefile
config.status: creating ACM/ddk/Makefile
config.status: creating ACM/tinyxml/Makefile
config.status: creating lame.spec
config.status: creating mac/Makefile
config.status: creating macosx/Makefile
config.status: creating macosx/English.lproj/Makefile
config.status: creating macosx/LAME.xcodeproj/Makefile
config.status: creating config.h
config.status: executing depfiles commands
touch contrib/lame/.stamp.configure
make -C ./contrib/lame/lame/ clean
Making clean in macosx
Making clean in LAME.xcodeproj
rm -rf .libs _libs
rm -f *.lo
Making clean in English.lproj
rm -rf .libs _libs
rm -f *.lo
Making clean in .
rm -rf .libs _libs
rm -f *.lo
Making clean in mac
rm -rf .libs _libs
rm -f *.lo
Making clean in ACM
Making clean in tinyxml
rm -rf .libs _libs
rm -f *.lo
Making clean in ddk
rm -rf .libs _libs
rm -f *.lo
Making clean in ADbg
rm -rf .libs _libs
rm -f *.lo
Making clean in .
rm -rf .libs _libs
rm -f *.lo
Making clean in dshow
rm -rf .libs _libs
rm -f *.lo
Making clean in misc
test -z "abx ath scalartest" || rm -f abx ath scalartest
rm -rf .libs _libs
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
Making clean in include
rm -rf .libs _libs
rm -f *.lo
Making clean in doc
Making clean in man
rm -rf .libs _libs
rm -f *.lo
Making clean in html
rm -rf .libs _libs
rm -f *.lo
Making clean in .
rm -rf .libs _libs
rm -f *.lo
Making clean in debian
rm -rf .libs _libs
rm -f *.lo
Making clean in Dll
rm -rf .libs _libs
rm -f *.lo
Making clean in frontend
rm -f lame lame
test -z "lclint.txt lame mp3rtp mp3x" || rm -f lclint.txt lame mp3rtp mp3x
rm -rf .libs _libs
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
Making clean in libmp3lame
Making clean in vector
test -z "lclint.txt" || rm -f lclint.txt
rm -rf .libs _libs
test -z "" || rm -f
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
Making clean in i386
test -z "choose_table.o.lst choose_table.lo.lst cpu_feat.o.lst cpu_feat.lo.lst fft3dn.o.lst fft3dn.lo.lst fftsse.o.lst fftsse.lo.lst" || rm -f choose_table.o.lst choose_table.lo.lst cpu_feat.o.lst cpu_feat.lo.lst fft3dn.o.lst fft3dn.lo.lst fftsse.o.lst fftsse.lo.lst
rm -rf .libs _libs
test -z "" || rm -f
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
Making clean in .
test -z "lclint.txt" || rm -f lclint.txt
test -z "libmp3lame.la" || rm -f libmp3lame.la
rm -f "./so_locations"
rm -rf .libs _libs
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
Making clean in mpglib
rm -rf .libs _libs
test -z "libmpgdecoder.la" || rm -f libmpgdecoder.la
rm -f "./so_locations"
rm -f *.o
test "" = "" || rm -f *_.c
rm -f *.lo
Making clean in .
test -z "testcase.new.mp3" || rm -f testcase.new.mp3
rm -rf .libs _libs
rm -f *.lo
/bin/rm -f ./contrib/lame/.stamp.build
make -C ./contrib/lame/lame/
make all-recursive
Making all in mpglib
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o common.lo common.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c common.c -o common.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o dct64_i386.lo dct64_i386.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c dct64_i386.c -o dct64_i386.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o decode_i386.lo decode_i386.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c decode_i386.c -o decode_i386.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o interface.lo interface.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c interface.c -o interface.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o layer1.lo layer1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c layer1.c -o layer1.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o layer2.lo layer2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c layer2.c -o layer2.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o layer3.lo layer3.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c layer3.c -o layer3.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o tabinit.lo tabinit.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../libmp3lame -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c tabinit.c -o tabinit.o
/bin/sh ../libtool --tag=CC --mode=link /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64 -o libmpgdecoder.la common.lo dct64_i386.lo decode_i386.lo interface.lo layer1.lo layer2.lo layer3.lo tabinit.lo
mkdir .libs
ar cru .libs/libmpgdecoder.a common.o dct64_i386.o decode_i386.o interface.o layer1.o layer2.o layer3.o tabinit.o
ranlib .libs/libmpgdecoder.a
creating libmpgdecoder.la
(cd .libs && rm -f libmpgdecoder.la && ln -s ../libmpgdecoder.la libmpgdecoder.la)
Making all in libmp3lame
Making all in i386
make[4]: Nothing to be done for `all'.
Making all in vector
make[4]: Nothing to be done for `all'.
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o VbrTag.lo VbrTag.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c VbrTag.c -o VbrTag.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o bitstream.lo bitstream.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c bitstream.c -o bitstream.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o encoder.lo encoder.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c encoder.c -o encoder.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o fft.lo fft.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c fft.c -o fft.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o gain_analysis.lo gain_analysis.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c gain_analysis.c -o gain_analysis.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o id3tag.lo id3tag.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c id3tag.c -o id3tag.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o lame.lo lame.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c lame.c -o lame.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o newmdct.lo newmdct.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c newmdct.c -o newmdct.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o presets.lo presets.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c presets.c -o presets.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o psymodel.lo psymodel.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c psymodel.c -o psymodel.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o quantize.lo quantize.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c quantize.c -o quantize.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o quantize_pvt.lo quantize_pvt.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c quantize_pvt.c -o quantize_pvt.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o reservoir.lo reservoir.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c reservoir.c -o reservoir.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o set_get.lo set_get.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c set_get.c -o set_get.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o tables.lo tables.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c tables.c -o tables.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o takehiro.lo takehiro.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c takehiro.c -o takehiro.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o util.lo util.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c util.c -o util.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o vbrquantize.lo vbrquantize.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c vbrquantize.c -o vbrquantize.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o version.lo version.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c version.c -o version.o
/bin/sh ../libtool --tag=CC --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c -o mpglib_interface.lo mpglib_interface.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I. -I../mpglib -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c mpglib_interface.c -o mpglib_interface.o
/bin/sh ../libtool --tag=CC --mode=link /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -version-info 0:0 -no-undefined -L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64 -o libmp3lame.la -rpath /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib VbrTag.lo bitstream.lo encoder.lo fft.lo gain_analysis.lo id3tag.lo lame.lo newmdct.lo presets.lo psymodel.lo quantize.lo quantize_pvt.lo reservoir.lo set_get.lo tables.lo takehiro.lo util.lo vbrquantize.lo version.lo mpglib_interface.lo ../mpglib/libmpgdecoder.la -lm
mkdir .libs
rm -fr .libs/libmp3lame.lax
mkdir .libs/libmp3lame.lax
rm -fr .libs/libmp3lame.lax/libmpgdecoder.a
mkdir .libs/libmp3lame.lax/libmpgdecoder.a
Extracting /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lame/lame/libmp3lame/../mpglib/.libs/libmpgdecoder.a
(cd .libs/libmp3lame.lax/libmpgdecoder.a && ar x /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lame/lame/libmp3lame/../mpglib/.libs/libmpgdecoder.a)
ar cru .libs/libmp3lame.a VbrTag.o bitstream.o encoder.o fft.o gain_analysis.o id3tag.o lame.o newmdct.o presets.o psymodel.o quantize.o quantize_pvt.o reservoir.o set_get.o tables.o takehiro.o util.o vbrquantize.o version.o mpglib_interface.o .libs/libmp3lame.lax/libmpgdecoder.a/tabinit.o .libs/libmp3lame.lax/libmpgdecoder.a/decode_i386.o .libs/libmp3lame.lax/libmpgdecoder.a/layer3.o .libs/libmp3lame.lax/libmpgdecoder.a/interface.o .libs/libmp3lame.lax/libmpgdecoder.a/common.o .libs/libmp3lame.lax/libmpgdecoder.a/layer2.o .libs/libmp3lame.lax/libmpgdecoder.a/layer1.o .libs/libmp3lame.lax/libmpgdecoder.a/dct64_i386.o
ranlib .libs/libmp3lame.a
rm -fr .libs/libmp3lame.lax
creating libmp3lame.la
(cd .libs && rm -f libmp3lame.la && ln -s ../libmp3lame.la libmp3lame.la)
Making all in frontend
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c main.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c console.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c get_audio.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c lametime.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c parse.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c portableio.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c timestatus.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -c brhist.c
/bin/sh ../libtool --tag=CC --mode=link /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64 -static -o lame main.o console.o get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o ../libmp3lame/libmp3lame.la -lncurses -lm
mkdir .libs
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -O -g -Wall -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -fno-common -arch x86_64 -o lame main.o console.o get_audio.o lametime.o parse.o portableio.o timestatus.o brhist.o -L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib ../libmp3lame/.libs/libmp3lame.a -lncurses -lm
Making all in Dll
make[3]: Nothing to be done for `all'.
Making all in debian
make[3]: Nothing to be done for `all'.
Making all in doc
Making all in html
make[4]: Nothing to be done for `all'.
Making all in man
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in include
make[3]: Nothing to be done for `all'.
Making all in misc
make[3]: Nothing to be done for `all'.
Making all in dshow
make[3]: Nothing to be done for `all'.
Making all in ACM
Making all in ADbg
make[4]: Nothing to be done for `all'.
Making all in ddk
make[4]: Nothing to be done for `all'.
Making all in tinyxml
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in mac
make[3]: Nothing to be done for `all'.
Making all in macosx
Making all in English.lproj
make[4]: Nothing to be done for `all'.
Making all in LAME.xcodeproj
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
make[3]: Nothing to be done for `all-am'.
touch contrib/lame/.stamp.build
make -j 1 -C ./contrib/lame/lame/ install
Making install in mpglib
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in libmp3lame
Making install in i386
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in vector
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
test -z "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib" || .././install-sh -c -d "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libmp3lame.la' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib/libmp3lame.la'
/usr/bin/install -c .libs/libmp3lame.lai /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib/libmp3lame.la
/usr/bin/install -c .libs/libmp3lame.a /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib/libmp3lame.a
chmod 644 /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib/libmp3lame.a
ranlib /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib/libmp3lame.a
----------------------------------------------------------------------
Libraries have been installed in:
/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
Making install in frontend
test -z "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//bin" || .././install-sh -c -d "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'lame' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//bin/lame'
/usr/bin/install -c lame /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//bin/lame
make[3]: Nothing to be done for `install-data-am'.
Making install in Dll
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in debian
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in doc
Making install in html
make[4]: Nothing to be done for `install-exec-am'.
test -z "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html" || ../.././install-sh -c -d "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html"
/usr/bin/install -c -m 644 'basic.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/basic.html'
/usr/bin/install -c -m 644 'contributors.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/contributors.html'
/usr/bin/install -c -m 644 'examples.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/examples.html'
/usr/bin/install -c -m 644 'history.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/history.html'
/usr/bin/install -c -m 644 'id3.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/id3.html'
/usr/bin/install -c -m 644 'index.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/index.html'
/usr/bin/install -c -m 644 'lame.css' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/lame.css'
/usr/bin/install -c -m 644 'modes.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/modes.html'
/usr/bin/install -c -m 644 'node6.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/node6.html'
/usr/bin/install -c -m 644 'switchs.html' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/doc/lame/html/switchs.html'
Making install in man
make[4]: Nothing to be done for `install-exec-am'.
test -z "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/man/man1" || ../.././install-sh -c -d "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/man/man1"
/usr/bin/install -c -m 644 './lame.1' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//share/man/man1/lame.1'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in include
make[3]: Nothing to be done for `install-exec-am'.
test -z "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//include/lame" || .././install-sh -c -d "/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//include/lame"
/usr/bin/install -c -m 644 'lame.h' '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//include/lame/lame.h'
Making install in misc
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in dshow
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in ACM
Making install in ADbg
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in ddk
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in tinyxml
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in mac
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in macosx
Making install in English.lproj
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in LAME.xcodeproj
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
touch contrib/lame/.stamp.install
downloading https://download.handbrake.fr/contrib/opus-1.1.3.tar.gz to ../download/opus-1.1.3.tar.gz
downloading... 65536 bytes [= ] 6.7%
downloading... 131072 bytes [== ] 13.4%
downloading... 196608 bytes [==== ] 20.1%
downloading... 262144 bytes [===== ] 26.8%
downloading... 327680 bytes [====== ] 33.5%
downloading... 393216 bytes [======== ] 40.2%
downloading... 458752 bytes [========= ] 46.9%
downloading... 524288 bytes [========== ] 53.6%
downloading... 589824 bytes [============ ] 60.3%
downloading... 655360 bytes [============= ] 67.0%
downloading... 720896 bytes [============== ] 73.6%
downloading... 786432 bytes [================ ] 80.3%
downloading... 851968 bytes [================= ] 87.0%
downloading... 917504 bytes [================== ] 93.7%
downloading... 978848 bytes [====================] 100.0%
download total: 978848 bytes
sha256 (../download/opus-1.1.3.tar.gz) = 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633 (pass)
/bin/mkdir -p contrib/libopus
sha256 (../download/opus-1.1.3.tar.gz) = 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633 (pass)
/bin/rm -fr ./contrib/libopus/opus-1.1.3/
/usr/bin/tar xfC ../download/opus-1.1.3.tar.gz ./contrib/libopus/
touch contrib/libopus/.stamp.extract
touch contrib/libopus/.stamp.patch
set -e; cd ./contrib/libopus/opus-1.1.3/; rm -fr aclocal.m4 autom4te.cache configure; autoreconf -I m4 -fiv; CC=/usr/local/Homebrew/Library/Homebrew/shims/super/gcc CFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2" CXX=/usr/local/Homebrew/Library/Homebrew/shims/super/g++ CXXFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" CPPFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" LDFLAGS="-L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64" PKG_CONFIG_PATH="/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig" ./configure --prefix=/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/ --disable-dependency-tracking --enable-shared=no --enable-static --disable-doc --disable-extra-programs
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: glibtoolize --copy --force
glibtoolize: putting auxiliary files in '.'.
glibtoolize: copying file './ltmain.sh'
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
glibtoolize: copying file 'm4/libtool.m4'
glibtoolize: copying file 'm4/ltoptions.m4'
glibtoolize: copying file 'm4/ltsugar.m4'
glibtoolize: copying file 'm4/ltversion.m4'
glibtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --include=m4 --force
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --include=m4 --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:38: installing './compile'
configure.ac:33: installing './missing'
Makefile.am:270: warning: '%'-style pattern rules are a GNU make extension
Makefile.am:273: warning: '%'-style pattern rules are a GNU make extension
Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-apple-darwin17.0.0
checking host system type... x86_64-apple-darwin17.0.0
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... /usr/local/Homebrew/Library/Homebrew/shims/super/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/Homebrew/Library/Homebrew/shims/super/gcc accepts -g... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to accept ISO C89... none needed
checking whether /usr/local/Homebrew/Library/Homebrew/shims/super/gcc understands -c and -o together... yes
checking dependency style of /usr/local/Homebrew/Library/Homebrew/shims/super/gcc... none
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/Homebrew/Library/Homebrew/shims/super/gcc... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin17.0.0 file names to x86_64-apple-darwin17.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin17.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from /usr/local/Homebrew/Library/Homebrew/shims/super/gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking how to run the C preprocessor... /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to produce PIC... -fno-common -DPIC
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc PIC flag -fno-common -DPIC works... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc static flag -static works... no
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -c -o file.o... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/local/Homebrew/Library/Homebrew/shims/super/gcc linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to accept ISO C99... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking dependency style of /usr/local/Homebrew/Library/Homebrew/shims/super/gcc... none
checking for C/C++ restrict keyword... __restrict
checking for C99 variable-size arrays... yes
checking if compiler supports SSE intrinsics... yes
checking if compiler supports SSE2 intrinsics... yes
checking if compiler supports SSE4.1 intrinsics... yes
checking if compiler supports AVX intrinsics... yes
checking How to get X86 CPU Info... Inline Assembly
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -fvisibility=hidden... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes
checking for lrintf... yes
checking for lrint... yes
checking for __malloc_hook... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating opus.pc
config.status: creating opus-uninstalled.pc
config.status: creating celt/arm/armopts.s
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure:
------------------------------------------------------------------------
opus 1.1.3: Automatic configuration OK.
Compiler support:
C99 var arrays: ................ yes
C99 lrintf: .................... yes
Use alloca: .................... no (using var arrays)
General configuration:
Floating point support: ........ yes
Fast float approximations: ..... no
Fixed point debugging: ......... no
Inline Assembly Optimizations: . No inline ASM for your platform, please send patches
External Assembly Optimizations:
Intrinsics Optimizations.......: x86 SSE SSE2 SSE4.1 AVX
Run-time CPU detection: ........ no
Custom modes: .................. no
Assertion checking: ............ no
Fuzzing: ....................... no
Ambisonics support: .............no
API documentation: ............. no
Extra programs: ................ no
------------------------------------------------------------------------
Type "make; make install" to compile and install
Type "make check" to run the test suite
touch contrib/libopus/.stamp.configure
make -C ./contrib/libopus/opus-1.1.3/ clean
test -z "celt/arm/celt_pitch_xcorr_arm-gnu.S celt/arm/armopts-gnu.S" || rm -f celt/arm/celt_pitch_xcorr_arm-gnu.S celt/arm/armopts-gnu.S
test -z "libopus.la" || rm -f libopus.la
rm -f ./so_locations
rm -rf .libs _libs
rm -rf celt/.libs celt/_libs
rm -rf celt/arm/.libs celt/arm/_libs
rm -rf celt/tests/.libs celt/tests/_libs
rm -rf celt/x86/.libs celt/x86/_libs
rm -rf silk/.libs silk/_libs
rm -rf silk/arm/.libs silk/arm/_libs
rm -rf silk/fixed/.libs silk/fixed/_libs
rm -rf silk/fixed/x86/.libs silk/fixed/x86/_libs
rm -rf silk/float/.libs silk/float/_libs
rm -rf silk/x86/.libs silk/x86/_libs
rm -rf src/.libs src/_libs
rm -rf tests/.libs tests/_libs
( cd doc && make clean )
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
rm -f *.o
rm -f celt/*.o
rm -f celt/*.lo
rm -f celt/arm/*.o
rm -f celt/arm/*.lo
rm -f celt/tests/*.o
rm -f celt/x86/*.o
rm -f celt/x86/*.lo
rm -f silk/*.o
rm -f silk/*.lo
rm -f silk/arm/*.o
rm -f silk/arm/*.lo
rm -f silk/fixed/*.o
rm -f silk/fixed/*.lo
rm -f silk/fixed/x86/*.o
rm -f silk/fixed/x86/*.lo
rm -f silk/float/*.o
rm -f silk/float/*.lo
rm -f silk/x86/*.o
rm -f silk/x86/*.lo
rm -f src/*.o
rm -f src/*.lo
rm -f tests/*.o
test -z "" || rm -f
test -z "" || rm -f
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
/bin/rm -f ./contrib/libopus/.stamp.build
make -C ./contrib/libopus/opus-1.1.3/
make all-recursive
CC celt/bands.lo
CC celt/celt.lo
CC celt/celt_encoder.lo
CC celt/celt_decoder.lo
CC celt/cwrs.lo
CC celt/entcode.lo
CC celt/entdec.lo
CC celt/entenc.lo
CC celt/kiss_fft.lo
CC celt/laplace.lo
CC celt/mathops.lo
CC celt/mdct.lo
CC celt/modes.lo
CC celt/pitch.lo
CC celt/celt_lpc.lo
CC celt/quant_bands.lo
CC celt/rate.lo
CC celt/vq.lo
CC celt/x86/x86cpu.lo
CC celt/x86/x86_celt_map.lo
CC celt/x86/pitch_sse.lo
CC celt/x86/pitch_sse2.lo
CC celt/x86/celt_lpc_sse.lo
CC celt/x86/pitch_sse4_1.lo
CC silk/CNG.lo
CC silk/code_signs.lo
CC silk/init_decoder.lo
CC silk/decode_core.lo
CC silk/decode_frame.lo
CC silk/decode_parameters.lo
CC silk/decode_indices.lo
CC silk/decode_pulses.lo
CC silk/decoder_set_fs.lo
CC silk/dec_API.lo
CC silk/enc_API.lo
CC silk/encode_indices.lo
CC silk/encode_pulses.lo
CC silk/gain_quant.lo
CC silk/interpolate.lo
CC silk/LP_variable_cutoff.lo
CC silk/NLSF_decode.lo
CC silk/NSQ.lo
CC silk/NSQ_del_dec.lo
CC silk/PLC.lo
CC silk/shell_coder.lo
CC silk/tables_gain.lo
CC silk/tables_LTP.lo
CC silk/tables_NLSF_CB_NB_MB.lo
CC silk/tables_NLSF_CB_WB.lo
CC silk/tables_other.lo
CC silk/tables_pitch_lag.lo
CC silk/tables_pulses_per_block.lo
CC silk/VAD.lo
CC silk/control_audio_bandwidth.lo
CC silk/quant_LTP_gains.lo
CC silk/VQ_WMat_EC.lo
CC silk/HP_variable_cutoff.lo
CC silk/NLSF_encode.lo
CC silk/NLSF_VQ.lo
CC silk/NLSF_unpack.lo
CC silk/NLSF_del_dec_quant.lo
CC silk/process_NLSFs.lo
CC silk/stereo_LR_to_MS.lo
CC silk/stereo_MS_to_LR.lo
CC silk/check_control_input.lo
CC silk/control_SNR.lo
CC silk/init_encoder.lo
CC silk/control_codec.lo
CC silk/A2NLSF.lo
CC silk/ana_filt_bank_1.lo
CC silk/biquad_alt.lo
CC silk/bwexpander_32.lo
CC silk/bwexpander.lo
CC silk/debug.lo
CC silk/decode_pitch.lo
CC silk/inner_prod_aligned.lo
CC silk/lin2log.lo
CC silk/log2lin.lo
CC silk/LPC_analysis_filter.lo
CC silk/LPC_inv_pred_gain.lo
CC silk/table_LSF_cos.lo
CC silk/NLSF2A.lo
CC silk/NLSF_stabilize.lo
CC silk/NLSF_VQ_weights_laroia.lo
CC silk/pitch_est_tables.lo
CC silk/resampler.lo
CC silk/resampler_down2_3.lo
CC silk/resampler_down2.lo
CC silk/resampler_private_AR2.lo
CC silk/resampler_private_down_FIR.lo
CC silk/resampler_private_IIR_FIR.lo
CC silk/resampler_private_up2_HQ.lo
CC silk/resampler_rom.lo
CC silk/sigm_Q15.lo
CC silk/sort.lo
CC silk/sum_sqr_shift.lo
CC silk/stereo_decode_pred.lo
CC silk/stereo_encode_pred.lo
CC silk/stereo_find_predictor.lo
CC silk/stereo_quant_pred.lo
CC silk/float/apply_sine_window_FLP.lo
CC silk/float/corrMatrix_FLP.lo
CC silk/float/encode_frame_FLP.lo
CC silk/float/find_LPC_FLP.lo
CC silk/float/find_LTP_FLP.lo
CC silk/float/find_pitch_lags_FLP.lo
CC silk/float/find_pred_coefs_FLP.lo
CC silk/float/LPC_analysis_filter_FLP.lo
CC silk/float/LTP_analysis_filter_FLP.lo
CC silk/float/LTP_scale_ctrl_FLP.lo
CC silk/float/noise_shape_analysis_FLP.lo
CC silk/float/prefilter_FLP.lo
CC silk/float/process_gains_FLP.lo
CC silk/float/regularize_correlations_FLP.lo
CC silk/float/residual_energy_FLP.lo
CC silk/float/solve_LS_FLP.lo
CC silk/float/warped_autocorrelation_FLP.lo
CC silk/float/wrappers_FLP.lo
CC silk/float/autocorrelation_FLP.lo
CC silk/float/burg_modified_FLP.lo
CC silk/float/bwexpander_FLP.lo
CC silk/float/energy_FLP.lo
CC silk/float/inner_product_FLP.lo
CC silk/float/k2a_FLP.lo
CC silk/float/levinsondurbin_FLP.lo
CC silk/float/LPC_inv_pred_gain_FLP.lo
CC silk/float/pitch_analysis_core_FLP.lo
CC silk/float/scale_copy_vector_FLP.lo
CC silk/float/scale_vector_FLP.lo
CC silk/float/schur_FLP.lo
CC silk/float/sort_FLP.lo
CC silk/x86/NSQ_sse.lo
CC silk/x86/NSQ_del_dec_sse.lo
CC silk/x86/x86_silk_map.lo
CC silk/x86/VAD_sse.lo
CC silk/x86/VQ_WMat_EC_sse.lo
CC src/opus.lo
CC src/opus_decoder.lo
CC src/opus_encoder.lo
CC src/opus_multistream.lo
CC src/opus_multistream_encoder.lo
CC src/opus_multistream_decoder.lo
CC src/repacketizer.lo
CC src/analysis.lo
CC src/mlp.lo
CC src/mlp_data.lo
CCLD libopus.la
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(x86cpu.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(x86_celt_map.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(pitch_sse2.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(celt_lpc_sse.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(pitch_sse4_1.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(debug.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(x86_silk_map.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(x86cpu.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(x86_celt_map.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(pitch_sse2.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(celt_lpc_sse.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(pitch_sse4_1.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(debug.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libopus.a(x86_silk_map.o) has no symbols
make[4]: Nothing to be done for `all'.
touch contrib/libopus/.stamp.build
make -j 1 -C ./contrib/libopus/opus-1.1.3/ install
make install-recursive
make[4]: Nothing to be done for `all'.
./install-sh -c -d '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libopus.la '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib'
libtool: install: /usr/bin/install -c .libs/libopus.lai /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.la
libtool: install: /usr/bin/install -c .libs/libopus.a /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a
libtool: install: chmod 644 /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a
libtool: install: ranlib /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a(x86cpu.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a(x86_celt_map.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a(pitch_sse2.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a(celt_lpc_sse.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a(pitch_sse4_1.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a(debug.o) has no symbols
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/libopus.a(x86_silk_map.o) has no symbols
make[6]: Nothing to be done for `install-exec-am'.
make[6]: Nothing to be done for `install-data-am'.
./install-sh -c -d '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/share/aclocal'
/usr/bin/install -c -m 644 opus.m4 '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/share/aclocal'
./install-sh -c -d '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig'
/usr/bin/install -c -m 644 opus.pc '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig'
./install-sh -c -d '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus'
/usr/bin/install -c -m 644 include/opus.h include/opus_multistream.h include/opus_types.h include/opus_defines.h '/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus'
touch contrib/libopus/.stamp.install
set -e; cd ./contrib/ffmpeg/libav-12/; CC=/usr/local/Homebrew/Library/Homebrew/shims/super/gcc CFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2" CXX=/usr/local/Homebrew/Library/Homebrew/shims/super/g++ CXXFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" CPPFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" LDFLAGS="-L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64" PKG_CONFIG_PATH="/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig" PATH="/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/bin:/usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/cmake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/yasm/bin:/usr/bin:/bin:/usr/sbin:/sbin" ./configure --prefix=/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/ --disable-shared --enable-static --enable-gpl --disable-doc --disable-bsfs --enable-bsf=aac_adtstoasc --disable-avconv --disable-avplay --disable-avprobe --disable-avdevice --disable-muxers --disable-network --disable-hwaccels --disable-vaapi --disable-vdpau --disable-encoders --enable-libmp3lame --enable-encoder=aac --enable-encoder=ac3 --enable-encoder=eac3 --enable-encoder=flac --enable-encoder=mpeg2video --enable-encoder=mpeg4 --enable-encoder=libmp3lame --enable-libopus --enable-encoder=libopus --enable-libvpx --enable-encoder=libvpx_vp8 --disable-decoder=libvpx_vp8 --enable-encoder=libvpx_vp9 --disable-decoder=libvpx_vp9 --enable-zlib --enable-bzlib --enable-pthreads --cc="/usr/local/Homebrew/Library/Homebrew/shims/super/gcc" --extra-ldflags="-arch x86_64 -mfpmath=sse -msse2 -L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib" --enable-muxer=matroska --enable-muxer=webm --enable-muxer=mov --enable-muxer=mp4 --enable-muxer=psp --enable-muxer=ipod --enable-cross-compile --arch=x86_64 --target-os=darwin --disable-debug --extra-cflags="-arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG"
install prefix /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/
source path .
C compiler /usr/local/Homebrew/Library/Homebrew/shims/super/gcc
C library default
host C compiler gcc
host C library default
ARCH x86 (generic)
big-endian no
runtime cpu detection no
yasm yes
MMX enabled yes
MMXEXT enabled yes
3DNow! enabled yes
3DNow! extended enabled yes
SSE enabled yes
SSSE3 enabled yes
AVX enabled yes
XOP enabled yes
FMA3 enabled yes
FMA4 enabled yes
i686 features enabled yes
CMOV is fast yes
EBX available yes
EBP available yes
debug symbols no
optimize for size no
optimizations yes
static yes
shared no
new filter support yes
network support no
threading support pthreads
safe bitstream reader yes
SDL support no
External libraries:
bzlib libmp3lame libopus
libvpx zlib
External libraries providing hardware acceleration:
vda
Libraries:
avcodec avfilter avformat
avresample avutil swscale
Enabled decoders:
aac aac_latm aasc
ac3 adpcm_4xm adpcm_adx
adpcm_ct adpcm_ea adpcm_ea_maxis_xa
adpcm_ea_r1 adpcm_ea_r2 adpcm_ea_r3
adpcm_ea_xas adpcm_g722 adpcm_g726
adpcm_ima_amv adpcm_ima_apc adpcm_ima_dk3
adpcm_ima_dk4 adpcm_ima_ea_eacs adpcm_ima_ea_sead
adpcm_ima_iss adpcm_ima_qt adpcm_ima_smjpeg
adpcm_ima_wav adpcm_ima_ws adpcm_ms
adpcm_sbpro_2 adpcm_sbpro_3 adpcm_sbpro_4
adpcm_swf adpcm_thp adpcm_vima
adpcm_xa adpcm_yamaha aic
alac alias_pix als
amrnb amrwb amv
anm ansi ape
ass asv1 asv2
atrac1 atrac3 atrac3p
aura aura2 avs
bethsoftvid bfi bink
binkaudio_dct binkaudio_rdft bmp
bmv_audio bmv_video brender_pix
c93 cavs cdgraphics
cdxl cinepak cljr
cllc comfortnoise cook
cscd cyuv dca
dds dfa dnxhd
dpx dsicinaudio dsicinvideo
dss_sp dvbsub dvdsub
dvvideo dxa dxtory
dxv eac3 eacmv
eamad eatgq eatgv
eatqi eightbps eightsvx_exp
eightsvx_fib escape124 escape130
exr ffv1 ffvhuff
fic flac flashsv
flashsv2 flic flv
fourxm fraps frwu
g2m g723_1 gif
gsm gsm_ms h261
h263 h263i h264
hap hevc hnm4_video
hq_hqa hqx huffyuv
iac idcin iff_byterun1
iff_ilbm imc indeo2
indeo3 indeo4 indeo5
interplay_dpcm interplay_video jpeg2000
jpegls jv kgv1
kmvc lagarith libopus
loco mace3 mace6
magicyuv mdec metasound
mimic mjpeg mjpegb
mlp mmvideo motionpixels
mp1 mp1float mp2
mp2float mp3 mp3adu
mp3adufloat mp3float mp3on4
mp3on4float mpc7 mpc8
mpeg1video mpeg2video mpeg4
msa1 msmpeg4v1 msmpeg4v2
msmpeg4v3 msrle mss1
mss2 msvideo1 mszh
mts2 mvc1 mvc2
mxpeg nellymoser nuv
on2avc opus paf_audio
paf_video pam pbm
pcm_alaw pcm_bluray pcm_dvd
pcm_f32be pcm_f32le pcm_f64be
pcm_f64le pcm_lxf pcm_mulaw
pcm_s16be pcm_s16be_planar pcm_s16le
pcm_s16le_planar pcm_s24be pcm_s24daud
pcm_s24le pcm_s24le_planar pcm_s32be
pcm_s32le pcm_s32le_planar pcm_s8
pcm_s8_planar pcm_u16be pcm_u16le
pcm_u24be pcm_u24le pcm_u32be
pcm_u32le pcm_u8 pcm_zork
pcx pgm pgmyuv
pgssub pictor png
ppm prores ptx
qcelp qdm2 qdraw
qpeg qtrle r10k
r210 ra_144 ra_288
ralf rawvideo rl2
roq roq_dpcm rpza
rscc rv10 rv20
rv30 rv40 s302m
sanm screenpresso sgi
sgirle shorten sipr
smackaud smacker smc
sol_dpcm sp5x srt
sunrast svq1 svq3
tak targa tdsc
theora thp tiertexseqvideo
tiff tmv truehd
truemotion1 truemotion2 truemotion2rt
truespeech tscc tscc2
tta twinvq txd
ulti utvideo v210
v210x v410 vb
vble vc1 vc1image
vcr1 vmdaudio vmdvideo
vmnc vorbis vp3
vp5 vp6 vp6a
vp6f vp7 vp8
vp9 vqa wavpack
webp wmalossless wmapro
wmav1 wmav2 wmavoice
wmv1 wmv2 wmv3
wmv3image wnv1 ws_snd1
xan_dpcm xan_wc3 xan_wc4
xbm xl xsub
xwd yop zerocodec
zlib zmbv
Enabled encoders:
aac ac3 eac3
flac h263 libmp3lame
libopus libvpx_vp8 libvpx_vp9
mpeg2video mpeg4
Enabled hwaccels:
Enabled parsers:
aac aac_latm ac3
adx bmp cavsvideo
cook dca dirac
dnxhd dpx dvbsub
dvdsub flac gsm
h261 h263 h264
hevc mjpeg mlp
mpeg4video mpegaudio mpegvideo
opus png pnm
rv30 rv40 tak
vc1 vorbis vp3
vp8
Enabled demuxers:
aac ac3 adx
aea aiff amr
anm apc ape
asf ass au
avi avs bethsoftvid
bfi bink bmv
c93 caf cavsvideo
cdg cdxl daud
dfa dirac dnxhd
dsicin dss dts
dv dxa ea
ea_cdata eac3 ffmetadata
filmstrip flac flic
flv fourxm g722
g723_1 g729 gsm
gxf h261 h263
h264 hevc hls
hnm idcin iff
ilbc image2 image2pipe
ingenient ipmovie iss
iv8 ivf jv
latm lmlm4 lxf
m4v matroska mjpeg
mlp mm mmf
mov mp3 mpc
mpc8 mpegps mpegts
mpegtsraw mpegvideo mpjpeg
msnwc_tcp mtv mv
mvi mxf mxg
nc nsv nut
nuv ogg oma
paf pcm_alaw pcm_f32be
pcm_f32le pcm_f64be pcm_f64le
pcm_mulaw pcm_s16be pcm_s16le
pcm_s24be pcm_s24le pcm_s32be
pcm_s32le pcm_s8 pcm_u16be
pcm_u16le pcm_u24be pcm_u24le
pcm_u32be pcm_u32le pcm_u8
pmp pva qcp
r3d rawvideo rl2
rm roq rpl
rso segafilm shorten
siff smacker smjpeg
smush sol sox
spdif srt str
swf tak thp
tiertexseq tmv truehd
tta tty txd
vc1 vc1t vmd
voc vqf w64
wav wc3 wsaud
wsvqa wtv wv
xa xmv xwma
yop yuv4mpegpipe
Enabled muxers:
ipod matroska mov
mp4 psp webm
Enabled protocols:
concat crypto file
hls md5 pipe
Enabled filters:
aformat amix anull
anullsink anullsrc asetpts
asettb ashowinfo asplit
asyncts atrim blackframe
boxblur channelmap channelsplit
color compand copy
crop cropdetect delogo
drawbox fade fieldorder
format fps framepack
gradfun hflip hqdn3d
hwdownload hwupload interlace
join lut lutrgb
lutyuv movie negate
noformat null nullsink
nullsrc overlay pad
pixdesctest resample rgbtestsrc
scale select setdar
setpts setsar settb
showinfo shuffleplanes split
testsrc transpose trim
unsharp vflip volume
yadif
Enabled bsfs:
aac_adtstoasc
Enabled indevs:
Enabled outdevs:
License: GPL version 2 or later
Creating config.mak and config.h...
touch contrib/ffmpeg/.stamp.configure
make -C ./contrib/ffmpeg/libav-12/ clean
/bin/rm -f ./contrib/ffmpeg/.stamp.build
PATH="/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/bin:/usr/local/Homebrew/Library/Homebrew/shims/super:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/cmake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/yasm/bin:/usr/bin:/bin:/usr/sbin:/sbin" make -C ./contrib/ffmpeg/libav-12/ V=1
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_aformat.d -MT libavfilter/af_aformat.o -c -o libavfilter/af_aformat.o libavfilter/af_aformat.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_amix.d -MT libavfilter/af_amix.o -c -o libavfilter/af_amix.o libavfilter/af_amix.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_anull.d -MT libavfilter/af_anull.o -c -o libavfilter/af_anull.o libavfilter/af_anull.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_ashowinfo.d -MT libavfilter/af_ashowinfo.o -c -o libavfilter/af_ashowinfo.o libavfilter/af_ashowinfo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_asyncts.d -MT libavfilter/af_asyncts.o -c -o libavfilter/af_asyncts.o libavfilter/af_asyncts.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_channelmap.d -MT libavfilter/af_channelmap.o -c -o libavfilter/af_channelmap.o libavfilter/af_channelmap.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_channelsplit.d -MT libavfilter/af_channelsplit.o -c -o libavfilter/af_channelsplit.o libavfilter/af_channelsplit.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_compand.d -MT libavfilter/af_compand.o -c -o libavfilter/af_compand.o libavfilter/af_compand.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_join.d -MT libavfilter/af_join.o -c -o libavfilter/af_join.o libavfilter/af_join.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_resample.d -MT libavfilter/af_resample.o -c -o libavfilter/af_resample.o libavfilter/af_resample.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/af_volume.d -MT libavfilter/af_volume.o -c -o libavfilter/af_volume.o libavfilter/af_volume.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/allfilters.d -MT libavfilter/allfilters.o -c -o libavfilter/allfilters.o libavfilter/allfilters.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/asink_anullsink.d -MT libavfilter/asink_anullsink.o -c -o libavfilter/asink_anullsink.o libavfilter/asink_anullsink.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/asrc_anullsrc.d -MT libavfilter/asrc_anullsrc.o -c -o libavfilter/asrc_anullsrc.o libavfilter/asrc_anullsrc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/audio.d -MT libavfilter/audio.o -c -o libavfilter/audio.o libavfilter/audio.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/avfilter.d -MT libavfilter/avfilter.o -c -o libavfilter/avfilter.o libavfilter/avfilter.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/avfiltergraph.d -MT libavfilter/avfiltergraph.o -c -o libavfilter/avfiltergraph.o libavfilter/avfiltergraph.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/buffersink.d -MT libavfilter/buffersink.o -c -o libavfilter/buffersink.o libavfilter/buffersink.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/buffersrc.d -MT libavfilter/buffersrc.o -c -o libavfilter/buffersrc.o libavfilter/buffersrc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/drawutils.d -MT libavfilter/drawutils.o -c -o libavfilter/drawutils.o libavfilter/drawutils.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/fifo.d -MT libavfilter/fifo.o -c -o libavfilter/fifo.o libavfilter/fifo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/formats.d -MT libavfilter/formats.o -c -o libavfilter/formats.o libavfilter/formats.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/graphparser.d -MT libavfilter/graphparser.o -c -o libavfilter/graphparser.o libavfilter/graphparser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/pthread.d -MT libavfilter/pthread.o -c -o libavfilter/pthread.o libavfilter/pthread.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/setpts.d -MT libavfilter/setpts.o -c -o libavfilter/setpts.o libavfilter/setpts.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/settb.d -MT libavfilter/settb.o -c -o libavfilter/settb.o libavfilter/settb.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/split.d -MT libavfilter/split.o -c -o libavfilter/split.o libavfilter/split.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/trim.d -MT libavfilter/trim.o -c -o libavfilter/trim.o libavfilter/trim.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_aspect.d -MT libavfilter/vf_aspect.o -c -o libavfilter/vf_aspect.o libavfilter/vf_aspect.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_blackframe.d -MT libavfilter/vf_blackframe.o -c -o libavfilter/vf_blackframe.o libavfilter/vf_blackframe.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_boxblur.d -MT libavfilter/vf_boxblur.o -c -o libavfilter/vf_boxblur.o libavfilter/vf_boxblur.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_copy.d -MT libavfilter/vf_copy.o -c -o libavfilter/vf_copy.o libavfilter/vf_copy.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_crop.d -MT libavfilter/vf_crop.o -c -o libavfilter/vf_crop.o libavfilter/vf_crop.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_cropdetect.d -MT libavfilter/vf_cropdetect.o -c -o libavfilter/vf_cropdetect.o libavfilter/vf_cropdetect.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_delogo.d -MT libavfilter/vf_delogo.o -c -o libavfilter/vf_delogo.o libavfilter/vf_delogo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_drawbox.d -MT libavfilter/vf_drawbox.o -c -o libavfilter/vf_drawbox.o libavfilter/vf_drawbox.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_fade.d -MT libavfilter/vf_fade.o -c -o libavfilter/vf_fade.o libavfilter/vf_fade.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_fieldorder.d -MT libavfilter/vf_fieldorder.o -c -o libavfilter/vf_fieldorder.o libavfilter/vf_fieldorder.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_format.d -MT libavfilter/vf_format.o -c -o libavfilter/vf_format.o libavfilter/vf_format.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_fps.d -MT libavfilter/vf_fps.o -c -o libavfilter/vf_fps.o libavfilter/vf_fps.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_framepack.d -MT libavfilter/vf_framepack.o -c -o libavfilter/vf_framepack.o libavfilter/vf_framepack.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_gradfun.d -MT libavfilter/vf_gradfun.o -c -o libavfilter/vf_gradfun.o libavfilter/vf_gradfun.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_hflip.d -MT libavfilter/vf_hflip.o -c -o libavfilter/vf_hflip.o libavfilter/vf_hflip.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_hqdn3d.d -MT libavfilter/vf_hqdn3d.o -c -o libavfilter/vf_hqdn3d.o libavfilter/vf_hqdn3d.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavfilter/vf_hwdownload.d -MT libavfilter/vf_hwdownload.o -c -o libavfilter/vf_hwdownload.o libavfilter/vf_hwdownload.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/con
[...snip...]
-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hevc_refs.d -MT libavcodec/hevc_refs.o -c -o libavcodec/hevc_refs.o libavcodec/hevc_refs.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hevc_sei.d -MT libavcodec/hevc_sei.o -c -o libavcodec/hevc_sei.o libavcodec/hevc_sei.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hevcdsp.d -MT libavcodec/hevcdsp.o -c -o libavcodec/hevcdsp.o libavcodec/hevcdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hevcpred.d -MT libavcodec/hevcpred.o -c -o libavcodec/hevcpred.o libavcodec/hevcpred.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hnm4video.d -MT libavcodec/hnm4video.o -c -o libavcodec/hnm4video.o libavcodec/hnm4video.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hpeldsp.d -MT libavcodec/hpeldsp.o -c -o libavcodec/hpeldsp.o libavcodec/hpeldsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hq_hqa.d -MT libavcodec/hq_hqa.o -c -o libavcodec/hq_hqa.o libavcodec/hq_hqa.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hq_hqadata.d -MT libavcodec/hq_hqadata.o -c -o libavcodec/hq_hqadata.o libavcodec/hq_hqadata.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hq_hqadsp.d -MT libavcodec/hq_hqadsp.o -c -o libavcodec/hq_hqadsp.o libavcodec/hq_hqadsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hqx.d -MT libavcodec/hqx.o -c -o libavcodec/hqx.o libavcodec/hqx.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hqxdsp.d -MT libavcodec/hqxdsp.o -c -o libavcodec/hqxdsp.o libavcodec/hqxdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/hqxvlc.d -MT libavcodec/hqxvlc.o -c -o libavcodec/hqxvlc.o libavcodec/hqxvlc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/huffman.d -MT libavcodec/huffman.o -c -o libavcodec/huffman.o libavcodec/huffman.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/huffyuv.d -MT libavcodec/huffyuv.o -c -o libavcodec/huffyuv.o libavcodec/huffyuv.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/huffyuvdec.d -MT libavcodec/huffyuvdec.o -c -o libavcodec/huffyuvdec.o libavcodec/huffyuvdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/huffyuvdsp.d -MT libavcodec/huffyuvdsp.o -c -o libavcodec/huffyuvdsp.o libavcodec/huffyuvdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/idcinvideo.d -MT libavcodec/idcinvideo.o -c -o libavcodec/idcinvideo.o libavcodec/idcinvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/idctdsp.d -MT libavcodec/idctdsp.o -c -o libavcodec/idctdsp.o libavcodec/idctdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/iff.d -MT libavcodec/iff.o -c -o libavcodec/iff.o libavcodec/iff.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/iirfilter.d -MT libavcodec/iirfilter.o -c -o libavcodec/iirfilter.o libavcodec/iirfilter.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/imc.d -MT libavcodec/imc.o -c -o libavcodec/imc.o libavcodec/imc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/imdct15.d -MT libavcodec/imdct15.o -c -o libavcodec/imdct15.o libavcodec/imdct15.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/imgconvert.d -MT libavcodec/imgconvert.o -c -o libavcodec/imgconvert.o libavcodec/imgconvert.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/indeo2.d -MT libavcodec/indeo2.o -c -o libavcodec/indeo2.o libavcodec/indeo2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/indeo3.d -MT libavcodec/indeo3.o -c -o libavcodec/indeo3.o libavcodec/indeo3.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/indeo4.d -MT libavcodec/indeo4.o -c -o libavcodec/indeo4.o libavcodec/indeo4.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/indeo5.d -MT libavcodec/indeo5.o -c -o libavcodec/indeo5.o libavcodec/indeo5.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/intelh263dec.d -MT libavcodec/intelh263dec.o -c -o libavcodec/intelh263dec.o libavcodec/intelh263dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/interplayvideo.d -MT libavcodec/interplayvideo.o -c -o libavcodec/interplayvideo.o libavcodec/interplayvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/intrax8.d -MT libavcodec/intrax8.o -c -o libavcodec/intrax8.o libavcodec/intrax8.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/intrax8dsp.d -MT libavcodec/intrax8dsp.o -c -o libavcodec/intrax8dsp.o libavcodec/intrax8dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ituh263dec.d -MT libavcodec/ituh263dec.o -c -o libavcodec/ituh263dec.o libavcodec/ituh263dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ituh263enc.d -MT libavcodec/ituh263enc.o -c -o libavcodec/ituh263enc.o libavcodec/ituh263enc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ivi.d -MT libavcodec/ivi.o -c -o libavcodec/ivi.o libavcodec/ivi.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ivi_dsp.d -MT libavcodec/ivi_dsp.o -c -o libavcodec/ivi_dsp.o libavcodec/ivi_dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jfdctfst.d -MT libavcodec/jfdctfst.o -c -o libavcodec/jfdctfst.o libavcodec/jfdctfst.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jfdctint.d -MT libavcodec/jfdctint.o -c -o libavcodec/jfdctint.o libavcodec/jfdctint.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jpeg2000.d -MT libavcodec/jpeg2000.o -c -o libavcodec/jpeg2000.o libavcodec/jpeg2000.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jpeg2000dec.d -MT libavcodec/jpeg2000dec.o -c -o libavcodec/jpeg2000dec.o libavcodec/jpeg2000dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jpeg2000dsp.d -MT libavcodec/jpeg2000dsp.o -c -o libavcodec/jpeg2000dsp.o libavcodec/jpeg2000dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jpeg2000dwt.d -MT libavcodec/jpeg2000dwt.o -c -o libavcodec/jpeg2000dwt.o libavcodec/jpeg2000dwt.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jpegls.d -MT libavcodec/jpegls.o -c -o libavcodec/jpegls.o libavcodec/jpegls.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jpeglsdec.d -MT libavcodec/jpeglsdec.o -c -o libavcodec/jpeglsdec.o libavcodec/jpeglsdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jpegtables.d -MT libavcodec/jpegtables.o -c -o libavcodec/jpegtables.o libavcodec/jpegtables.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jrevdct.d -MT libavcodec/jrevdct.o -c -o libavcodec/jrevdct.o libavcodec/jrevdct.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/jvdec.d -MT libavcodec/jvdec.o -c -o libavcodec/jvdec.o libavcodec/jvdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/kbdwin.d -MT libavcodec/kbdwin.o -c -o libavcodec/kbdwin.o libavcodec/kbdwin.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/kgv1dec.d -MT libavcodec/kgv1dec.o -c -o libavcodec/kgv1dec.o libavcodec/kgv1dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/kmvc.d -MT libavcodec/kmvc.o -c -o libavcodec/kmvc.o libavcodec/kmvc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/lagarith.d -MT libavcodec/lagarith.o -c -o libavcodec/lagarith.o libavcodec/lagarith.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/lagarithrac.d -MT libavcodec/lagarithrac.o -c -o libavcodec/lagarithrac.o libavcodec/lagarithrac.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/latm_parser.d -MT libavcodec/latm_parser.o -c -o libavcodec/latm_parser.o libavcodec/latm_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/lcldec.d -MT libavcodec/lcldec.o -c -o libavcodec/lcldec.o libavcodec/lcldec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/libmp3lame.d -MT libavcodec/libmp3lame.o -c -o libavcodec/libmp3lame.o libavcodec/libmp3lame.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/libopus.d -MT libavcodec/libopus.o -c -o libavcodec/libopus.o libavcodec/libopus.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/libopusdec.d -MT libavcodec/libopusdec.o -c -o libavcodec/libopusdec.o libavcodec/libopusdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/libopusenc.d -MT libavcodec/libopusenc.o -c -o libavcodec/libopusenc.o libavcodec/libopusenc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/libvpx.d -MT libavcodec/libvpx.o -c -o libavcodec/libvpx.o libavcodec/libvpx.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/libvpxenc.d -MT libavcodec/libvpxenc.o -c -o libavcodec/libvpxenc.o libavcodec/libvpxenc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/loco.d -MT libavcodec/loco.o -c -o libavcodec/loco.o libavcodec/loco.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/log2_tab.d -MT libavcodec/log2_tab.o -c -o libavcodec/log2_tab.o libavcodec/log2_tab.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/lpc.d -MT libavcodec/lpc.o -c -o libavcodec/lpc.o libavcodec/lpc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/lsp.d -MT libavcodec/lsp.o -c -o libavcodec/lsp.o libavcodec/lsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/lzf.d -MT libavcodec/lzf.o -c -o libavcodec/lzf.o libavcodec/lzf.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/lzw.d -MT libavcodec/lzw.o -c -o libavcodec/lzw.o libavcodec/lzw.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mace.d -MT libavcodec/mace.o -c -o libavcodec/mace.o libavcodec/mace.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/magicyuv.d -MT libavcodec/magicyuv.o -c -o libavcodec/magicyuv.o libavcodec/magicyuv.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mathtables.d -MT libavcodec/mathtables.o -c -o libavcodec/mathtables.o libavcodec/mathtables.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mdct_fixed.d -MT libavcodec/mdct_fixed.o -c -o libavcodec/mdct_fixed.o libavcodec/mdct_fixed.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mdct_float.d -MT libavcodec/mdct_float.o -c -o libavcodec/mdct_float.o libavcodec/mdct_float.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mdec.d -MT libavcodec/mdec.o -c -o libavcodec/mdec.o libavcodec/mdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/me_cmp.d -MT libavcodec/me_cmp.o -c -o libavcodec/me_cmp.o libavcodec/me_cmp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/metasound.d -MT libavcodec/metasound.o -c -o libavcodec/metasound.o libavcodec/metasound.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/metasound_data.d -MT libavcodec/metasound_data.o -c -o libavcodec/metasound_data.o libavcodec/metasound_data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mimic.d -MT libavcodec/mimic.o -c -o libavcodec/mimic.o libavcodec/mimic.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mjpeg_parser.d -MT libavcodec/mjpeg_parser.o -c -o libavcodec/mjpeg_parser.o libavcodec/mjpeg_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mjpegbdec.d -MT libavcodec/mjpegbdec.o -c -o libavcodec/mjpegbdec.o libavcodec/mjpegbdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mjpegdec.d -MT libavcodec/mjpegdec.o -c -o libavcodec/mjpegdec.o libavcodec/mjpegdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mlp.d -MT libavcodec/mlp.o -c -o libavcodec/mlp.o libavcodec/mlp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mlp_parser.d -MT libavcodec/mlp_parser.o -c -o libavcodec/mlp_parser.o libavcodec/mlp_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mlpdec.d -MT libavcodec/mlpdec.o -c -o libavcodec/mlpdec.o libavcodec/mlpdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mlpdsp.d -MT libavcodec/mlpdsp.o -c -o libavcodec/mlpdsp.o libavcodec/mlpdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mmvideo.d -MT libavcodec/mmvideo.o -c -o libavcodec/mmvideo.o libavcodec/mmvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/motion_est.d -MT libavcodec/motion_est.o -c -o libavcodec/motion_est.o libavcodec/motion_est.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/motionpixels.d -MT libavcodec/motionpixels.o -c -o libavcodec/motionpixels.o libavcodec/motionpixels.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpc.d -MT libavcodec/mpc.o -c -o libavcodec/mpc.o libavcodec/mpc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpc7.d -MT libavcodec/mpc7.o -c -o libavcodec/mpc7.o libavcodec/mpc7.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpc8.d -MT libavcodec/mpc8.o -c -o libavcodec/mpc8.o libavcodec/mpc8.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg12.d -MT libavcodec/mpeg12.o -c -o libavcodec/mpeg12.o libavcodec/mpeg12.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg12data.d -MT libavcodec/mpeg12data.o -c -o libavcodec/mpeg12data.o libavcodec/mpeg12data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg12dec.d -MT libavcodec/mpeg12dec.o -c -o libavcodec/mpeg12dec.o libavcodec/mpeg12dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg12enc.d -MT libavcodec/mpeg12enc.o -c -o libavcodec/mpeg12enc.o libavcodec/mpeg12enc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg12framerate.d -MT libavcodec/mpeg12framerate.o -c -o libavcodec/mpeg12framerate.o libavcodec/mpeg12framerate.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg4audio.d -MT libavcodec/mpeg4audio.o -c -o libavcodec/mpeg4audio.o libavcodec/mpeg4audio.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg4video.d -MT libavcodec/mpeg4video.o -c -o libavcodec/mpeg4video.o libavcodec/mpeg4video.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg4video_parser.d -MT libavcodec/mpeg4video_parser.o -c -o libavcodec/mpeg4video_parser.o libavcodec/mpeg4video_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg4videodec.d -MT libavcodec/mpeg4videodec.o -c -o libavcodec/mpeg4videodec.o libavcodec/mpeg4videodec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg4videoenc.d -MT libavcodec/mpeg4videoenc.o -c -o libavcodec/mpeg4videoenc.o libavcodec/mpeg4videoenc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpeg_er.d -MT libavcodec/mpeg_er.o -c -o libavcodec/mpeg_er.o libavcodec/mpeg_er.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudio.d -MT libavcodec/mpegaudio.o -c -o libavcodec/mpegaudio.o libavcodec/mpegaudio.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudio_parser.d -MT libavcodec/mpegaudio_parser.o -c -o libavcodec/mpegaudio_parser.o libavcodec/mpegaudio_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodata.d -MT libavcodec/mpegaudiodata.o -c -o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodata.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodec_fixed.d -MT libavcodec/mpegaudiodec_fixed.o -c -o libavcodec/mpegaudiodec_fixed.o libavcodec/mpegaudiodec_fixed.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodec_float.d -MT libavcodec/mpegaudiodec_float.o -c -o libavcodec/mpegaudiodec_float.o libavcodec/mpegaudiodec_float.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodecheader.d -MT libavcodec/mpegaudiodecheader.o -c -o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodecheader.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodsp.d -MT libavcodec/mpegaudiodsp.o -c -o libavcodec/mpegaudiodsp.o libavcodec/mpegaudiodsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodsp_data.d -MT libavcodec/mpegaudiodsp_data.o -c -o libavcodec/mpegaudiodsp_data.o libavcodec/mpegaudiodsp_data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodsp_fixed.d -MT libavcodec/mpegaudiodsp_fixed.o -c -o libavcodec/mpegaudiodsp_fixed.o libavcodec/mpegaudiodsp_fixed.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegaudiodsp_float.d -MT libavcodec/mpegaudiodsp_float.o -c -o libavcodec/mpegaudiodsp_float.o libavcodec/mpegaudiodsp_float.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegpicture.d -MT libavcodec/mpegpicture.o -c -o libavcodec/mpegpicture.o libavcodec/mpegpicture.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegutils.d -MT libavcodec/mpegutils.o -c -o libavcodec/mpegutils.o libavcodec/mpegutils.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegvideo.d -MT libavcodec/mpegvideo.o -c -o libavcodec/mpegvideo.o libavcodec/mpegvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegvideo_enc.d -MT libavcodec/mpegvideo_enc.o -c -o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_enc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegvideo_motion.d -MT libavcodec/mpegvideo_motion.o -c -o libavcodec/mpegvideo_motion.o libavcodec/mpegvideo_motion.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegvideo_parser.d -MT libavcodec/mpegvideo_parser.o -c -o libavcodec/mpegvideo_parser.o libavcodec/mpegvideo_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegvideodata.d -MT libavcodec/mpegvideodata.o -c -o libavcodec/mpegvideodata.o libavcodec/mpegvideodata.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegvideodsp.d -MT libavcodec/mpegvideodsp.o -c -o libavcodec/mpegvideodsp.o libavcodec/mpegvideodsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mpegvideoencdsp.d -MT libavcodec/mpegvideoencdsp.o -c -o libavcodec/mpegvideoencdsp.o libavcodec/mpegvideoencdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mqc.d -MT libavcodec/mqc.o -c -o libavcodec/mqc.o libavcodec/mqc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mqcdec.d -MT libavcodec/mqcdec.o -c -o libavcodec/mqcdec.o libavcodec/mqcdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/msgsmdec.d -MT libavcodec/msgsmdec.o -c -o libavcodec/msgsmdec.o libavcodec/msgsmdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/msmpeg4.d -MT libavcodec/msmpeg4.o -c -o libavcodec/msmpeg4.o libavcodec/msmpeg4.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/msmpeg4data.d -MT libavcodec/msmpeg4data.o -c -o libavcodec/msmpeg4data.o libavcodec/msmpeg4data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/msmpeg4dec.d -MT libavcodec/msmpeg4dec.o -c -o libavcodec/msmpeg4dec.o libavcodec/msmpeg4dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/msrle.d -MT libavcodec/msrle.o -c -o libavcodec/msrle.o libavcodec/msrle.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/msrledec.d -MT libavcodec/msrledec.o -c -o libavcodec/msrledec.o libavcodec/msrledec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mss1.d -MT libavcodec/mss1.o -c -o libavcodec/mss1.o libavcodec/mss1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mss12.d -MT libavcodec/mss12.o -c -o libavcodec/mss12.o libavcodec/mss12.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mss2.d -MT libavcodec/mss2.o -c -o libavcodec/mss2.o libavcodec/mss2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mss2dsp.d -MT libavcodec/mss2dsp.o -c -o libavcodec/mss2dsp.o libavcodec/mss2dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mss3.d -MT libavcodec/mss3.o -c -o libavcodec/mss3.o libavcodec/mss3.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mss34dsp.d -MT libavcodec/mss34dsp.o -c -o libavcodec/mss34dsp.o libavcodec/mss34dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mss4.d -MT libavcodec/mss4.o -c -o libavcodec/mss4.o libavcodec/mss4.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/msvideo1.d -MT libavcodec/msvideo1.o -c -o libavcodec/msvideo1.o libavcodec/msvideo1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mvcdec.d -MT libavcodec/mvcdec.o -c -o libavcodec/mvcdec.o libavcodec/mvcdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/mxpegdec.d -MT libavcodec/mxpegdec.o -c -o libavcodec/mxpegdec.o libavcodec/mxpegdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/nellymoser.d -MT libavcodec/nellymoser.o -c -o libavcodec/nellymoser.o libavcodec/nellymoser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/nellymoserdec.d -MT libavcodec/nellymoserdec.o -c -o libavcodec/nellymoserdec.o libavcodec/nellymoserdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/nuv.d -MT libavcodec/nuv.o -c -o libavcodec/nuv.o libavcodec/nuv.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/on2avc.d -MT libavcodec/on2avc.o -c -o libavcodec/on2avc.o libavcodec/on2avc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/on2avcdata.d -MT libavcodec/on2avcdata.o -c -o libavcodec/on2avcdata.o libavcodec/on2avcdata.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/options.d -MT libavcodec/options.o -c -o libavcodec/options.o libavcodec/options.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/opus.d -MT libavcodec/opus.o -c -o libavcodec/opus.o libavcodec/opus.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/opus_celt.d -MT libavcodec/opus_celt.o -c -o libavcodec/opus_celt.o libavcodec/opus_celt.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/opus_parser.d -MT libavcodec/opus_parser.o -c -o libavcodec/opus_parser.o libavcodec/opus_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/opus_silk.d -MT libavcodec/opus_silk.o -c -o libavcodec/opus_silk.o libavcodec/opus_silk.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/opusdec.d -MT libavcodec/opusdec.o -c -o libavcodec/opusdec.o libavcodec/opusdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pafaudio.d -MT libavcodec/pafaudio.o -c -o libavcodec/pafaudio.o libavcodec/pafaudio.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pafvideo.d -MT libavcodec/pafvideo.o -c -o libavcodec/pafvideo.o libavcodec/pafvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/parser.d -MT libavcodec/parser.o -c -o libavcodec/parser.o libavcodec/parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pcm-bluray.d -MT libavcodec/pcm-bluray.o -c -o libavcodec/pcm-bluray.o libavcodec/pcm-bluray.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pcm-dvd.d -MT libavcodec/pcm-dvd.o -c -o libavcodec/pcm-dvd.o libavcodec/pcm-dvd.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pcm.d -MT libavcodec/pcm.o -c -o libavcodec/pcm.o libavcodec/pcm.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pcx.d -MT libavcodec/pcx.o -c -o libavcodec/pcx.o libavcodec/pcx.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pgssubdec.d -MT libavcodec/pgssubdec.o -c -o libavcodec/pgssubdec.o libavcodec/pgssubdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pictordec.d -MT libavcodec/pictordec.o -c -o libavcodec/pictordec.o libavcodec/pictordec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pixblockdsp.d -MT libavcodec/pixblockdsp.o -c -o libavcodec/pixblockdsp.o libavcodec/pixblockdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/png.d -MT libavcodec/png.o -c -o libavcodec/png.o libavcodec/png.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/png_parser.d -MT libavcodec/png_parser.o -c -o libavcodec/png_parser.o libavcodec/png_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pngdec.d -MT libavcodec/pngdec.o -c -o libavcodec/pngdec.o libavcodec/pngdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pngdsp.d -MT libavcodec/pngdsp.o -c -o libavcodec/pngdsp.o libavcodec/pngdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pnm.d -MT libavcodec/pnm.o -c -o libavcodec/pnm.o libavcodec/pnm.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pnm_parser.d -MT libavcodec/pnm_parser.o -c -o libavcodec/pnm_parser.o libavcodec/pnm_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pnmdec.d -MT libavcodec/pnmdec.o -c -o libavcodec/pnmdec.o libavcodec/pnmdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/profiles.d -MT libavcodec/profiles.o -c -o libavcodec/profiles.o libavcodec/profiles.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/proresdata.d -MT libavcodec/proresdata.o -c -o libavcodec/proresdata.o libavcodec/proresdata.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/proresdec.d -MT libavcodec/proresdec.o -c -o libavcodec/proresdec.o libavcodec/proresdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/proresdsp.d -MT libavcodec/proresdsp.o -c -o libavcodec/proresdsp.o libavcodec/proresdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/psymodel.d -MT libavcodec/psymodel.o -c -o libavcodec/psymodel.o libavcodec/psymodel.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pthread.d -MT libavcodec/pthread.o -c -o libavcodec/pthread.o libavcodec/pthread.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pthread_frame.d -MT libavcodec/pthread_frame.o -c -o libavcodec/pthread_frame.o libavcodec/pthread_frame.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/pthread_slice.d -MT libavcodec/pthread_slice.o -c -o libavcodec/pthread_slice.o libavcodec/pthread_slice.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ptx.d -MT libavcodec/ptx.o -c -o libavcodec/ptx.o libavcodec/ptx.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/qcelpdec.d -MT libavcodec/qcelpdec.o -c -o libavcodec/qcelpdec.o libavcodec/qcelpdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/qdm2.d -MT libavcodec/qdm2.o -c -o libavcodec/qdm2.o libavcodec/qdm2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/qdrw.d -MT libavcodec/qdrw.o -c -o libavcodec/qdrw.o libavcodec/qdrw.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/qpeg.d -MT libavcodec/qpeg.o -c -o libavcodec/qpeg.o libavcodec/qpeg.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/qpeldsp.d -MT libavcodec/qpeldsp.o -c -o libavcodec/qpeldsp.o libavcodec/qpeldsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/qsv_api.d -MT libavcodec/qsv_api.o -c -o libavcodec/qsv_api.o libavcodec/qsv_api.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/qtrle.d -MT libavcodec/qtrle.o -c -o libavcodec/qtrle.o libavcodec/qtrle.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/r210dec.d -MT libavcodec/r210dec.o -c -o libavcodec/r210dec.o libavcodec/r210dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ra144.d -MT libavcodec/ra144.o -c -o libavcodec/ra144.o libavcodec/ra144.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ra144dec.d -MT libavcodec/ra144dec.o -c -o libavcodec/ra144dec.o libavcodec/ra144dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ra288.d -MT libavcodec/ra288.o -c -o libavcodec/ra288.o libavcodec/ra288.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ralf.d -MT libavcodec/ralf.o -c -o libavcodec/ralf.o libavcodec/ralf.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rangecoder.d -MT libavcodec/rangecoder.o -c -o libavcodec/rangecoder.o libavcodec/rangecoder.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ratecontrol.d -MT libavcodec/ratecontrol.o -c -o libavcodec/ratecontrol.o libavcodec/ratecontrol.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/raw.d -MT libavcodec/raw.o -c -o libavcodec/raw.o libavcodec/raw.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rawdec.d -MT libavcodec/rawdec.o -c -o libavcodec/rawdec.o libavcodec/rawdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rdft.d -MT libavcodec/rdft.o -c -o libavcodec/rdft.o libavcodec/rdft.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rl.d -MT libavcodec/rl.o -c -o libavcodec/rl.o libavcodec/rl.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rl2.d -MT libavcodec/rl2.o -c -o libavcodec/rl2.o libavcodec/rl2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/roqvideo.d -MT libavcodec/roqvideo.o -c -o libavcodec/roqvideo.o libavcodec/roqvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/roqvideodec.d -MT libavcodec/roqvideodec.o -c -o libavcodec/roqvideodec.o libavcodec/roqvideodec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rpza.d -MT libavcodec/rpza.o -c -o libavcodec/rpza.o libavcodec/rpza.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rscc.d -MT libavcodec/rscc.o -c -o libavcodec/rscc.o libavcodec/rscc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rtjpeg.d -MT libavcodec/rtjpeg.o -c -o libavcodec/rtjpeg.o libavcodec/rtjpeg.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv10.d -MT libavcodec/rv10.o -c -o libavcodec/rv10.o libavcodec/rv10.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv30.d -MT libavcodec/rv30.o -c -o libavcodec/rv30.o libavcodec/rv30.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv30dsp.d -MT libavcodec/rv30dsp.o -c -o libavcodec/rv30dsp.o libavcodec/rv30dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv34.d -MT libavcodec/rv34.o -c -o libavcodec/rv34.o libavcodec/rv34.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv34_parser.d -MT libavcodec/rv34_parser.o -c -o libavcodec/rv34_parser.o libavcodec/rv34_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv34dsp.d -MT libavcodec/rv34dsp.o -c -o libavcodec/rv34dsp.o libavcodec/rv34dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv40.d -MT libavcodec/rv40.o -c -o libavcodec/rv40.o libavcodec/rv40.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/rv40dsp.d -MT libavcodec/rv40dsp.o -c -o libavcodec/rv40dsp.o libavcodec/rv40dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/s302m.d -MT libavcodec/s302m.o -c -o libavcodec/s302m.o libavcodec/s302m.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sanm.d -MT libavcodec/sanm.o -c -o libavcodec/sanm.o libavcodec/sanm.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sbrdsp.d -MT libavcodec/sbrdsp.o -c -o libavcodec/sbrdsp.o libavcodec/sbrdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/screenpresso.d -MT libavcodec/screenpresso.o -c -o libavcodec/screenpresso.o libavcodec/screenpresso.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sgidec.d -MT libavcodec/sgidec.o -c -o libavcodec/sgidec.o libavcodec/sgidec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sgirledec.d -MT libavcodec/sgirledec.o -c -o libavcodec/sgirledec.o libavcodec/sgirledec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/shorten.d -MT libavcodec/shorten.o -c -o libavcodec/shorten.o libavcodec/shorten.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/simple_idct.d -MT libavcodec/simple_idct.o -c -o libavcodec/simple_idct.o libavcodec/simple_idct.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sinewin.d -MT libavcodec/sinewin.o -c -o libavcodec/sinewin.o libavcodec/sinewin.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sipr.d -MT libavcodec/sipr.o -c -o libavcodec/sipr.o libavcodec/sipr.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sipr16k.d -MT libavcodec/sipr16k.o -c -o libavcodec/sipr16k.o libavcodec/sipr16k.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/smacker.d -MT libavcodec/smacker.o -c -o libavcodec/smacker.o libavcodec/smacker.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/smc.d -MT libavcodec/smc.o -c -o libavcodec/smc.o libavcodec/smc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/snappy.d -MT libavcodec/snappy.o -c -o libavcodec/snappy.o libavcodec/snappy.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sp5xdec.d -MT libavcodec/sp5xdec.o -c -o libavcodec/sp5xdec.o libavcodec/sp5xdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/srtdec.d -MT libavcodec/srtdec.o -c -o libavcodec/srtdec.o libavcodec/srtdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/startcode.d -MT libavcodec/startcode.o -c -o libavcodec/startcode.o libavcodec/startcode.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/sunrast.d -MT libavcodec/sunrast.o -c -o libavcodec/sunrast.o libavcodec/sunrast.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/svq1.d -MT libavcodec/svq1.o -c -o libavcodec/svq1.o libavcodec/svq1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/svq13.d -MT libavcodec/svq13.o -c -o libavcodec/svq13.o libavcodec/svq13.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/svq1dec.d -MT libavcodec/svq1dec.o -c -o libavcodec/svq1dec.o libavcodec/svq1dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/svq3.d -MT libavcodec/svq3.o -c -o libavcodec/svq3.o libavcodec/svq3.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/synth_filter.d -MT libavcodec/synth_filter.o -c -o libavcodec/synth_filter.o libavcodec/synth_filter.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tak.d -MT libavcodec/tak.o -c -o libavcodec/tak.o libavcodec/tak.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tak_parser.d -MT libavcodec/tak_parser.o -c -o libavcodec/tak_parser.o libavcodec/tak_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/takdec.d -MT libavcodec/takdec.o -c -o libavcodec/takdec.o libavcodec/takdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/targa.d -MT libavcodec/targa.o -c -o libavcodec/targa.o libavcodec/targa.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tdsc.d -MT libavcodec/tdsc.o -c -o libavcodec/tdsc.o libavcodec/tdsc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/texturedsp.d -MT libavcodec/texturedsp.o -c -o libavcodec/texturedsp.o libavcodec/texturedsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tiertexseqv.d -MT libavcodec/tiertexseqv.o -c -o libavcodec/tiertexseqv.o libavcodec/tiertexseqv.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tiff.d -MT libavcodec/tiff.o -c -o libavcodec/tiff.o libavcodec/tiff.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tmv.d -MT libavcodec/tmv.o -c -o libavcodec/tmv.o libavcodec/tmv.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tpeldsp.d -MT libavcodec/tpeldsp.o -c -o libavcodec/tpeldsp.o libavcodec/tpeldsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/truemotion1.d -MT libavcodec/truemotion1.o -c -o libavcodec/truemotion1.o libavcodec/truemotion1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/truemotion2.d -MT libavcodec/truemotion2.o -c -o libavcodec/truemotion2.o libavcodec/truemotion2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/truemotion2rt.d -MT libavcodec/truemotion2rt.o -c -o libavcodec/truemotion2rt.o libavcodec/truemotion2rt.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/truespeech.d -MT libavcodec/truespeech.o -c -o libavcodec/truespeech.o libavcodec/truespeech.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tscc.d -MT libavcodec/tscc.o -c -o libavcodec/tscc.o libavcodec/tscc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tscc2.d -MT libavcodec/tscc2.o -c -o libavcodec/tscc2.o libavcodec/tscc2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/tta.d -MT libavcodec/tta.o -c -o libavcodec/tta.o libavcodec/tta.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/twinvq.d -MT libavcodec/twinvq.o -c -o libavcodec/twinvq.o libavcodec/twinvq.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/twinvqdec.d -MT libavcodec/twinvqdec.o -c -o libavcodec/twinvqdec.o libavcodec/twinvqdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/txd.d -MT libavcodec/txd.o -c -o libavcodec/txd.o libavcodec/txd.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ulti.d -MT libavcodec/ulti.o -c -o libavcodec/ulti.o libavcodec/ulti.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/utils.d -MT libavcodec/utils.o -c -o libavcodec/utils.o libavcodec/utils.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/utvideo.d -MT libavcodec/utvideo.o -c -o libavcodec/utvideo.o libavcodec/utvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/utvideodec.d -MT libavcodec/utvideodec.o -c -o libavcodec/utvideodec.o libavcodec/utvideodec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/v210dec.d -MT libavcodec/v210dec.o -c -o libavcodec/v210dec.o libavcodec/v210dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/v210x.d -MT libavcodec/v210x.o -c -o libavcodec/v210x.o libavcodec/v210x.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/v410dec.d -MT libavcodec/v410dec.o -c -o libavcodec/v410dec.o libavcodec/v410dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vb.d -MT libavcodec/vb.o -c -o libavcodec/vb.o libavcodec/vb.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vble.d -MT libavcodec/vble.o -c -o libavcodec/vble.o libavcodec/vble.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1.d -MT libavcodec/vc1.o -c -o libavcodec/vc1.o libavcodec/vc1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1_block.d -MT libavcodec/vc1_block.o -c -o libavcodec/vc1_block.o libavcodec/vc1_block.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1_loopfilter.d -MT libavcodec/vc1_loopfilter.o -c -o libavcodec/vc1_loopfilter.o libavcodec/vc1_loopfilter.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1_mc.d -MT libavcodec/vc1_mc.o -c -o libavcodec/vc1_mc.o libavcodec/vc1_mc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1_parser.d -MT libavcodec/vc1_parser.o -c -o libavcodec/vc1_parser.o libavcodec/vc1_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1_pred.d -MT libavcodec/vc1_pred.o -c -o libavcodec/vc1_pred.o libavcodec/vc1_pred.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1data.d -MT libavcodec/vc1data.o -c -o libavcodec/vc1data.o libavcodec/vc1data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1dec.d -MT libavcodec/vc1dec.o -c -o libavcodec/vc1dec.o libavcodec/vc1dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vc1dsp.d -MT libavcodec/vc1dsp.o -c -o libavcodec/vc1dsp.o libavcodec/vc1dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vcr1.d -MT libavcodec/vcr1.o -c -o libavcodec/vcr1.o libavcodec/vcr1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vda.d -MT libavcodec/vda.o -c -o libavcodec/vda.o libavcodec/vda.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/videodsp.d -MT libavcodec/videodsp.o -c -o libavcodec/videodsp.o libavcodec/videodsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vima.d -MT libavcodec/vima.o -c -o libavcodec/vima.o libavcodec/vima.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vmdaudio.d -MT libavcodec/vmdaudio.o -c -o libavcodec/vmdaudio.o libavcodec/vmdaudio.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vmdvideo.d -MT libavcodec/vmdvideo.o -c -o libavcodec/vmdvideo.o libavcodec/vmdvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vmnc.d -MT libavcodec/vmnc.o -c -o libavcodec/vmnc.o libavcodec/vmnc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vorbis.d -MT libavcodec/vorbis.o -c -o libavcodec/vorbis.o libavcodec/vorbis.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vorbis_data.d -MT libavcodec/vorbis_data.o -c -o libavcodec/vorbis_data.o libavcodec/vorbis_data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vorbis_parser.d -MT libavcodec/vorbis_parser.o -c -o libavcodec/vorbis_parser.o libavcodec/vorbis_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vorbisdec.d -MT libavcodec/vorbisdec.o -c -o libavcodec/vorbisdec.o libavcodec/vorbisdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vorbisdsp.d -MT libavcodec/vorbisdsp.o -c -o libavcodec/vorbisdsp.o libavcodec/vorbisdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp3.d -MT libavcodec/vp3.o -c -o libavcodec/vp3.o libavcodec/vp3.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp3_parser.d -MT libavcodec/vp3_parser.o -c -o libavcodec/vp3_parser.o libavcodec/vp3_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp3dsp.d -MT libavcodec/vp3dsp.o -c -o libavcodec/vp3dsp.o libavcodec/vp3dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp5.d -MT libavcodec/vp5.o -c -o libavcodec/vp5.o libavcodec/vp5.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp56.d -MT libavcodec/vp56.o -c -o libavcodec/vp56.o libavcodec/vp56.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp56data.d -MT libavcodec/vp56data.o -c -o libavcodec/vp56data.o libavcodec/vp56data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp56dsp.d -MT libavcodec/vp56dsp.o -c -o libavcodec/vp56dsp.o libavcodec/vp56dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp56rac.d -MT libavcodec/vp56rac.o -c -o libavcodec/vp56rac.o libavcodec/vp56rac.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp6.d -MT libavcodec/vp6.o -c -o libavcodec/vp6.o libavcodec/vp6.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp6dsp.d -MT libavcodec/vp6dsp.o -c -o libavcodec/vp6dsp.o libavcodec/vp6dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp8.d -MT libavcodec/vp8.o -c -o libavcodec/vp8.o libavcodec/vp8.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp8_parser.d -MT libavcodec/vp8_parser.o -c -o libavcodec/vp8_parser.o libavcodec/vp8_parser.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp8dsp.d -MT libavcodec/vp8dsp.o -c -o libavcodec/vp8dsp.o libavcodec/vp8dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp9.d -MT libavcodec/vp9.o -c -o libavcodec/vp9.o libavcodec/vp9.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp9block.d -MT libavcodec/vp9block.o -c -o libavcodec/vp9block.o libavcodec/vp9block.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp9data.d -MT libavcodec/vp9data.o -c -o libavcodec/vp9data.o libavcodec/vp9data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp9dsp.d -MT libavcodec/vp9dsp.o -c -o libavcodec/vp9dsp.o libavcodec/vp9dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp9mvs.d -MT libavcodec/vp9mvs.o -c -o libavcodec/vp9mvs.o libavcodec/vp9mvs.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vp9prob.d -MT libavcodec/vp9prob.o -c -o libavcodec/vp9prob.o libavcodec/vp9prob.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/vqavideo.d -MT libavcodec/vqavideo.o -c -o libavcodec/vqavideo.o libavcodec/vqavideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wavpack.d -MT libavcodec/wavpack.o -c -o libavcodec/wavpack.o libavcodec/wavpack.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/webp.d -MT libavcodec/webp.o -c -o libavcodec/webp.o libavcodec/webp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wma.d -MT libavcodec/wma.o -c -o libavcodec/wma.o libavcodec/wma.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wma_common.d -MT libavcodec/wma_common.o -c -o libavcodec/wma_common.o libavcodec/wma_common.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wma_freqs.d -MT libavcodec/wma_freqs.o -c -o libavcodec/wma_freqs.o libavcodec/wma_freqs.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmadec.d -MT libavcodec/wmadec.o -c -o libavcodec/wmadec.o libavcodec/wmadec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmalosslessdec.d -MT libavcodec/wmalosslessdec.o -c -o libavcodec/wmalosslessdec.o libavcodec/wmalosslessdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmaprodec.d -MT libavcodec/wmaprodec.o -c -o libavcodec/wmaprodec.o libavcodec/wmaprodec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmavoice.d -MT libavcodec/wmavoice.o -c -o libavcodec/wmavoice.o libavcodec/wmavoice.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmv2.d -MT libavcodec/wmv2.o -c -o libavcodec/wmv2.o libavcodec/wmv2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmv2data.d -MT libavcodec/wmv2data.o -c -o libavcodec/wmv2data.o libavcodec/wmv2data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmv2dec.d -MT libavcodec/wmv2dec.o -c -o libavcodec/wmv2dec.o libavcodec/wmv2dec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wmv2dsp.d -MT libavcodec/wmv2dsp.o -c -o libavcodec/wmv2dsp.o libavcodec/wmv2dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/wnv1.d -MT libavcodec/wnv1.o -c -o libavcodec/wnv1.o libavcodec/wnv1.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/ws-snd1.d -MT libavcodec/ws-snd1.o -c -o libavcodec/ws-snd1.o libavcodec/ws-snd1.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/ac3dsp.o libavcodec/x86/ac3dsp.asm > libavcodec/x86/ac3dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/ac3dsp.o libavcodec/x86/ac3dsp.asm
strip -x libavcodec/x86/ac3dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/ac3dsp_init.d -MT libavcodec/x86/ac3dsp_init.o -c -o libavcodec/x86/ac3dsp_init.o libavcodec/x86/ac3dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/apedsp.o libavcodec/x86/apedsp.asm > libavcodec/x86/apedsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/apedsp.o libavcodec/x86/apedsp.asm
strip -x libavcodec/x86/apedsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/apedsp_init.d -MT libavcodec/x86/apedsp_init.o -c -o libavcodec/x86/apedsp_init.o libavcodec/x86/apedsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/audiodsp.o libavcodec/x86/audiodsp.asm > libavcodec/x86/audiodsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/audiodsp.o libavcodec/x86/audiodsp.asm
strip -x libavcodec/x86/audiodsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/audiodsp_init.d -MT libavcodec/x86/audiodsp_init.o -c -o libavcodec/x86/audiodsp_init.o libavcodec/x86/audiodsp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/audiodsp_mmx.d -MT libavcodec/x86/audiodsp_mmx.o -c -o libavcodec/x86/audiodsp_mmx.o libavcodec/x86/audiodsp_mmx.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/blockdsp.d -MT libavcodec/x86/blockdsp.o -c -o libavcodec/x86/blockdsp.o libavcodec/x86/blockdsp.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/bswapdsp.o libavcodec/x86/bswapdsp.asm > libavcodec/x86/bswapdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/bswapdsp.o libavcodec/x86/bswapdsp.asm
strip -x libavcodec/x86/bswapdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/bswapdsp_init.d -MT libavcodec/x86/bswapdsp_init.o -c -o libavcodec/x86/bswapdsp_init.o libavcodec/x86/bswapdsp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/cavsdsp.d -MT libavcodec/x86/cavsdsp.o -c -o libavcodec/x86/cavsdsp.o libavcodec/x86/cavsdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/constants.d -MT libavcodec/x86/constants.o -c -o libavcodec/x86/constants.o libavcodec/x86/constants.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/dcadsp.o libavcodec/x86/dcadsp.asm > libavcodec/x86/dcadsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/dcadsp.o libavcodec/x86/dcadsp.asm
strip -x libavcodec/x86/dcadsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/dcadsp_init.d -MT libavcodec/x86/dcadsp_init.o -c -o libavcodec/x86/dcadsp_init.o libavcodec/x86/dcadsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/dct32.o libavcodec/x86/dct32.asm > libavcodec/x86/dct32.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/dct32.o libavcodec/x86/dct32.asm
strip -x libavcodec/x86/dct32.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/dct_init.d -MT libavcodec/x86/dct_init.o -c -o libavcodec/x86/dct_init.o libavcodec/x86/dct_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/fdct.d -MT libavcodec/x86/fdct.o -c -o libavcodec/x86/fdct.o libavcodec/x86/fdct.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/fdctdsp_init.d -MT libavcodec/x86/fdctdsp_init.o -c -o libavcodec/x86/fdctdsp_init.o libavcodec/x86/fdctdsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/fft.o libavcodec/x86/fft.asm > libavcodec/x86/fft.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/fft.o libavcodec/x86/fft.asm
strip -x libavcodec/x86/fft.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/fft_init.d -MT libavcodec/x86/fft_init.o -c -o libavcodec/x86/fft_init.o libavcodec/x86/fft_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/fmtconvert.o libavcodec/x86/fmtconvert.asm > libavcodec/x86/fmtconvert.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/fmtconvert.o libavcodec/x86/fmtconvert.asm
strip -x libavcodec/x86/fmtconvert.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/fmtconvert_init.d -MT libavcodec/x86/fmtconvert_init.o -c -o libavcodec/x86/fmtconvert_init.o libavcodec/x86/fmtconvert_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/fpel.o libavcodec/x86/fpel.asm > libavcodec/x86/fpel.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/fpel.o libavcodec/x86/fpel.asm
strip -x libavcodec/x86/fpel.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/fpel_mmx.d -MT libavcodec/x86/fpel_mmx.o -c -o libavcodec/x86/fpel_mmx.o libavcodec/x86/fpel_mmx.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h263_loopfilter.o libavcodec/x86/h263_loopfilter.asm > libavcodec/x86/h263_loopfilter.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h263_loopfilter.o libavcodec/x86/h263_loopfilter.asm
strip -x libavcodec/x86/h263_loopfilter.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/h263dsp_init.d -MT libavcodec/x86/h263dsp_init.o -c -o libavcodec/x86/h263dsp_init.o libavcodec/x86/h263dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_chromamc.o libavcodec/x86/h264_chromamc.asm > libavcodec/x86/h264_chromamc.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_chromamc.o libavcodec/x86/h264_chromamc.asm
strip -x libavcodec/x86/h264_chromamc.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_chromamc_10bit.o libavcodec/x86/h264_chromamc_10bit.asm > libavcodec/x86/h264_chromamc_10bit.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_chromamc_10bit.o libavcodec/x86/h264_chromamc_10bit.asm
strip -x libavcodec/x86/h264_chromamc_10bit.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_deblock.o libavcodec/x86/h264_deblock.asm > libavcodec/x86/h264_deblock.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_deblock.o libavcodec/x86/h264_deblock.asm
strip -x libavcodec/x86/h264_deblock.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_deblock_10bit.o libavcodec/x86/h264_deblock_10bit.asm > libavcodec/x86/h264_deblock_10bit.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_deblock_10bit.o libavcodec/x86/h264_deblock_10bit.asm
strip -x libavcodec/x86/h264_deblock_10bit.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_idct.o libavcodec/x86/h264_idct.asm > libavcodec/x86/h264_idct.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_idct.o libavcodec/x86/h264_idct.asm
strip -x libavcodec/x86/h264_idct.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_idct_10bit.o libavcodec/x86/h264_idct_10bit.asm > libavcodec/x86/h264_idct_10bit.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_idct_10bit.o libavcodec/x86/h264_idct_10bit.asm
strip -x libavcodec/x86/h264_idct_10bit.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_intrapred.o libavcodec/x86/h264_intrapred.asm > libavcodec/x86/h264_intrapred.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_intrapred.o libavcodec/x86/h264_intrapred.asm
strip -x libavcodec/x86/h264_intrapred.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_intrapred_10bit.o libavcodec/x86/h264_intrapred_10bit.asm > libavcodec/x86/h264_intrapred_10bit.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_intrapred_10bit.o libavcodec/x86/h264_intrapred_10bit.asm
strip -x libavcodec/x86/h264_intrapred_10bit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/h264_intrapred_init.d -MT libavcodec/x86/h264_intrapred_init.o -c -o libavcodec/x86/h264_intrapred_init.o libavcodec/x86/h264_intrapred_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/h264_qpel.d -MT libavcodec/x86/h264_qpel.o -c -o libavcodec/x86/h264_qpel.o libavcodec/x86/h264_qpel.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_qpel_10bit.o libavcodec/x86/h264_qpel_10bit.asm > libavcodec/x86/h264_qpel_10bit.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_qpel_10bit.o libavcodec/x86/h264_qpel_10bit.asm
strip -x libavcodec/x86/h264_qpel_10bit.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_qpel_8bit.o libavcodec/x86/h264_qpel_8bit.asm > libavcodec/x86/h264_qpel_8bit.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_qpel_8bit.o libavcodec/x86/h264_qpel_8bit.asm
strip -x libavcodec/x86/h264_qpel_8bit.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_weight.o libavcodec/x86/h264_weight.asm > libavcodec/x86/h264_weight.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_weight.o libavcodec/x86/h264_weight.asm
strip -x libavcodec/x86/h264_weight.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/h264_weight_10bit.o libavcodec/x86/h264_weight_10bit.asm > libavcodec/x86/h264_weight_10bit.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/h264_weight_10bit.o libavcodec/x86/h264_weight_10bit.asm
strip -x libavcodec/x86/h264_weight_10bit.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/h264chroma_init.d -MT libavcodec/x86/h264chroma_init.o -c -o libavcodec/x86/h264chroma_init.o libavcodec/x86/h264chroma_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/h264dsp_init.d -MT libavcodec/x86/h264dsp_init.o -c -o libavcodec/x86/h264dsp_init.o libavcodec/x86/h264dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/hevc_deblock.o libavcodec/x86/hevc_deblock.asm > libavcodec/x86/hevc_deblock.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/hevc_deblock.o libavcodec/x86/hevc_deblock.asm
strip -x libavcodec/x86/hevc_deblock.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/hevc_idct.o libavcodec/x86/hevc_idct.asm > libavcodec/x86/hevc_idct.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/hevc_idct.o libavcodec/x86/hevc_idct.asm
strip -x libavcodec/x86/hevc_idct.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/hevc_mc.o libavcodec/x86/hevc_mc.asm > libavcodec/x86/hevc_mc.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/hevc_mc.o libavcodec/x86/hevc_mc.asm
strip -x libavcodec/x86/hevc_mc.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/hevcdsp_init.d -MT libavcodec/x86/hevcdsp_init.o -c -o libavcodec/x86/hevcdsp_init.o libavcodec/x86/hevcdsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/hpeldsp.o libavcodec/x86/hpeldsp.asm > libavcodec/x86/hpeldsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/hpeldsp.o libavcodec/x86/hpeldsp.asm
strip -x libavcodec/x86/hpeldsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/hpeldsp_init.d -MT libavcodec/x86/hpeldsp_init.o -c -o libavcodec/x86/hpeldsp_init.o libavcodec/x86/hpeldsp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/hpeldsp_mmx.d -MT libavcodec/x86/hpeldsp_mmx.o -c -o libavcodec/x86/hpeldsp_mmx.o libavcodec/x86/hpeldsp_mmx.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/hpeldsp_vp3.o libavcodec/x86/hpeldsp_vp3.asm > libavcodec/x86/hpeldsp_vp3.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/hpeldsp_vp3.o libavcodec/x86/hpeldsp_vp3.asm
strip -x libavcodec/x86/hpeldsp_vp3.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/hpeldsp_vp3_init.d -MT libavcodec/x86/hpeldsp_vp3_init.o -c -o libavcodec/x86/hpeldsp_vp3_init.o libavcodec/x86/hpeldsp_vp3_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/huffyuvdsp.o libavcodec/x86/huffyuvdsp.asm > libavcodec/x86/huffyuvdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/huffyuvdsp.o libavcodec/x86/huffyuvdsp.asm
strip -x libavcodec/x86/huffyuvdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/huffyuvdsp_init.d -MT libavcodec/x86/huffyuvdsp_init.o -c -o libavcodec/x86/huffyuvdsp_init.o libavcodec/x86/huffyuvdsp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/idctdsp_init.d -MT libavcodec/x86/idctdsp_init.o -c -o libavcodec/x86/idctdsp_init.o libavcodec/x86/idctdsp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/idctdsp_mmx.d -MT libavcodec/x86/idctdsp_mmx.o -c -o libavcodec/x86/idctdsp_mmx.o libavcodec/x86/idctdsp_mmx.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/imdct36.o libavcodec/x86/imdct36.asm > libavcodec/x86/imdct36.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/imdct36.o libavcodec/x86/imdct36.asm
strip -x libavcodec/x86/imdct36.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/lpc.d -MT libavcodec/x86/lpc.o -c -o libavcodec/x86/lpc.o libavcodec/x86/lpc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/mdct_init.d -MT libavcodec/x86/mdct_init.o -c -o libavcodec/x86/mdct_init.o libavcodec/x86/mdct_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/me_cmp.o libavcodec/x86/me_cmp.asm > libavcodec/x86/me_cmp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/me_cmp.o libavcodec/x86/me_cmp.asm
strip -x libavcodec/x86/me_cmp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/me_cmp_init.d -MT libavcodec/x86/me_cmp_init.o -c -o libavcodec/x86/me_cmp_init.o libavcodec/x86/me_cmp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/mlpdsp.d -MT libavcodec/x86/mlpdsp.o -c -o libavcodec/x86/mlpdsp.o libavcodec/x86/mlpdsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/mpegaudiodsp.d -MT libavcodec/x86/mpegaudiodsp.o -c -o libavcodec/x86/mpegaudiodsp.o libavcodec/x86/mpegaudiodsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/mpegvideo.d -MT libavcodec/x86/mpegvideo.o -c -o libavcodec/x86/mpegvideo.o libavcodec/x86/mpegvideo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/mpegvideodsp.d -MT libavcodec/x86/mpegvideodsp.o -c -o libavcodec/x86/mpegvideodsp.o libavcodec/x86/mpegvideodsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/mpegvideoenc.d -MT libavcodec/x86/mpegvideoenc.o -c -o libavcodec/x86/mpegvideoenc.o libavcodec/x86/mpegvideoenc.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/mpegvideoencdsp.o libavcodec/x86/mpegvideoencdsp.asm > libavcodec/x86/mpegvideoencdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/mpegvideoencdsp.o libavcodec/x86/mpegvideoencdsp.asm
strip -x libavcodec/x86/mpegvideoencdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/mpegvideoencdsp_init.d -MT libavcodec/x86/mpegvideoencdsp_init.o -c -o libavcodec/x86/mpegvideoencdsp_init.o libavcodec/x86/mpegvideoencdsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/pixblockdsp.o libavcodec/x86/pixblockdsp.asm > libavcodec/x86/pixblockdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/pixblockdsp.o libavcodec/x86/pixblockdsp.asm
strip -x libavcodec/x86/pixblockdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/pixblockdsp_init.d -MT libavcodec/x86/pixblockdsp_init.o -c -o libavcodec/x86/pixblockdsp_init.o libavcodec/x86/pixblockdsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/pngdsp.o libavcodec/x86/pngdsp.asm > libavcodec/x86/pngdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/pngdsp.o libavcodec/x86/pngdsp.asm
strip -x libavcodec/x86/pngdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/pngdsp_init.d -MT libavcodec/x86/pngdsp_init.o -c -o libavcodec/x86/pngdsp_init.o libavcodec/x86/pngdsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/proresdsp.o libavcodec/x86/proresdsp.asm > libavcodec/x86/proresdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/proresdsp.o libavcodec/x86/proresdsp.asm
strip -x libavcodec/x86/proresdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/proresdsp_init.d -MT libavcodec/x86/proresdsp_init.o -c -o libavcodec/x86/proresdsp_init.o libavcodec/x86/proresdsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/qpel.o libavcodec/x86/qpel.asm > libavcodec/x86/qpel.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/qpel.o libavcodec/x86/qpel.asm
strip -x libavcodec/x86/qpel.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/qpeldsp.o libavcodec/x86/qpeldsp.asm > libavcodec/x86/qpeldsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/qpeldsp.o libavcodec/x86/qpeldsp.asm
strip -x libavcodec/x86/qpeldsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/qpeldsp_init.d -MT libavcodec/x86/qpeldsp_init.o -c -o libavcodec/x86/qpeldsp_init.o libavcodec/x86/qpeldsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/rv34dsp.o libavcodec/x86/rv34dsp.asm > libavcodec/x86/rv34dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/rv34dsp.o libavcodec/x86/rv34dsp.asm
strip -x libavcodec/x86/rv34dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/rv34dsp_init.d -MT libavcodec/x86/rv34dsp_init.o -c -o libavcodec/x86/rv34dsp_init.o libavcodec/x86/rv34dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/rv40dsp.o libavcodec/x86/rv40dsp.asm > libavcodec/x86/rv40dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/rv40dsp.o libavcodec/x86/rv40dsp.asm
strip -x libavcodec/x86/rv40dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/rv40dsp_init.d -MT libavcodec/x86/rv40dsp_init.o -c -o libavcodec/x86/rv40dsp_init.o libavcodec/x86/rv40dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/sbrdsp.o libavcodec/x86/sbrdsp.asm > libavcodec/x86/sbrdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/sbrdsp.o libavcodec/x86/sbrdsp.asm
strip -x libavcodec/x86/sbrdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/sbrdsp_init.d -MT libavcodec/x86/sbrdsp_init.o -c -o libavcodec/x86/sbrdsp_init.o libavcodec/x86/sbrdsp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/simple_idct.d -MT libavcodec/x86/simple_idct.o -c -o libavcodec/x86/simple_idct.o libavcodec/x86/simple_idct.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/vc1dsp.o libavcodec/x86/vc1dsp.asm > libavcodec/x86/vc1dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vc1dsp.o libavcodec/x86/vc1dsp.asm
strip -x libavcodec/x86/vc1dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/vc1dsp_init.d -MT libavcodec/x86/vc1dsp_init.o -c -o libavcodec/x86/vc1dsp_init.o libavcodec/x86/vc1dsp_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/vc1dsp_mmx.d -MT libavcodec/x86/vc1dsp_mmx.o -c -o libavcodec/x86/vc1dsp_mmx.o libavcodec/x86/vc1dsp_mmx.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/videodsp.o libavcodec/x86/videodsp.asm > libavcodec/x86/videodsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/videodsp.o libavcodec/x86/videodsp.asm
strip -x libavcodec/x86/videodsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/videodsp_init.d -MT libavcodec/x86/videodsp_init.o -c -o libavcodec/x86/videodsp_init.o libavcodec/x86/videodsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/vorbisdsp.o libavcodec/x86/vorbisdsp.asm > libavcodec/x86/vorbisdsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vorbisdsp.o libavcodec/x86/vorbisdsp.asm
strip -x libavcodec/x86/vorbisdsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/vorbisdsp_init.d -MT libavcodec/x86/vorbisdsp_init.o -c -o libavcodec/x86/vorbisdsp_init.o libavcodec/x86/vorbisdsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp.asm > libavcodec/x86/vp3dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp.asm
strip -x libavcodec/x86/vp3dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/vp3dsp_init.d -MT libavcodec/x86/vp3dsp_init.o -c -o libavcodec/x86/vp3dsp_init.o libavcodec/x86/vp3dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/vp6dsp.o libavcodec/x86/vp6dsp.asm > libavcodec/x86/vp6dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vp6dsp.o libavcodec/x86/vp6dsp.asm
strip -x libavcodec/x86/vp6dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/vp6dsp_init.d -MT libavcodec/x86/vp6dsp_init.o -c -o libavcodec/x86/vp6dsp_init.o libavcodec/x86/vp6dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/vp8dsp.o libavcodec/x86/vp8dsp.asm > libavcodec/x86/vp8dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vp8dsp.o libavcodec/x86/vp8dsp.asm
strip -x libavcodec/x86/vp8dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/vp8dsp_init.d -MT libavcodec/x86/vp8dsp_init.o -c -o libavcodec/x86/vp8dsp_init.o libavcodec/x86/vp8dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/vp8dsp_loopfilter.o libavcodec/x86/vp8dsp_loopfilter.asm > libavcodec/x86/vp8dsp_loopfilter.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vp8dsp_loopfilter.o libavcodec/x86/vp8dsp_loopfilter.asm
strip -x libavcodec/x86/vp8dsp_loopfilter.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/vp9dsp_init.d -MT libavcodec/x86/vp9dsp_init.o -c -o libavcodec/x86/vp9dsp_init.o libavcodec/x86/vp9dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -M -o libavcodec/x86/vp9mc.o libavcodec/x86/vp9mc.asm > libavcodec/x86/vp9mc.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavcodec/x86/ -o libavcodec/x86/vp9mc.o libavcodec/x86/vp9mc.asm
strip -x libavcodec/x86/vp9mc.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/xvididct_init.d -MT libavcodec/x86/xvididct_init.o -c -o libavcodec/x86/xvididct_init.o libavcodec/x86/xvididct_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/xvididct_mmx.d -MT libavcodec/x86/xvididct_mmx.o -c -o libavcodec/x86/xvididct_mmx.o libavcodec/x86/xvididct_mmx.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/x86/xvididct_sse2.d -MT libavcodec/x86/xvididct_sse2.o -c -o libavcodec/x86/xvididct_sse2.o libavcodec/x86/xvididct_sse2.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xan.d -MT libavcodec/xan.o -c -o libavcodec/xan.o libavcodec/xan.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xbmdec.d -MT libavcodec/xbmdec.o -c -o libavcodec/xbmdec.o libavcodec/xbmdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xiph.d -MT libavcodec/xiph.o -c -o libavcodec/xiph.o libavcodec/xiph.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xl.d -MT libavcodec/xl.o -c -o libavcodec/xl.o libavcodec/xl.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xsubdec.d -MT libavcodec/xsubdec.o -c -o libavcodec/xsubdec.o libavcodec/xsubdec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xvididct.d -MT libavcodec/xvididct.o -c -o libavcodec/xvididct.o libavcodec/xvididct.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xwddec.d -MT libavcodec/xwddec.o -c -o libavcodec/xwddec.o libavcodec/xwddec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/xxan.d -MT libavcodec/xxan.o -c -o libavcodec/xxan.o libavcodec/xxan.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/yop.d -MT libavcodec/yop.o -c -o libavcodec/yop.o libavcodec/yop.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/zerocodec.d -MT libavcodec/zerocodec.o -c -o libavcodec/zerocodec.o libavcodec/zerocodec.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavcodec/zmbv.d -MT libavcodec/zmbv.o -c -o libavcodec/zmbv.o libavcodec/zmbv.c
rm -f libavcodec/libavcodec.a
ar rc libavcodec/libavcodec.a libavcodec/4xm.o libavcodec/8bps.o libavcodec/8svx.o libavcodec/aac_ac3_parser.o libavcodec/aac_adtstoasc_bsf.o libavcodec/aac_parser.o libavcodec/aacadtsdec.o libavcodec/aaccoder.o libavcodec/aacdec.o libavcodec/aacenc.o libavcodec/aacps.o libavcodec/aacpsdsp.o libavcodec/aacpsy.o libavcodec/aacsbr.o libavcodec/aactab.o libavcodec/aandcttab.o libavcodec/aasc.o libavcodec/ac3.o libavcodec/ac3_parser.o libavcodec/ac3dec.o libavcodec/ac3dec_data.o libavcodec/ac3dsp.o libavcodec/ac3enc.o libavcodec/ac3enc_float.o libavcodec/ac3tab.o libavcodec/acelp_filters.o libavcodec/acelp_pitch_delay.o libavcodec/acelp_vectors.o libavcodec/adpcm.o libavcodec/adpcm_data.o libavcodec/adx.o libavcodec/adx_parser.o libavcodec/adxdec.o libavcodec/aic.o libavcodec/alac.o libavcodec/alac_data.o libavcodec/aliaspixdec.o libavcodec/allcodecs.o libavcodec/alsdec.o libavcodec/amrnbdec.o libavcodec/amrwbdec.o libavcodec/anm.o libavcodec/ansi.o libavcodec/apedec.o libavcodec/ass.o libavcodec/assdec.o libavcodec/asv.o libavcodec/asvdec.o libavcodec/atrac.o libavcodec/atrac1.o libavcodec/atrac3.o libavcodec/atrac3plus.o libavcodec/atrac3plusdec.o libavcodec/atrac3plusdsp.o libavcodec/audio_frame_queue.o libavcodec/audiodsp.o libavcodec/aura.o libavcodec/avfft.o libavcodec/avpacket.o libavcodec/avpicture.o libavcodec/avs.o libavcodec/bethsoftvideo.o libavcodec/bfi.o libavcodec/bgmc.o libavcodec/bink.o libavcodec/binkaudio.o libavcodec/binkdsp.o libavcodec/bitstream.o libavcodec/bitstream_filter.o libavcodec/bitstream_filters.o libavcodec/blockdsp.o libavcodec/bmp.o libavcodec/bmp_parser.o libavcodec/bmvaudio.o libavcodec/bmvvideo.o libavcodec/brenderpix.o libavcodec/bsf.o libavcodec/bswapdsp.o libavcodec/c93.o libavcodec/cabac.o libavcodec/canopus.o libavcodec/cavs.o libavcodec/cavs_parser.o libavcodec/cavsdata.o libavcodec/cavsdec.o libavcodec/cavsdsp.o libavcodec/cdgraphics.o libavcodec/cdxl.o libavcodec/celp_filters.o libavcodec/celp_math.o libavcodec/cga_data.o libavcodec/cinepak.o libavcodec/cljrdec.o libavcodec/cllc.o libavcodec/cngdec.o libavcodec/codec_desc.o libavcodec/cook.o libavcodec/cook_parser.o libavcodec/cscd.o libavcodec/cyuv.o libavcodec/d3d11va.o libavcodec/dca.o libavcodec/dca_exss.o libavcodec/dca_parser.o libavcodec/dca_xll.o libavcodec/dcadata.o libavcodec/dcadec.o libavcodec/dcadsp.o libavcodec/dct.o libavcodec/dct32_fixed.o libavcodec/dct32_float.o libavcodec/dds.o libavcodec/dfa.o libavcodec/dirac.o libavcodec/dirac_parser.o libavcodec/dnxhd_parser.o libavcodec/dnxhddata.o libavcodec/dnxhddec.o libavcodec/dpcm.o libavcodec/dpx.o libavcodec/dpx_parser.o libavcodec/dsicinaudio.o libavcodec/dsicinvideo.o libavcodec/dss_sp.o libavcodec/dv.o libavcodec/dv_profile.o libavcodec/dvbsub_parser.o libavcodec/dvbsubdec.o libavcodec/dvdata.o libavcodec/dvdec.o libavcodec/dvdsub_parser.o libavcodec/dvdsubdec.o libavcodec/dxa.o libavcodec/dxtory.o libavcodec/dxv.o libavcodec/eac3_data.o libavcodec/eac3dec.o libavcodec/eac3enc.o libavcodec/eacmv.o libavcodec/eaidct.o libavcodec/eamad.o libavcodec/eatgq.o libavcodec/eatgv.o libavcodec/eatqi.o libavcodec/elsdec.o libavcodec/error_resilience.o libavcodec/escape124.o libavcodec/escape130.o libavcodec/exr.o libavcodec/faandct.o libavcodec/faanidct.o libavcodec/faxcompr.o libavcodec/fdctdsp.o libavcodec/fft_fixed.o libavcodec/fft_float.o libavcodec/ffv1.o libavcodec/ffv1dec.o libavcodec/fic.o libavcodec/flac.o libavcodec/flac_parser.o libavcodec/flacdata.o libavcodec/flacdec.o libavcodec/flacdsp.o libavcodec/flacenc.o libavcodec/flashsv.o libavcodec/flicvideo.o libavcodec/flvdec.o libavcodec/flvenc.o libavcodec/fmtconvert.o libavcodec/fraps.o libavcodec/frwu.o libavcodec/g2meet.o libavcodec/g722.o libavcodec/g722dec.o libavcodec/g722dsp.o libavcodec/g723_1.o libavcodec/g723_1dec.o libavcodec/g726.o libavcodec/gifdec.o libavcodec/golomb.o libavcodec/gsm_parser.o libavcodec/gsmdec.o libavcodec/gsmdec_data.o libavcodec/h261.o libavcodec/h261_parser.o libavcodec/h261data.o libavcodec/h261dec.o libavcodec/h263.o libavcodec/h263_parser.o libavcodec/h263data.o libavcodec/h263dec.o libavcodec/h263dsp.o libavcodec/h2645_parse.o libavcodec/h264_cabac.o libavcodec/h264_cavlc.o libavcodec/h264_direct.o libavcodec/h264_loopfilter.o libavcodec/h264_mb.o libavcodec/h264_parse.o libavcodec/h264_parser.o libavcodec/h264_picture.o libavcodec/h264_ps.o libavcodec/h264_refs.o libavcodec/h264_sei.o libavcodec/h264_slice.o libavcodec/h264chroma.o libavcodec/h264data.o libavcodec/h264dec.o libavcodec/h264dsp.o libavcodec/h264idct.o libavcodec/h264pred.o libavcodec/h264qpel.o libavcodec/hap.o libavcodec/hapdec.o libavcodec/hevc.o libavcodec/hevc_cabac.o libavcodec/hevc_data.o libavcodec/hevc_filter.o libavcodec/hevc_mvs.o libavcodec/hevc_parser.o libavcodec/hevc_ps.o libavcodec/hevc_refs.o libavcodec/hevc_sei.o libavcodec/hevcdsp.o libavcodec/hevcpred.o libavcodec/hnm4video.o libavcodec/hpeldsp.o libavcodec/hq_hqa.o libavcodec/hq_hqadata.o libavcodec/hq_hqadsp.o libavcodec/hqx.o libavcodec/hqxdsp.o libavcodec/hqxvlc.o libavcodec/huffman.o libavcodec/huffyuv.o libavcodec/huffyuvdec.o libavcodec/huffyuvdsp.o libavcodec/idcinvideo.o libavcodec/idctdsp.o libavcodec/iff.o libavcodec/iirfilter.o libavcodec/imc.o libavcodec/imdct15.o libavcodec/imgconvert.o libavcodec/indeo2.o libavcodec/indeo3.o libavcodec/indeo4.o libavcodec/indeo5.o libavcodec/intelh263dec.o libavcodec/interplayvideo.o libavcodec/intrax8.o libavcodec/intrax8dsp.o libavcodec/ituh263dec.o libavcodec/ituh263enc.o libavcodec/ivi.o libavcodec/ivi_dsp.o libavcodec/jfdctfst.o libavcodec/jfdctint.o libavcodec/jpeg2000.o libavcodec/jpeg2000dec.o libavcodec/jpeg2000dsp.o libavcodec/jpeg2000dwt.o libavcodec/jpegls.o libavcodec/jpeglsdec.o libavcodec/jpegtables.o libavcodec/jrevdct.o libavcodec/jvdec.o libavcodec/kbdwin.o libavcodec/kgv1dec.o libavcodec/kmvc.o libavcodec/lagarith.o libavcodec/lagarithrac.o libavcodec/latm_parser.o libavcodec/lcldec.o libavcodec/libmp3lame.o libavcodec/libopus.o libavcodec/libopusdec.o libavcodec/libopusenc.o libavcodec/libvpx.o libavcodec/libvpxenc.o libavcodec/loco.o libavcodec/log2_tab.o libavcodec/lpc.o libavcodec/lsp.o libavcodec/lzf.o libavcodec/lzw.o libavcodec/mace.o libavcodec/magicyuv.o libavcodec/mathtables.o libavcodec/mdct_fixed.o libavcodec/mdct_float.o libavcodec/mdec.o libavcodec/me_cmp.o libavcodec/metasound.o libavcodec/metasound_data.o libavcodec/mimic.o libavcodec/mjpeg_parser.o libavcodec/mjpegbdec.o libavcodec/mjpegdec.o libavcodec/mlp.o libavcodec/mlp_parser.o libavcodec/mlpdec.o libavcodec/mlpdsp.o libavcodec/mmvideo.o libavcodec/motion_est.o libavcodec/motionpixels.o libavcodec/mpc.o libavcodec/mpc7.o libavcodec/mpc8.o libavcodec/mpeg12.o libavcodec/mpeg12data.o libavcodec/mpeg12dec.o libavcodec/mpeg12enc.o libavcodec/mpeg12framerate.o libavcodec/mpeg4audio.o libavcodec/mpeg4video.o libavcodec/mpeg4video_parser.o libavcodec/mpeg4videodec.o libavcodec/mpeg4videoenc.o libavcodec/mpeg_er.o libavcodec/mpegaudio.o libavcodec/mpegaudio_parser.o libavcodec/mpegaudiodata.o libavcodec/mpegaudiodec_fixed.o libavcodec/mpegaudiodec_float.o libavcodec/mpegaudiodecheader.o libavcodec/mpegaudiodsp.o libavcodec/mpegaudiodsp_data.o libavcodec/mpegaudiodsp_fixed.o libavcodec/mpegaudiodsp_float.o libavcodec/mpegpicture.o libavcodec/mpegutils.o libavcodec/mpegvideo.o libavcodec/mpegvideo_enc.o libavcodec/mpegvideo_motion.o libavcodec/mpegvideo_parser.o libavcodec/mpegvideodata.o libavcodec/mpegvideodsp.o libavcodec/mpegvideoencdsp.o libavcodec/mqc.o libavcodec/mqcdec.o libavcodec/msgsmdec.o libavcodec/msmpeg4.o libavcodec/msmpeg4data.o libavcodec/msmpeg4dec.o libavcodec/msrle.o libavcodec/msrledec.o libavcodec/mss1.o libavcodec/mss12.o libavcodec/mss2.o libavcodec/mss2dsp.o libavcodec/mss3.o libavcodec/mss34dsp.o libavcodec/mss4.o libavcodec/msvideo1.o libavcodec/mvcdec.o libavcodec/mxpegdec.o libavcodec/nellymoser.o libavcodec/nellymoserdec.o libavcodec/nuv.o libavcodec/on2avc.o libavcodec/on2avcdata.o libavcodec/options.o libavcodec/opus.o libavcodec/opus_celt.o libavcodec/opus_parser.o libavcodec/opus_silk.o libavcodec/opusdec.o libavcodec/pafaudio.o libavcodec/pafvideo.o libavcodec/parser.o libavcodec/pcm-bluray.o libavcodec/pcm-dvd.o libavcodec/pcm.o libavcodec/pcx.o libavcodec/pgssubdec.o libavcodec/pictordec.o libavcodec/pixblockdsp.o libavcodec/png.o libavcodec/png_parser.o libavcodec/pngdec.o libavcodec/pngdsp.o libavcodec/pnm.o libavcodec/pnm_parser.o libavcodec/pnmdec.o libavcodec/profiles.o libavcodec/proresdata.o libavcodec/proresdec.o libavcodec/proresdsp.o libavcodec/psymodel.o libavcodec/pthread.o libavcodec/pthread_frame.o libavcodec/pthread_slice.o libavcodec/ptx.o libavcodec/qcelpdec.o libavcodec/qdm2.o libavcodec/qdrw.o libavcodec/qpeg.o libavcodec/qpeldsp.o libavcodec/qsv_api.o libavcodec/qtrle.o libavcodec/r210dec.o libavcodec/ra144.o libavcodec/ra144dec.o libavcodec/ra288.o libavcodec/ralf.o libavcodec/rangecoder.o libavcodec/ratecontrol.o libavcodec/raw.o libavcodec/rawdec.o libavcodec/rdft.o libavcodec/rl.o libavcodec/rl2.o libavcodec/roqvideo.o libavcodec/roqvideodec.o libavcodec/rpza.o libavcodec/rscc.o libavcodec/rtjpeg.o libavcodec/rv10.o libavcodec/rv30.o libavcodec/rv30dsp.o libavcodec/rv34.o libavcodec/rv34_parser.o libavcodec/rv34dsp.o libavcodec/rv40.o libavcodec/rv40dsp.o libavcodec/s302m.o libavcodec/sanm.o libavcodec/sbrdsp.o libavcodec/screenpresso.o libavcodec/sgidec.o libavcodec/sgirledec.o libavcodec/shorten.o libavcodec/simple_idct.o libavcodec/sinewin.o libavcodec/sipr.o libavcodec/sipr16k.o libavcodec/smacker.o libavcodec/smc.o libavcodec/snappy.o libavcodec/sp5xdec.o libavcodec/srtdec.o libavcodec/startcode.o libavcodec/sunrast.o libavcodec/svq1.o libavcodec/svq13.o libavcodec/svq1dec.o libavcodec/svq3.o libavcodec/synth_filter.o libavcodec/tak.o libavcodec/tak_parser.o libavcodec/takdec.o libavcodec/targa.o libavcodec/tdsc.o libavcodec/texturedsp.o libavcodec/tiertexseqv.o libavcodec/tiff.o libavcodec/tmv.o libavcodec/tpeldsp.o libavcodec/truemotion1.o libavcodec/truemotion2.o libavcodec/truemotion2rt.o libavcodec/truespeech.o libavcodec/tscc.o libavcodec/tscc2.o libavcodec/tta.o libavcodec/twinvq.o libavcodec/twinvqdec.o libavcodec/txd.o libavcodec/ulti.o libavcodec/utils.o libavcodec/utvideo.o libavcodec/utvideodec.o libavcodec/v210dec.o libavcodec/v210x.o libavcodec/v410dec.o libavcodec/vb.o libavcodec/vble.o libavcodec/vc1.o libavcodec/vc1_block.o libavcodec/vc1_loopfilter.o libavcodec/vc1_mc.o libavcodec/vc1_parser.o libavcodec/vc1_pred.o libavcodec/vc1data.o libavcodec/vc1dec.o libavcodec/vc1dsp.o libavcodec/vcr1.o libavcodec/vda.o libavcodec/videodsp.o libavcodec/vima.o libavcodec/vmdaudio.o libavcodec/vmdvideo.o libavcodec/vmnc.o libavcodec/vorbis.o libavcodec/vorbis_data.o libavcodec/vorbis_parser.o libavcodec/vorbisdec.o libavcodec/vorbisdsp.o libavcodec/vp3.o libavcodec/vp3_parser.o libavcodec/vp3dsp.o libavcodec/vp5.o libavcodec/vp56.o libavcodec/vp56data.o libavcodec/vp56dsp.o libavcodec/vp56rac.o libavcodec/vp6.o libavcodec/vp6dsp.o libavcodec/vp8.o libavcodec/vp8_parser.o libavcodec/vp8dsp.o libavcodec/vp9.o libavcodec/vp9block.o libavcodec/vp9data.o libavcodec/vp9dsp.o libavcodec/vp9mvs.o libavcodec/vp9prob.o libavcodec/vqavideo.o libavcodec/wavpack.o libavcodec/webp.o libavcodec/wma.o libavcodec/wma_common.o libavcodec/wma_freqs.o libavcodec/wmadec.o libavcodec/wmalosslessdec.o libavcodec/wmaprodec.o libavcodec/wmavoice.o libavcodec/wmv2.o libavcodec/wmv2data.o libavcodec/wmv2dec.o libavcodec/wmv2dsp.o libavcodec/wnv1.o libavcodec/ws-snd1.o libavcodec/x86/ac3dsp.o libavcodec/x86/ac3dsp_init.o libavcodec/x86/apedsp.o libavcodec/x86/apedsp_init.o libavcodec/x86/audiodsp.o libavcodec/x86/audiodsp_init.o libavcodec/x86/audiodsp_mmx.o libavcodec/x86/blockdsp.o libavcodec/x86/bswapdsp.o libavcodec/x86/bswapdsp_init.o libavcodec/x86/cavsdsp.o libavcodec/x86/constants.o libavcodec/x86/dcadsp.o libavcodec/x86/dcadsp_init.o libavcodec/x86/dct32.o libavcodec/x86/dct_init.o libavcodec/x86/fdct.o libavcodec/x86/fdctdsp_init.o libavcodec/x86/fft.o libavcodec/x86/fft_init.o libavcodec/x86/fmtconvert.o libavcodec/x86/fmtconvert_init.o libavcodec/x86/fpel.o libavcodec/x86/fpel_mmx.o libavcodec/x86/h263_loopfilter.o libavcodec/x86/h263dsp_init.o libavcodec/x86/h264_chromamc.o libavcodec/x86/h264_chromamc_10bit.o libavcodec/x86/h264_deblock.o libavcodec/x86/h264_deblock_10bit.o libavcodec/x86/h264_idct.o libavcodec/x86/h264_idct_10bit.o libavcodec/x86/h264_intrapred.o libavcodec/x86/h264_intrapred_10bit.o libavcodec/x86/h264_intrapred_init.o libavcodec/x86/h264_qpel.o libavcodec/x86/h264_qpel_10bit.o libavcodec/x86/h264_qpel_8bit.o libavcodec/x86/h264_weight.o libavcodec/x86/h264_weight_10bit.o libavcodec/x86/h264chroma_init.o libavcodec/x86/h264dsp_init.o libavcodec/x86/hevc_deblock.o libavcodec/x86/hevc_idct.o libavcodec/x86/hevc_mc.o libavcodec/x86/hevcdsp_init.o libavcodec/x86/hpeldsp.o libavcodec/x86/hpeldsp_init.o libavcodec/x86/hpeldsp_mmx.o libavcodec/x86/hpeldsp_vp3.o libavcodec/x86/hpeldsp_vp3_init.o libavcodec/x86/huffyuvdsp.o libavcodec/x86/huffyuvdsp_init.o libavcodec/x86/idctdsp_init.o libavcodec/x86/idctdsp_mmx.o libavcodec/x86/imdct36.o libavcodec/x86/lpc.o libavcodec/x86/mdct_init.o libavcodec/x86/me_cmp.o libavcodec/x86/me_cmp_init.o libavcodec/x86/mlpdsp.o libavcodec/x86/mpegaudiodsp.o libavcodec/x86/mpegvideo.o libavcodec/x86/mpegvideodsp.o libavcodec/x86/mpegvideoenc.o libavcodec/x86/mpegvideoencdsp.o libavcodec/x86/mpegvideoencdsp_init.o libavcodec/x86/pixblockdsp.o libavcodec/x86/pixblockdsp_init.o libavcodec/x86/pngdsp.o libavcodec/x86/pngdsp_init.o libavcodec/x86/proresdsp.o libavcodec/x86/proresdsp_init.o libavcodec/x86/qpel.o libavcodec/x86/qpeldsp.o libavcodec/x86/qpeldsp_init.o libavcodec/x86/rv34dsp.o libavcodec/x86/rv34dsp_init.o libavcodec/x86/rv40dsp.o libavcodec/x86/rv40dsp_init.o libavcodec/x86/sbrdsp.o libavcodec/x86/sbrdsp_init.o libavcodec/x86/simple_idct.o libavcodec/x86/vc1dsp.o libavcodec/x86/vc1dsp_init.o libavcodec/x86/vc1dsp_mmx.o libavcodec/x86/videodsp.o libavcodec/x86/videodsp_init.o libavcodec/x86/vorbisdsp.o libavcodec/x86/vorbisdsp_init.o libavcodec/x86/vp3dsp.o libavcodec/x86/vp3dsp_init.o libavcodec/x86/vp6dsp.o libavcodec/x86/vp6dsp_init.o libavcodec/x86/vp8dsp.o libavcodec/x86/vp8dsp_init.o libavcodec/x86/vp8dsp_loopfilter.o libavcodec/x86/vp9dsp_init.o libavcodec/x86/vp9mc.o libavcodec/x86/xvididct_init.o libavcodec/x86/xvididct_mmx.o libavcodec/x86/xvididct_sse2.o libavcodec/xan.o libavcodec/xbmdec.o libavcodec/xiph.o libavcodec/xl.o libavcodec/xsubdec.o libavcodec/xvididct.o libavcodec/xwddec.o libavcodec/xxan.o libavcodec/yop.o libavcodec/zerocodec.o libavcodec/zmbv.o
ranlib libavcodec/libavcodec.a
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/audio_convert.d -MT libavresample/audio_convert.o -c -o libavresample/audio_convert.o libavresample/audio_convert.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/audio_data.d -MT libavresample/audio_data.o -c -o libavresample/audio_data.o libavresample/audio_data.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/audio_mix.d -MT libavresample/audio_mix.o -c -o libavresample/audio_mix.o libavresample/audio_mix.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/audio_mix_matrix.d -MT libavresample/audio_mix_matrix.o -c -o libavresample/audio_mix_matrix.o libavresample/audio_mix_matrix.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/dither.d -MT libavresample/dither.o -c -o libavresample/dither.o libavresample/dither.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/options.d -MT libavresample/options.o -c -o libavresample/options.o libavresample/options.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/resample.d -MT libavresample/resample.o -c -o libavresample/resample.o libavresample/resample.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/utils.d -MT libavresample/utils.o -c -o libavresample/utils.o libavresample/utils.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavresample/x86/ -M -o libavresample/x86/audio_convert.o libavresample/x86/audio_convert.asm > libavresample/x86/audio_convert.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavresample/x86/ -o libavresample/x86/audio_convert.o libavresample/x86/audio_convert.asm
strip -x libavresample/x86/audio_convert.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/x86/audio_convert_init.d -MT libavresample/x86/audio_convert_init.o -c -o libavresample/x86/audio_convert_init.o libavresample/x86/audio_convert_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavresample/x86/ -M -o libavresample/x86/audio_mix.o libavresample/x86/audio_mix.asm > libavresample/x86/audio_mix.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavresample/x86/ -o libavresample/x86/audio_mix.o libavresample/x86/audio_mix.asm
strip -x libavresample/x86/audio_mix.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/x86/audio_mix_init.d -MT libavresample/x86/audio_mix_init.o -c -o libavresample/x86/audio_mix_init.o libavresample/x86/audio_mix_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavresample/x86/ -M -o libavresample/x86/dither.o libavresample/x86/dither.asm > libavresample/x86/dither.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavresample/x86/ -o libavresample/x86/dither.o libavresample/x86/dither.asm
strip -x libavresample/x86/dither.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavresample/x86/dither_init.d -MT libavresample/x86/dither_init.o -c -o libavresample/x86/dither_init.o libavresample/x86/dither_init.c
rm -f libavresample/libavresample.a
ar rc libavresample/libavresample.a libavresample/audio_convert.o libavresample/audio_data.o libavresample/audio_mix.o libavresample/audio_mix_matrix.o libavresample/dither.o libavresample/options.o libavresample/resample.o libavresample/utils.o libavresample/x86/audio_convert.o libavresample/x86/audio_convert_init.o libavresample/x86/audio_mix.o libavresample/x86/audio_mix_init.o libavresample/x86/dither.o libavresample/x86/dither_init.o
ranlib libavresample/libavresample.a
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/input.d -MT libswscale/input.o -c -o libswscale/input.o libswscale/input.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/options.d -MT libswscale/options.o -c -o libswscale/options.o libswscale/options.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/output.d -MT libswscale/output.o -c -o libswscale/output.o libswscale/output.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/rgb2rgb.d -MT libswscale/rgb2rgb.o -c -o libswscale/rgb2rgb.o libswscale/rgb2rgb.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/swscale.d -MT libswscale/swscale.o -c -o libswscale/swscale.o libswscale/swscale.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/swscale_unscaled.d -MT libswscale/swscale_unscaled.o -c -o libswscale/swscale_unscaled.o libswscale/swscale_unscaled.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/utils.d -MT libswscale/utils.o -c -o libswscale/utils.o libswscale/utils.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libswscale/x86/ -M -o libswscale/x86/input.o libswscale/x86/input.asm > libswscale/x86/input.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libswscale/x86/ -o libswscale/x86/input.o libswscale/x86/input.asm
strip -x libswscale/x86/input.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libswscale/x86/ -M -o libswscale/x86/output.o libswscale/x86/output.asm > libswscale/x86/output.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libswscale/x86/ -o libswscale/x86/output.o libswscale/x86/output.asm
strip -x libswscale/x86/output.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/x86/rgb2rgb.d -MT libswscale/x86/rgb2rgb.o -c -o libswscale/x86/rgb2rgb.o libswscale/x86/rgb2rgb.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libswscale/x86/ -M -o libswscale/x86/scale.o libswscale/x86/scale.asm > libswscale/x86/scale.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libswscale/x86/ -o libswscale/x86/scale.o libswscale/x86/scale.asm
strip -x libswscale/x86/scale.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/x86/swscale.d -MT libswscale/x86/swscale.o -c -o libswscale/x86/swscale.o libswscale/x86/swscale.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/x86/yuv2rgb.d -MT libswscale/x86/yuv2rgb.o -c -o libswscale/x86/yuv2rgb.o libswscale/x86/yuv2rgb.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libswscale/yuv2rgb.d -MT libswscale/yuv2rgb.o -c -o libswscale/yuv2rgb.o libswscale/yuv2rgb.c
rm -f libswscale/libswscale.a
ar rc libswscale/libswscale.a libswscale/input.o libswscale/options.o libswscale/output.o libswscale/rgb2rgb.o libswscale/swscale.o libswscale/swscale_unscaled.o libswscale/utils.o libswscale/x86/input.o libswscale/x86/output.o libswscale/x86/rgb2rgb.o libswscale/x86/scale.o libswscale/x86/swscale.o libswscale/x86/yuv2rgb.o libswscale/yuv2rgb.o
ranlib libswscale/libswscale.a
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/adler32.d -MT libavutil/adler32.o -c -o libavutil/adler32.o libavutil/adler32.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/aes.d -MT libavutil/aes.o -c -o libavutil/aes.o libavutil/aes.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/atomic.d -MT libavutil/atomic.o -c -o libavutil/atomic.o libavutil/atomic.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/audio_fifo.d -MT libavutil/audio_fifo.o -c -o libavutil/audio_fifo.o libavutil/audio_fifo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/avstring.d -MT libavutil/avstring.o -c -o libavutil/avstring.o libavutil/avstring.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/base64.d -MT libavutil/base64.o -c -o libavutil/base64.o libavutil/base64.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/blowfish.d -MT libavutil/blowfish.o -c -o libavutil/blowfish.o libavutil/blowfish.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/buffer.d -MT libavutil/buffer.o -c -o libavutil/buffer.o libavutil/buffer.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/channel_layout.d -MT libavutil/channel_layout.o -c -o libavutil/channel_layout.o libavutil/channel_layout.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/cpu.d -MT libavutil/cpu.o -c -o libavutil/cpu.o libavutil/cpu.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/crc.d -MT libavutil/crc.o -c -o libavutil/crc.o libavutil/crc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/des.d -MT libavutil/des.o -c -o libavutil/des.o libavutil/des.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/dict.d -MT libavutil/dict.o -c -o libavutil/dict.o libavutil/dict.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/display.d -MT libavutil/display.o -c -o libavutil/display.o libavutil/display.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/downmix_info.d -MT libavutil/downmix_info.o -c -o libavutil/downmix_info.o libavutil/downmix_info.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/error.d -MT libavutil/error.o -c -o libavutil/error.o libavutil/error.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/eval.d -MT libavutil/eval.o -c -o libavutil/eval.o libavutil/eval.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/fifo.d -MT libavutil/fifo.o -c -o libavutil/fifo.o libavutil/fifo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/file.d -MT libavutil/file.o -c -o libavutil/file.o libavutil/file.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/file_open.d -MT libavutil/file_open.o -c -o libavutil/file_open.o libavutil/file_open.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/float_dsp.d -MT libavutil/float_dsp.o -c -o libavutil/float_dsp.o libavutil/float_dsp.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/frame.d -MT libavutil/frame.o -c -o libavutil/frame.o libavutil/frame.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/hmac.d -MT libavutil/hmac.o -c -o libavutil/hmac.o libavutil/hmac.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/hwcontext.d -MT libavutil/hwcontext.o -c -o libavutil/hwcontext.o libavutil/hwcontext.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/imgutils.d -MT libavutil/imgutils.o -c -o libavutil/imgutils.o libavutil/imgutils.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/intmath.d -MT libavutil/intmath.o -c -o libavutil/intmath.o libavutil/intmath.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/lfg.d -MT libavutil/lfg.o -c -o libavutil/lfg.o libavutil/lfg.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/lls.d -MT libavutil/lls.o -c -o libavutil/lls.o libavutil/lls.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/log.d -MT libavutil/log.o -c -o libavutil/log.o libavutil/log.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/log2_tab.d -MT libavutil/log2_tab.o -c -o libavutil/log2_tab.o libavutil/log2_tab.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/lzo.d -MT libavutil/lzo.o -c -o libavutil/lzo.o libavutil/lzo.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/mathematics.d -MT libavutil/mathematics.o -c -o libavutil/mathematics.o libavutil/mathematics.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/md5.d -MT libavutil/md5.o -c -o libavutil/md5.o libavutil/md5.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/mem.d -MT libavutil/mem.o -c -o libavutil/mem.o libavutil/mem.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/opt.d -MT libavutil/opt.o -c -o libavutil/opt.o libavutil/opt.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/parseutils.d -MT libavutil/parseutils.o -c -o libavutil/parseutils.o libavutil/parseutils.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/pixdesc.d -MT libavutil/pixdesc.o -c -o libavutil/pixdesc.o libavutil/pixdesc.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/random_seed.d -MT libavutil/random_seed.o -c -o libavutil/random_seed.o libavutil/random_seed.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/rational.d -MT libavutil/rational.o -c -o libavutil/rational.o libavutil/rational.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/rc4.d -MT libavutil/rc4.o -c -o libavutil/rc4.o libavutil/rc4.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/samplefmt.d -MT libavutil/samplefmt.o -c -o libavutil/samplefmt.o libavutil/samplefmt.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/sha.d -MT libavutil/sha.o -c -o libavutil/sha.o libavutil/sha.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/stereo3d.d -MT libavutil/stereo3d.o -c -o libavutil/stereo3d.o libavutil/stereo3d.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/time.d -MT libavutil/time.o -c -o libavutil/time.o libavutil/time.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/tree.d -MT libavutil/tree.o -c -o libavutil/tree.o libavutil/tree.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/utils.d -MT libavutil/utils.o -c -o libavutil/utils.o libavutil/utils.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/x86/cpu.d -MT libavutil/x86/cpu.o -c -o libavutil/x86/cpu.o libavutil/x86/cpu.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -M -o libavutil/x86/cpuid.o libavutil/x86/cpuid.asm > libavutil/x86/cpuid.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -o libavutil/x86/cpuid.o libavutil/x86/cpuid.asm
strip -x libavutil/x86/cpuid.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -M -o libavutil/x86/emms.o libavutil/x86/emms.asm > libavutil/x86/emms.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -o libavutil/x86/emms.o libavutil/x86/emms.asm
strip -x libavutil/x86/emms.o
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -M -o libavutil/x86/float_dsp.o libavutil/x86/float_dsp.asm > libavutil/x86/float_dsp.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -o libavutil/x86/float_dsp.o libavutil/x86/float_dsp.asm
strip -x libavutil/x86/float_dsp.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/x86/float_dsp_init.d -MT libavutil/x86/float_dsp_init.o -c -o libavutil/x86/float_dsp_init.o libavutil/x86/float_dsp_init.c
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -M -o libavutil/x86/lls.o libavutil/x86/lls.asm > libavutil/x86/lls.d
yasm -f macho64 -m amd64 -DPIC -DPREFIX -I./ -I./ -Pconfig.asm -I libavutil/x86/ -o libavutil/x86/lls.o libavutil/x86/lls.asm
strip -x libavutil/x86/lls.o
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/x86/lls_init.d -MT libavutil/x86/lls_init.o -c -o libavutil/x86/lls_init.o libavutil/x86/lls_init.c
/usr/local/Homebrew/Library/Homebrew/shims/super/gcc -I. -I. -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I./compat/dispatch_semaphore -D_DEFAULT_SOURCE -DPIC -DZLIB_CONST -DHAVE_AV_CONFIG_H -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -arch x86_64 -mfpmath=sse -msse2 -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -DNDEBUG -std=c99 -fomit-frame-pointer -fPIC -pthread -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include/opus -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -Wdeclaration-after-statement -Wall -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wstrict-prototypes -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -Qunused-arguments -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -MMD -MF libavutil/xtea.d -MT libavutil/xtea.o -c -o libavutil/xtea.o libavutil/xtea.c
rm -f libavutil/libavutil.a
ar rc libavutil/libavutil.a libavutil/adler32.o libavutil/aes.o libavutil/atomic.o libavutil/audio_fifo.o libavutil/avstring.o libavutil/base64.o libavutil/blowfish.o libavutil/buffer.o libavutil/channel_layout.o libavutil/cpu.o libavutil/crc.o libavutil/des.o libavutil/dict.o libavutil/display.o libavutil/downmix_info.o libavutil/error.o libavutil/eval.o libavutil/fifo.o libavutil/file.o libavutil/file_open.o libavutil/float_dsp.o libavutil/frame.o libavutil/hmac.o libavutil/hwcontext.o libavutil/imgutils.o libavutil/intmath.o libavutil/lfg.o libavutil/lls.o libavutil/log.o libavutil/log2_tab.o libavutil/lzo.o libavutil/mathematics.o libavutil/md5.o libavutil/mem.o libavutil/opt.o libavutil/parseutils.o libavutil/pixdesc.o libavutil/random_seed.o libavutil/rational.o libavutil/rc4.o libavutil/samplefmt.o libavutil/sha.o libavutil/stereo3d.o libavutil/time.o libavutil/tree.o libavutil/utils.o libavutil/x86/cpu.o libavutil/x86/cpuid.o libavutil/x86/emms.o libavutil/x86/float_dsp.o libavutil/x86/float_dsp_init.o libavutil/x86/lls.o libavutil/x86/lls_init.o libavutil/xtea.o
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavutil/libavutil.a(atomic.o) has no symbols
ranlib libavutil/libavutil.a
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libavutil/libavutil.a(atomic.o) has no symbols
touch contrib/ffmpeg/.stamp.build
make -j 1 -C ./contrib/ffmpeg/libav-12/ install
INSTALL libavfilter/libavfilter.a
INSTALL libavformat/libavformat.a
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib/libavformat.a(os_support.o) has no symbols
INSTALL libavcodec/libavcodec.a
INSTALL libavresample/libavresample.a
INSTALL libswscale/libswscale.a
INSTALL libavutil/libavutil.a
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib//lib/libavutil.a(atomic.o) has no symbols
INSTALL libavfilter/avfilter.h
INSTALL libavfilter/avfiltergraph.h
INSTALL libavfilter/buffersink.h
INSTALL libavfilter/buffersrc.h
INSTALL libavfilter/version.h
INSTALL libavfilter/libavfilter.pc
INSTALL libavformat/avformat.h
INSTALL libavformat/avio.h
INSTALL libavformat/version.h
INSTALL libavformat/libavformat.pc
INSTALL libavcodec/avcodec.h
INSTALL libavcodec/avfft.h
INSTALL libavcodec/d3d11va.h
INSTALL libavcodec/dirac.h
INSTALL libavcodec/dv_profile.h
INSTALL libavcodec/dxva2.h
INSTALL libavcodec/qsv.h
INSTALL libavcodec/vaapi.h
INSTALL libavcodec/vda.h
INSTALL libavcodec/vdpau.h
INSTALL libavcodec/version.h
INSTALL libavcodec/vorbis_parser.h
INSTALL libavcodec/xvmc.h
INSTALL libavcodec/libavcodec.pc
INSTALL libavresample/avresample.h
INSTALL libavresample/version.h
INSTALL libavresample/libavresample.pc
INSTALL libswscale/swscale.h
INSTALL libswscale/version.h
INSTALL libswscale/libswscale.pc
INSTALL libavutil/adler32.h
INSTALL libavutil/aes.h
INSTALL libavutil/attributes.h
INSTALL libavutil/audio_fifo.h
INSTALL libavutil/avassert.h
INSTALL libavutil/avstring.h
INSTALL libavutil/avutil.h
INSTALL libavutil/base64.h
INSTALL libavutil/blowfish.h
INSTALL libavutil/bswap.h
INSTALL libavutil/buffer.h
INSTALL libavutil/channel_layout.h
INSTALL libavutil/common.h
INSTALL libavutil/cpu.h
INSTALL libavutil/crc.h
INSTALL libavutil/dict.h
INSTALL libavutil/display.h
INSTALL libavutil/downmix_info.h
INSTALL libavutil/error.h
INSTALL libavutil/eval.h
INSTALL libavutil/fifo.h
INSTALL libavutil/file.h
INSTALL libavutil/frame.h
INSTALL libavutil/hmac.h
INSTALL libavutil/hwcontext.h
INSTALL libavutil/hwcontext_cuda.h
INSTALL libavutil/hwcontext_dxva2.h
INSTALL libavutil/hwcontext_qsv.h
INSTALL libavutil/hwcontext_vaapi.h
INSTALL libavutil/hwcontext_vdpau.h
INSTALL libavutil/imgutils.h
INSTALL libavutil/intfloat.h
INSTALL libavutil/intreadwrite.h
INSTALL libavutil/lfg.h
INSTALL libavutil/log.h
INSTALL libavutil/macros.h
INSTALL libavutil/mathematics.h
INSTALL libavutil/md5.h
INSTALL libavutil/mem.h
INSTALL libavutil/opt.h
INSTALL libavutil/parseutils.h
INSTALL libavutil/pixdesc.h
INSTALL libavutil/pixfmt.h
INSTALL libavutil/random_seed.h
INSTALL libavutil/rational.h
INSTALL libavutil/replaygain.h
INSTALL libavutil/samplefmt.h
INSTALL libavutil/sha.h
INSTALL libavutil/stereo3d.h
INSTALL libavutil/time.h
INSTALL libavutil/version.h
INSTALL libavutil/xtea.h
INSTALL libavutil/lzo.h
INSTALL libavutil/avconfig.h
INSTALL libavutil/libavutil.pc
touch contrib/ffmpeg/.stamp.install
downloading https://download.handbrake.fr/handbrake/contrib/freetype-2.6.5.tar.bz2 to ../download/freetype-2.6.5.tar.bz2
downloading... 65536 bytes [ ] 3.7%
downloading... 131072 bytes [= ] 7.4%
downloading... 196608 bytes [== ] 11.0%
downloading... 262144 bytes [== ] 14.7%
downloading... 327680 bytes [=== ] 18.4%
downloading... 393216 bytes [==== ] 22.1%
downloading... 458752 bytes [===== ] 25.8%
downloading... 524288 bytes [===== ] 29.5%
downloading... 589824 bytes [====== ] 33.1%
downloading... 655360 bytes [======= ] 36.8%
downloading... 720896 bytes [======== ] 40.5%
downloading... 786432 bytes [======== ] 44.2%
downloading... 851968 bytes [========= ] 47.9%
downloading... 917504 bytes [========== ] 51.6%
downloading... 983040 bytes [=========== ] 55.2%
downloading... 1048576 bytes [=========== ] 58.9%
downloading... 1114112 bytes [============ ] 62.6%
downloading... 1179648 bytes [============= ] 66.3%
downloading... 1245184 bytes [============= ] 70.0%
downloading... 1310720 bytes [============== ] 73.7%
downloading... 1376256 bytes [=============== ] 77.3%
downloading... 1441792 bytes [================ ] 81.0%
downloading... 1507328 bytes [================ ] 84.7%
downloading... 1572864 bytes [================= ] 88.4%
downloading... 1638400 bytes [================== ] 92.1%
downloading... 1703936 bytes [=================== ] 95.7%
downloading... 1769472 bytes [=================== ] 99.4%
downloading... 1779603 bytes [====================] 100.0%
download total: 1779603 bytes
sha256 (../download/freetype-2.6.5.tar.bz2) = e20a6e1400798fd5e3d831dd821b61c35b1f9a6465d6b18a53a9df4cf441acf0 (pass)
/bin/mkdir -p contrib/freetype
sha256 (../download/freetype-2.6.5.tar.bz2) = e20a6e1400798fd5e3d831dd821b61c35b1f9a6465d6b18a53a9df4cf441acf0 (pass)
/bin/rm -fr ./contrib/freetype/freetype-2.6.5/
/usr/bin/tar xfC ../download/freetype-2.6.5.tar.bz2 ./contrib/freetype/
touch contrib/freetype/.stamp.extract
touch contrib/freetype/.stamp.patch
set -e; cd ./contrib/freetype/freetype-2.6.5/; CC=/usr/local/Homebrew/Library/Homebrew/shims/super/gcc CFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2" CXX=/usr/local/Homebrew/Library/Homebrew/shims/super/g++ CXXFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" CPPFLAGS="-I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2" LDFLAGS="-L/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib -arch x86_64" PKG_CONFIG_PATH="/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/lib/pkgconfig" ./configure --prefix=/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/ --disable-dependency-tracking --disable-shared --enable-static --with-harfbuzz=no --with-png=no
FreeType build system -- automatic system detection
The following settings are used:
platform unix
compiler /usr/local/Homebrew/Library/Homebrew/shims/super/gcc
configuration directory ./builds/unix
configuration rules ./builds/unix/unix.mk
If this does not correspond to your system or settings please remove the file
`config.mk' from this directory then read the INSTALL file for help.
Otherwise, simply type `make' again to build the library,
or `make refdoc' to build the API reference (this needs python >= 2.6).
Generating modules list in ./objs/ftmodule.h...
* module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
* module: type1 (Postscript font files with extension *.pfa or *.pfb)
* module: cff (OpenType fonts with extension *.otf)
* module: cid (Postscript CID-keyed fonts, no known extension)
* module: pfr (PFR/TrueDoc font files with extension *.pfr)
* module: type42 (Type 42 font files with no known extension)
* module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
* module: pcf (pcf bitmap fonts)
* module: bdf (bdf bitmap fonts)
* module: sfnt (helper module for TrueType & OpenType formats)
* module: autofit (automatic hinting module)
* module: pshinter (Postscript hinter module)
* module: raster (monochrome bitmap renderer)
* module: smooth (anti-aliased bitmap renderer)
* module: smooth (anti-aliased bitmap renderer for LCDs)
* module: smooth (anti-aliased bitmap renderer for vertical LCDs)
* module: psaux (Postscript Type 1 & Type 2 helper module)
* module: psnames (Postscript & Unicode Glyph name handling)
done.
cd builds/unix; \
./configure '--prefix=/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/' '--disable-dependency-tracking' '--disable-shared' '--enable-static' '--with-harfbuzz=no' '--with-png=no'
configure: WARNING: unrecognized options: --disable-dependency-tracking
checking build system type... x86_64-apple-darwin17.0.0
checking host system type... x86_64-apple-darwin17.0.0
checking for gcc... /usr/local/Homebrew/Library/Homebrew/shims/super/gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /usr/local/Homebrew/Library/Homebrew/shims/super/gcc accepts -g... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -E
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.24... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Homebrew/Library/Homebrew/shims/super/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by /usr/local/Homebrew/Library/Homebrew/shims/super/gcc... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 196608
checking how to convert x86_64-apple-darwin17.0.0 file names to x86_64-apple-darwin17.0.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin17.0.0 file names to toolchain format... func_convert_file_noop
checking for /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking command to parse /usr/bin/nm -B output from /usr/local/Homebrew/Library/Homebrew/shims/super/gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -fno-rtti -fno-exceptions... yes
checking for /usr/local/Homebrew/Library/Homebrew/shims/super/gcc option to produce PIC... -fno-common -DPIC
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc PIC flag -fno-common -DPIC works... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc static flag -static works... no
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -c -o file.o... yes
checking if /usr/local/Homebrew/Library/Homebrew/shims/super/gcc supports -c -o file.o... (cached) yes
checking whether the /usr/local/Homebrew/Library/Homebrew/shims/super/gcc linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking size of int... 4
checking size of long... 8
checking whether cpp computation of bit length in ftconfig.in works... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether munmap is declared... yes
checking for munmap's first parameter type... void *
checking for memcpy... yes
checking for memmove... yes
checking gcc compiler flag -ansi to assure ANSI C works correctly... ok, add it to XX_ANSIFLAGS
checking for ZLIB... yes
checking for BZIP2... no
checking for BZ2_bzDecompress in -lbz2... yes
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking whether CFLAGS and LDFLAGS share -arch x86_64... yes
configure: creating ./config.status
config.status: creating unix-cc.mk
config.status: creating unix-def.mk
config.status: creating ftconfig.h
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-dependency-tracking
configure:
Library configuration:
external zlib: yes (pkg-config)
bzip2: yes (autoconf test)
libpng: no
harfbuzz: no
make[1]: Nothing to be done for `unix'.
touch contrib/freetype/.stamp.configure
make -C ./contrib/freetype/freetype-2.6.5/ clean
rm -f /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsystem.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftdebug.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftinit.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/basepic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftadvanc.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcalc.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftdbgmem.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgloadr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fthash.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftobjs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftoutln.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftrfork.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsnames.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstream.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fttrigon.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftutil.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbbox.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbdf.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbitmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcid.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfntfmt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfstype.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgasp.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftglyph.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgxval.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlcdfil.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftmm.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftotval.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpatent.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpfr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstroke.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsynth.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fttype1.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftwinfnt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttdriver.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttgload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttgxvar.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttinterp.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttobjs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttpic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttpload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttsubpix.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1parse.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1load.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1driver.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1afm.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1gload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1objs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffcmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffdrivr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffgload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffobjs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffparse.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffpic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2arrst.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2blues.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2error.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2font.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2ft.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2hints.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2intrp.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2read.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2stack.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidparse.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidriver.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidgload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidobjs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrgload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrcmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrdrivr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrsbit.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrobjs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t42objs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t42parse.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t42drivr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/winfnt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcfdrivr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcfread.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcfutil.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/bdflib.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/bdfdrivr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttload.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttmtx.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttcmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttsbit.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttpost.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttkern.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttbdf.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfobjs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfdriver.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfntpic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pngshim.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afangles.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afblue.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afcjk.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afdummy.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afglobal.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afhints.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afindic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/aflatin.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afloader.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afmodule.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afpic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afranges.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afshaper.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afwarp.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshalgo.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshglob.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshmod.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshpic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshrec.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftraster.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftrend1.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/rastpic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgrays.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsmooth.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftspic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcbasic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftccache.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftccmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcglyph.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcimage.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcmanag.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcmru.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcsbits.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgzip.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlzw.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbzip2.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psobjs.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1decode.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1cmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afmparse.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psconv.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psauxmod.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psmodule.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pspic.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbase.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbbox.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbdf.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbitmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcid.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfntfmt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfstype.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgasp.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftglyph.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgxval.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlcdfil.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftmm.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftotval.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpatent.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpfr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstroke.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsynth.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fttype1.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftwinfnt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/truetype.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/type1.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cff.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/type1cid.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/type42.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/winfnt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcf.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/bdf.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfnt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/autofit.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshinter.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/raster.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/smooth.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcache.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgzip.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlzw.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbzip2.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psaux.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psnames.lo
rm -f /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsystem.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftdebug.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftinit.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/basepic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftadvanc.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcalc.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftdbgmem.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgloadr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fthash.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftobjs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftoutln.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftrfork.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsnames.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstream.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fttrigon.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftutil.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbbox.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbdf.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbitmap.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcid.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfntfmt.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfstype.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgasp.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftglyph.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgxval.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlcdfil.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftmm.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftotval.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpatent.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpfr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstroke.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsynth.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fttype1.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftwinfnt.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttdriver.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttgload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttgxvar.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttinterp.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttobjs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttpic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttpload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttsubpix.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1parse.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1load.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1driver.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1afm.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1gload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1objs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffcmap.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffdrivr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffgload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffobjs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffparse.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cffpic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2arrst.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2blues.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2error.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2font.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2ft.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2hints.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2intrp.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2read.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cf2stack.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidparse.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidriver.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidgload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cidobjs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrgload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrcmap.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrdrivr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrsbit.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfrobjs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t42objs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t42parse.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t42drivr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/winfnt.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcfdrivr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcfread.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcfutil.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/bdflib.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/bdfdrivr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttload.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttmtx.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttcmap.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttsbit.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttpost.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttkern.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ttbdf.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfobjs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfdriver.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfntpic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pngshim.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afangles.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afblue.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afcjk.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afdummy.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afglobal.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afhints.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afindic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/aflatin.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afloader.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afmodule.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afpic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afranges.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afshaper.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afwarp.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshalgo.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshglob.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshmod.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshpic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshrec.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftraster.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftrend1.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/rastpic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgrays.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsmooth.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftspic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcbasic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftccache.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftccmap.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcglyph.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcimage.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcmanag.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcmru.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcsbits.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgzip.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlzw.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbzip2.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psobjs.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1decode.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/t1cmap.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/afmparse.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psconv.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psauxmod.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psmodule.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pspic.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbase.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbbox.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbdf.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbitmap.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcid.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfntfmt.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfstype.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgasp.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftglyph.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgxval.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlcdfil.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftmm.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftotval.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpatent.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpfr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstroke.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsynth.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/fttype1.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftwinfnt.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/truetype.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/type1.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/cff.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/type1cid.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pfr.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/type42.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/winfnt.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pcf.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/bdf.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/sfnt.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/autofit.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/pshinter.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/raster.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/smooth.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcache.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgzip.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlzw.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbzip2.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psaux.o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/psnames.o \
./builds/unix/freetype-config ./builds/unix/freetype2.pc /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftexport.sym /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/apinames
/bin/rm -f ./contrib/freetype/.stamp.build
make -C ./contrib/freetype/freetype-2.6.5/
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsystem.lo builds/unix/ftsystem.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" builds/unix/ftsystem.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsystem.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftdebug.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftdebug.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftdebug.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftdebug.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftinit.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftinit.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftinit.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftinit.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbase.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbase.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbase.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbase.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbbox.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbbox.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbbox.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbbox.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbdf.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbdf.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbdf.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbdf.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbitmap.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbitmap.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftbitmap.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftbitmap.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcid.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftcid.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftcid.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftcid.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfntfmt.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftfntfmt.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftfntfmt.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfntfmt.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfstype.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftfstype.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftfstype.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftfstype.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgasp.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftgasp.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftgasp.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgasp.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftglyph.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftglyph.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftglyph.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftglyph.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgxval.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftgxval.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftgxval.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftgxval.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlcdfil.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftlcdfil.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftlcdfil.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftlcdfil.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftmm.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftmm.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftmm.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftmm.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftotval.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftotval.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftotval.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftotval.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpatent.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftpatent.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftpatent.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpatent.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpfr.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftpfr.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftpfr.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftpfr.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstroke.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftstroke.c
libtool: compile: /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftstroke.c -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftstroke.o
./builds/unix/libtool --mode=compile /usr/local/Homebrew/Library/Homebrew/shims/super/gcc -ansi -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs -I./builds/unix -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/include -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -mfpmath=sse -msse2 -c -Wall -I/private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/include -arch x86_64 -std=gnu99 -mfpmath=sse -msse2 -DDARWIN_NO_CARBON -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_OPTION_USE_BZIP2 -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/objs/ftsynth.lo /private/tmp/handbrake-20170825-9255-fpvf6i/HandBrake-1.0.7/build/contrib/freetype/freetype-2.6.5/src/base/ftsynth.c
libtool: compile: /usr/local/Ho
View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment