Created
May 24, 2021 02:59
-
-
Save ptpt52/f83642e876be0c3a574070b7a1c8cb34 to your computer and use it in GitHub Desktop.
mplayer on macOS 11.2 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for mplayer on macOS 11.2 | |
Build date: 2021-05-24 10:54:01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 3.1.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 76cfe88b7628a8010bf98115627f6aced4ff8870 | |
Last commit: 12 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: d5254e481a1ba6dbac1eaf63f9accda85d7a8c07 | |
Core tap last commit: 25 minutes ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /Users/ptpt52/vmroot | |
HOMEBREW_REPOSITORY: /Users/ptpt52/vmroot | |
HOMEBREW_CELLAR: /Users/ptpt52/vmroot/Cellar | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_MAKE_JOBS: 8 | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: octa-core 64-bit arm_firestorm_icestorm | |
Clang: 12.0.5 build 1205 | |
Git: 2.30.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
macOS: 11.2.3-arm64 | |
CLT: N/A | |
Xcode: 12.5 | |
Rosetta 2: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 or file an issue; just ignore this. Thanks! | |
Warning: Some installed formulae are deprecated or disabled. | |
You should find replacements for the following formulae: | |
[email protected] | |
Warning: Your Homebrew's prefix is not /opt/homebrew. | |
Some of Homebrew's bottles (binary packages) can only be used with the default | |
prefix (/opt/homebrew). | |
You will encounter build failures with some formulae. | |
Please create pull requests instead of asking for help on Homebrew's GitHub, | |
Twitter or any other official channels. You are responsible for resolving | |
any issues you experience while you are running this | |
unsupported configuration. | |
Warning: Homebrew's "sbin" was not found in your PATH but you have installed | |
formulae that put executables in /Users/ptpt52/vmroot/sbin. | |
Consider setting your PATH for example like so: | |
echo 'export PATH="/Users/ptpt52/vmroot/sbin:$PATH"' >> ~/.zshrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mplayer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-05-24 10:53:30 +0800 | |
./configure | |
--cc=clang | |
--host-cc=clang | |
--disable-cdparanoia | |
--prefix=/Users/ptpt52/vmroot/Cellar/mplayer/1.4_2 | |
--disable-x11 | |
--enable-caca | |
--enable-freetype | |
--disable-libbs2b | |
Checking for ffmpeg/libavcodec/allcodecs.c ... found | |
Checking for ffmpeg/libavcodec/hwaccels.h ... found | |
Checking for ffmpeg/libavformat/allformats.c ... found | |
Checking for ffmpeg/libavcodec/bitsteram_filters.c ... found | |
Checking for ffmpeg/libavformat/protocols.c ... found | |
Checking for ffmpeg/libavfilter/allfilters.c ... found | |
Checking for clang version ... clang 12.0.5 (experimental support only) | |
Checking for working compiler ... yes | |
Detected operating system: Darwin | |
Detected host architecture: arm | |
Checking for cross compilation ... no | |
Checking for host cc ... clang | |
Checking for byte order ... little-endian | |
Checking for extern symbol prefix ... _ | |
Checking for assembler support of -pipe option ... yes | |
Checking for relocatable binary ... no (unavailable or untested architecture) | |
Checking for PIC ... yes | |
Checking for ARMv5TE (Enhanced DSP Extensions) ... no | |
Checking for ARMv6 (SIMD instructions) ... no | |
Checking for ARMv6t2 (SIMD instructions) ... no | |
Checking for ARM VFP ... no | |
Checking for ARM VFPV3 ... no | |
Checking for ARM setend ... no | |
Checking for softfloat ABI ... no | |
Checking for ARM NEON ... no | |
Checking for ARM THUMB ... no | |
Checking for iWMMXt (Intel XScale SIMD instructions) ... no | |
Checking for langinfo ... yes | |
Checking for language ... messages: en - man pages: en - documentation: en | |
Checking for enable sighandler ... yes | |
Checking for runtime cpudetection ... no | |
Checking for restrict keyword ... restrict | |
Checking for __builtin_expect ... yes | |
Checking for kstat ... no | |
Checking for atanf ... yes | |
Checking for cbrt ... yes | |
Checking for cbrtf ... yes | |
Checking for cosf ... yes | |
Checking for expf ... yes | |
Checking for exp2 ... yes | |
Checking for exp2f ... yes | |
Checking for isnan ... yes | |
Checking for isfinite ... yes | |
Checking for isinf ... yes | |
Checking for llrint ... yes | |
Checking for llrintf ... yes | |
Checking for log2 ... yes | |
Checking for log2f ... yes | |
Checking for log10f ... yes | |
Checking for lrint ... yes | |
Checking for lrintf ... yes | |
Checking for rint ... yes | |
Checking for round ... yes | |
Checking for roundf ... yes | |
Checking for sinf ... yes | |
Checking for trunc ... yes | |
Checking for truncf ... yes | |
Checking for erf ... yes | |
Checking for atan2f ... yes | |
Checking for fminf ... yes | |
Checking for ldexpf ... yes | |
Checking for powf ... yes | |
Checking for hypot ... yes | |
Checking for mkstemp ... yes | |
Checking for gmtime_r ... yes | |
Checking for localtime_r ... yes | |
Checking for nanosleep ... yes | |
Checking for socklib ... yes | |
Checking for struct pollfd ... yes | |
Checking for netdb.h, struct addrinfo ... yes | |
Checking for netdb.h, getaddrinfo() ... yes | |
Checking for sockaddr_storage ... yes | |
Checking for struct ipv6_mreq ... yes | |
Checking for struct sockaddr_in6 ... yes | |
Checking for struct sockaddr sa_len ... yes | |
Checking for arpa/inet.h ... yes | |
Checking for inet_pton() ... yes | |
Checking for inet_aton() ... yes | |
Checking for socklen_t ... yes | |
Checking for closesocket() ... no | |
Checking for networking ... yes | |
Checking for inet6 ... yes | |
Checking for gethostbyname2 ... yes | |
Checking for SCTP ... no | |
Checking for sys/un.h ... yes | |
Checking for sys/poll.h ... yes | |
Checking for inttypes.h (required) ... yes | |
Checking for int_fastXY_t in inttypes.h ... yes | |
Checking for malloc.h ... no | |
Checking for aligned malloc ... no | |
Checking for memalign() ... no | |
Checking for posix_memalign() ... yes | |
Checking for alloca.h ... yes | |
Checking for fastmemcpy ... yes | |
Checking for hard-coded tables ... no | |
Checking for mman.h ... yes | |
Checking for mprotect ... yes | |
Checking for dynamic loader ... yes | |
Checking for dynamic a/v plugins support ... no | |
Checking for pthread ... yes | |
Checking for pthread_cancel ... yes | |
Checking for direct.h ... no | |
Checking for windows.h ... no | |
Checking for io.h ... no | |
Checking for rpath ... no | |
Checking for iconv ... yes | |
Checking for soundcard.h ... no | |
Checking for termcap ... yes (using -lncurses) | |
Checking for termios ... yes (using termios.h) | |
Checking for shm ... yes | |
Checking for strsep() ... yes | |
Checking for vsscanf() ... yes | |
Checking for POSIX select() ... yes | |
Checking for audio select() ... yes | |
Checking for gettimeofday() ... yes | |
Checking for clock_gettime() ... no | |
Checking for glob() ... yes | |
Checking for setenv() ... yes | |
Checking for setmode() ... no | |
Checking for sys/sysinfo.h ... no | |
Checking for Mac OS X Finder Support ... no | |
Checking for Mac OS X Bundle file locations ... no | |
Checking for Apple Remote ... yes | |
Checking for pkg-config ... yes | |
Checking for GnuTLS ... no | |
Checking for OpenSSL ... no | |
Checking for Samba support (libsmbclient) ... no | |
Checking for /dev/mga_vid ... no | |
Checking for tdfxfb ... no | |
Checking for s3fb ... no | |
Checking for wii ... no | |
Checking for tdfxvid ... no | |
Checking for xvr100 ... no | |
Checking for tga ... yes | |
Checking for md5sum support ... yes | |
Checking for yuv4mpeg support ... yes | |
Checking for bl ... no | |
Checking for DirectFB ... no | |
Checking for X11 headers presence ... no (check if the dev(el) packages are installed) | |
Checking for X11 ... no (check if the dev(el) packages are installed) | |
Checking for Xss screensaver extensions ... no | |
Checking for DPMS ... no | |
Checking for Xv ... auto | |
Checking for XvMC ... no | |
Checking for Video Decode Acceleration (VDA) ... yes | |
Checking for VDPAU ... auto | |
Checking for Xinerama ... auto | |
Checking for Xxf86vm ... auto | |
Checking for XF86keysym ... auto | |
Checking for DGA ... no | |
Checking for xmga ... no | |
Checking for 3dfx ... no | |
Checking for VIDIX ... no | |
Checking for GGI ... no | |
Checking for GGI extension: libggiwmh ... no | |
Checking for AA ... no | |
Checking for CACA ... yes | |
Checking for SVGAlib ... no | |
Checking for FBDev ... no | |
Checking for DVB ... no | |
Checking for QuickTime ... no | |
Checking for Quartz ... no | |
Checking for CoreVideo ... yes | |
Checking for PNG support ... yes | |
Checking for MNG support ... no | |
Checking for JPEG support ... yes | |
Checking for OpenJPEG (JPEG 2000) support ... no | |
Checking for PNM support ... yes | |
Checking for GIF support ... no | |
Checking for VESA support ... no | |
Checking for SDL ... no | |
Checking for SDL image ... no | |
Checking for OpenGL ... yes (backends: osx) | |
Checking for MatrixView ... yes | |
Checking for DXR2 ... no | |
Checking for DXR3/H+ ... no | |
Checking for IVTV TV-Out (pre linux-2.6.24) ... no | |
Checking for V4L2 MPEG Decoder ... no | |
Checking for OSS Audio ... no | |
Checking for aRts ... no | |
Checking for EsounD ... no | |
Checking for NAS ... no | |
Checking for pulse ... no | |
Checking for JACK ... no | |
Checking for OpenAL ... yes | |
Checking for ALSA audio ... no | |
Checking for Sun audio ... no | |
Checking for CoreAudio ... yes | |
Checking for sndio audio ... no | |
Checking for VCD support ... yes | |
Checking for Blu-ray support ... no | |
Checking for dvdread ... no | |
Checking for libcdio ... no | |
Checking for cdparanoia ... no | |
Checking for bitmap font support ... yes | |
Checking for freetype >= 2.0.9 ... yes | |
Checking for fontconfig ... yes | |
Checking for fribidi with charsets ... no | |
Checking for SSA/ASS support ... yes | |
Checking for ENCA ... no | |
Checking for zlib ... yes | |
Checking for bzlib ... yes | |
Checking for RTC ... no | |
Checking for liblzo2 support ... no | |
Checking for mad support ... no | |
Checking for Twolame ... no | |
Checking for Toolame ... no | |
Checking for OggVorbis support ... no | |
Checking for libspeex (version >= 1.1 required) ... no | |
Checking for libgsm ... no | |
Checking for OggTheora support ... no | |
Checking for mpg123 support ... no | |
Checking for liba52 support ... no | |
Checking for libmpeg2 support ... no | |
Checking for libdca support ... no | |
Checking for libmpcdec (musepack, version >= 1.2.1 required) ... no | |
Checking for FAAC support ... no | |
Checking for FAAD2 support ... no | |
Checking for libilbc support ... no | |
Checking for libopus decoding support ... no | |
Checking for LADSPA plugin support ... no | |
Checking for libbs2b audio filter support ... no | |
Checking for Win32 codecs ... no | |
Checking for XAnim codecs ... yes (dynamic loader support needed) | |
Checking for RealPlayer codecs ... yes (dynamic loader support needed) | |
Checking for QuickTime codecs ... auto | |
Checking for Nemesi Streaming Media libraries ... no | |
Checking for LIVE555 Streaming Media libraries ... no | |
Checking for RTMPDump Streaming Media library ... no | |
Checking for FFmpeg ... yes | |
Checking for libpostproc ... yes | |
Checking for libopencore_amr narrowband ... no | |
Checking for libopencore_amr wideband ... no | |
Checking for libdv-0.9.5+ ... no | |
Checking for CrystalHD ... no | |
Checking for Xvid ... no | |
Checking for Xvid two pass plugin ... no | |
Checking for x264 ... no (in FFmpeg: no) | |
Checking for libvpx ... no | |
Checking for libnut ... no | |
Checking for zr ... no | |
Checking for libmp3lame ... no (in FFmpeg: no) | |
Checking for mencoder ... yes | |
Checking for UnRAR executable ... yes | |
Checking for TV interface ... yes | |
Checking for DirectShow TV interface ... no | |
Checking for Video 4 Linux TV interface ... no | |
Checking for Video 4 Linux 2 TV interface ... no | |
Checking for Radio interface ... no | |
Checking for Capture for Radio interface ... no | |
Checking for Video 4 Linux 2 Radio interface ... no | |
Checking for Video 4 Linux Radio interface ... no | |
Checking for Video 4 Linux 2 MPEG PVR interface ... no | |
Checking for ftp ... yes | |
Checking for vstream client ... no | |
Checking for OSD menu ... no | |
Checking for Subtitles sorting ... yes | |
Checking for XMMS inputplugin support ... no | |
Checking for GUI ... no | |
Checking for automatic gdb attach ... no | |
Checking for compiler support for noexecstack ... no | |
Checking for linker support for --nxcompat --no-seh --dynamicbase ... no | |
Checking for linker support for --large-address-aware ... no | |
Checking for linker support for --version-script ... no | |
Checking for joystick ... no | |
Checking for lirc ... no | |
Checking for lircc ... no | |
Checking for maemo (Nokia 770|8x0) ... no | |
Checking for DVD support (libdvdnav) ... no | |
Checking for XML catalogs ... No SGML catalog found. | |
Checking for XML chunked stylesheet ... not found, using default | |
Checking for XML monolithic stylesheet ... not found, using default | |
Checking for XML DTD ... not found, using default | |
Checking for valid XSLT processor ... Found xsltproc but no stylesheets on your system. | |
xsltproc is unusable without stylesheets. | |
Creating config.mak | |
Creating config.h | |
Config files successfully generated by ./configure --cc=clang --host-cc=clang --disable-cdparanoia --prefix=/Users/ptpt52/vmroot/Cellar/mplayer/1.4_2 --disable-x11 --enable-caca --enable-freetype --disable-libbs2b ! | |
Install prefix: /Users/ptpt52/vmroot/Cellar/mplayer/1.4_2 | |
Data directory: /Users/ptpt52/vmroot/Cellar/mplayer/1.4_2/share/mplayer | |
Config direct.: /Users/ptpt52/vmroot/Cellar/mplayer/1.4_2/etc/mplayer | |
Byte order: little-endian | |
Optimizing for: | |
Languages: | |
Messages/GUI: en | |
Manual pages: en | |
Documentation: en | |
Enabled optional drivers: | |
Input: ftp tv vcd networking | |
Codecs: ffmpeg(internal) real xanim | |
Audio output: coreaudio openal mpegpes(file) | |
Video output: matrixview opengl pnm jpeg corevideo mpegpes(file) caca yuv4mpeg md5sum tga | |
Disabled optional drivers: | |
Input: dvdnav vstream pvr radio tv-v4l2 tv-v4l1 tv-dshow librtmp live555 nemesi cddb cdda dvdread bluray dvb smb | |
Codecs: libvpx x264 xvid crystalhd libdv libopencore_amrwb libopencore_amrnb qtx win32 libopus ilbc faad2 faac musepack libdca libmpeg2 liba52 mpg123 libtheora libgsm speex libvorbis toolame twolame libmad liblzo gif OpenJPEG | |
Audio output: sndio sun alsa jack pulse nas esd arts oss v4l2 ivtv dxr2 sdl | |
Video output: zr zr2 v4l2 ivtv dxr3 dxr2 sdl vesa gif89a mng quartz fbdev svga aa ggi xvidix winvidix cvidix 3dfx xmga dga vdpau xvmc xv x11 directfb dfbmga bl xvr100 tdfx_vid wii s3fb tdfxfb mga | |
'config.h' and 'config.mak' contain your configuration options. | |
Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer | |
compile *** DO NOT REPORT BUGS if you tweak these files *** | |
'make' will now compile MPlayer and 'make install' will install it. | |
Note: On non-Linux systems you might need to use 'gmake' instead of 'make'. | |
NOTE: Win32 codec DLLs are not supported on your CPU (arm) or your | |
operating system (Darwin). You may encounter a few files that cannot | |
be played due to missing open source video/audio codec support. | |
Check config.log if you wonder why an autodetection failed (make sure | |
development headers/packages are installed). | |
NOTE: The --enable-* parameters unconditionally force options on, completely | |
skipping autodetection. This behavior is unlike what you may be used to from | |
autoconf-based configure scripts that can decide to override you. This greater | |
level of control comes at a price. You may have to provide the correct compiler | |
and linker flags yourself. | |
If you used one of these options (except --enable-menu and similar ones that | |
turn on internal features) and experience a compilation or linking failure, | |
make sure you have passed the necessary compiler/linker flags to configure. | |
If you suspect a bug, please read DOCS/HTML/en/bugreports.html. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -v | |
superenv executed: clang -v | |
clang called with: -dumpversion | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -dumpversion -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: /private/tmp/mplayer-configure-8514-39748/tmp.c -o /private/tmp/mplayer-configure-8514-39748/tmp | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang /private/tmp/mplayer-configure-8514-39748/tmp.c -o /private/tmp/mplayer-configure-8514-39748/tmp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -print-prog-name=as | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -print-prog-name=as -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -print-prog-name=nm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -print-prog-name=nm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -c -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -c -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -pipe -I. -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -pipe -I. -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -fno-asynchronous-unwind-tables -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -fno-asynchronous-unwind-tables -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -mno-omit-leaf-frame-pointer -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -mno-omit-leaf-frame-pointer -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -MMD -MP -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -MMD -MP -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lkstat -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lkstat -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -DHAVE_WINSOCK2_H=0 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lpthreadGC2 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lpthreadGC2 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -liconv -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -o /private/tmp/mplayer-configure-8514-39748/tmp -liconv -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -o /private/tmp/mplayer-configure-8514-39748/tmp -lncurses -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -o /private/tmp/mplayer-configure-8514-39748/tmp -lncurses -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lrt -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lrt -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -framework IOKit -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -o /private/tmp/mplayer-configure-8514-39748/tmp -framework IOKit -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lnsl -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lnsl -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lnsl -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lnsl -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lssl -lnsl -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lssl -lnsl -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lssl -lnsl -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lsmbclient -lssl -lnsl -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -ldirectfb -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -ldirectfb -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/local/include/directfb -ldirectfb -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/local/include/directfb -ldirectfb -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/directfb -ldirectfb -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/directfb -ldirectfb -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/local/include -ldirectfb -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/local/include -ldirectfb -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lXss -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lXss -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lggi -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lggi -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lggi -lggiwmh -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -lggi -lggiwmh -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -laa -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -o /private/tmp/mplayer-configure-8514-39748/tmp -laa -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -lvga -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -lvga -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/src/DVB/include -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/src/DVB/include -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -framework QuickTime -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -framework QuickTime -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -o /private/tmp/mplayer-configure-8514-39748/tmp -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lpng -lz -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lpng -lz -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lmng -lz -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lmng -lz -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lmng -ljpeg -lz -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lmng -ljpeg -lz -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -ljpeg -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -ljpeg -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lungif -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lungif -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lungif -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lungif -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lgif -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lgif -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lgif -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lgif -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lvbe -llrmi -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lvbe -llrmi -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lpthread -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lpthread -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -ldxguid -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -ldxguid -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DGL_EGL_ANDROID -lEGL -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DGL_EGL_ANDROID -lEGL -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/local/include/dxr2 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/local/include/dxr2 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/dxr2 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/dxr2 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -laudio -lXt -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -laudio -lXt -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -ljack -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -ljack -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lopenal -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lopenal -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DOPENAL_AL_H=1 -lopenal -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DOPENAL_AL_H=1 -lopenal -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lopenal32 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -lopenal32 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DOPENAL_AL_H=1 -lopenal32 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DOPENAL_AL_H=1 -lopenal32 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -framework OpenAL -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -framework OpenAL -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DOPENAL_AL_H=1 -framework OpenAL -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -o /private/tmp/mplayer-configure-8514-39748/tmp -DOPENAL_AL_H=1 -framework OpenAL -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -o /private/tmp/mplayer-configure-8514-39748/tmp -lasound -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -o /private/tmp/mplayer-configure-8514-39748/tmp -lasound -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -o /private/tmp/mplayer-configure-8514-39748/tmp -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -o /private/tmp/mplayer-configure-8514-39748/tmp -framework CoreAudio -framework AudioUnit -framework AudioToolbox -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lsndio -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lsndio -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lbluray -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lbluray -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lwinmm -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lwinmm -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfontconfig -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfontconfig -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfribidi -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfribidi -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lass -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lass -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lenca -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lenca -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lz -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lz -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lbz2 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lbz2 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -llzo2 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -llzo2 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmad -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmad -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ltwolame -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ltwolame -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ltoolame -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ltoolame -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -logg -lvorbisidec -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -logg -lvorbisidec -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvorbisenc -lvorbis -logg -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvorbisenc -lvorbis -logg -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvorbis -logg -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvorbis -logg -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lspeex -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lspeex -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lgsm -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lgsm -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ltheoradec -logg -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ltheoradec -logg -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmpg123 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmpg123 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -la52 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -la52 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmpeg2 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmpeg2 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ldca -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ldca -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ldts -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ldts -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfaac -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfaac -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfaac -lmp4v2 -lstdc++ -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfaac -lmp4v2 -lstdc++ -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfaad -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lfaad -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lilbc -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lilbc -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.cpp -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++ -lstdc++ -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.cpp -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++ -lstdc++ -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.cpp -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia_pic -lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic -lstdc++ -lstdc++ -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.cpp -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia_pic -lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic -lstdc++ -lstdc++ -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lrtmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lrtmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lopencore-amrnb -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lopencore-amrnb -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lopencore-amrwb -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lopencore-amrwb -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ldv -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -ldv -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lcrystalhd -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lcrystalhd -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lxvidcore -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lxvidcore -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lxvidcore -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lxvidcore -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lx264 -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lx264 -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvpx -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvpx -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lnut -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lnut -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmp3lame -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lmp3lame -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvstream-client -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lvstream-client -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,-z,noexecstack -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,-z,noexecstack -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,--large-address-aware -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,--large-address-aware -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,--version-script,binary.ver -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -Wl,--version-script,binary.ver -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -llirc_client -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -llirc_client -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -llircc -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -llircc -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm | |
superenv added: -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables /private/tmp/mplayer-configure-8514-39748/tmp.c -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -liconv -lncurses -framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore -lpng -lz -ljpeg -L/Users/ptpt52/vmroot/opt/freetype/lib -lfreetype -lfontconfig -lz -lbz2 -framework IOKit -framework Cocoa -L/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/lib -lcaca -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL -framework OpenAL -framework CoreAudio -framework AudioUnit -framework AudioToolbox -o /private/tmp/mplayer-configure-8514-39748/tmp -lm -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-05-24 10:53:52 +0800 | |
make | |
help/help_create.sh help/help_mp-en.h UTF-8 | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o command.o command.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_property.o m_property.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mixer.o mixer.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_fifo.o mp_fifo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mplayer.o mplayer.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o parser-mpcmd.o parser-mpcmd.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o pnm_loader.o pnm_loader.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o input/input.o input/input.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_mpegpes.o libao2/ao_mpegpes.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_null.o libao2/ao_null.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_pcm.o libao2/ao_pcm.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/audio_out.o libao2/audio_out.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/aspect.o libvo/aspect.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/geometry.o libvo/geometry.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/video_out.o libvo/video_out.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_mpegpes.o libvo/vo_mpegpes.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_null.o libvo/vo_null.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/spuenc.o sub/spuenc.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o input/ar.o input/ar.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_caca.o libvo/vo_caca.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_coreaudio.o libao2/ao_coreaudio.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_corevideo.o libvo/vo_corevideo.m | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/osx_common.o libvo/osx_common.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/osx_objc_common.o libvo/osx_objc_common.m | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_png.o libvo/vo_png.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/gl_common.o libvo/gl_common.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_gl.o libvo/vo_gl.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/csputils.o libvo/csputils.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_gl_tiled.o libvo/vo_gl_tiled.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_jpeg.o libvo/vo_jpeg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_matrixview.o libvo/vo_matrixview.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/matrixview.o libvo/matrixview.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_md5sum.o libvo/vo_md5sum.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o udp_sync.o udp_sync.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_openal.o libao2/ao_openal.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_pnm.o libvo/vo_pnm.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_tga.o libvo/vo_tga.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_yuv4mpeg.o libvo/vo_yuv4mpeg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o asxparser.o asxparser.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o bstr.o bstr.c | |
clang -D_ISOC99_SOURCE -I. -Iffmpeg -O3 -DCODECS2HTML -o codec-cfg codec-cfg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o cpudetect.o cpudetect.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o edl.o edl.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o fmt-conversion.o fmt-conversion.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_config.o m_config.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_option.o m_option.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_struct.o m_struct.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_msg.o mp_msg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_strings.o mp_strings.c | |
./version.sh `clang -dumpversion` | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o parser-cfg.o parser-cfg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o path.o path.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o playtree.o playtree.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o playtreeparser.o playtreeparser.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o subopt-helper.o subopt-helper.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af.o libaf/af.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_center.o libaf/af_center.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_channels.o libaf/af_channels.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_comp.o libaf/af_comp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_delay.o libaf/af_delay.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_dummy.o libaf/af_dummy.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_equalizer.o libaf/af_equalizer.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_extrastereo.o libaf/af_extrastereo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_format.o libaf/af_format.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_gate.o libaf/af_gate.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_hrtf.o libaf/af_hrtf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_karaoke.o libaf/af_karaoke.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_pan.o libaf/af_pan.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_resample.o libaf/af_resample.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_scaletempo.o libaf/af_scaletempo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sinesuppress.o libaf/af_sinesuppress.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_stats.o libaf/af_stats.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sub.o libaf/af_sub.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_surround.o libaf/af_surround.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sweep.o libaf/af_sweep.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_tools.o libaf/af_tools.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_volnorm.o libaf/af_volnorm.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_volume.o libaf/af_volume.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/filter.o libaf/filter.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/format.o libaf/format.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/reorder_ch.o libaf/reorder_ch.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/window.o libaf/window.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad.o libmpcodecs/ad.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_alaw.o libmpcodecs/ad_alaw.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_dvdpcm.o libmpcodecs/ad_dvdpcm.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_hwac3.o libmpcodecs/ad_hwac3.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_hwmpa.o libmpcodecs/ad_hwmpa.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_pcm.o libmpcodecs/ad_pcm.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_audio.o libmpcodecs/dec_audio.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_teletext.o libmpcodecs/dec_teletext.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_video.o libmpcodecs/dec_video.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/img_format.o libmpcodecs/img_format.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/mp_image.o libmpcodecs/mp_image.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/pullup.o libmpcodecs/pullup.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd.o libmpcodecs/vd.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_hmblck.o libmpcodecs/vd_hmblck.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_lzo.o libmpcodecs/vd_lzo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_mpegpes.o libmpcodecs/vd_mpegpes.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_mtga.o libmpcodecs/vd_mtga.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_null.o libmpcodecs/vd_null.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_raw.o libmpcodecs/vd_raw.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_sgi.o libmpcodecs/vd_sgi.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_black.o libmpcodecs/vd_black.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf.o libmpcodecs/vf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_1bpp.o libmpcodecs/vf_1bpp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_2xsai.o libmpcodecs/vf_2xsai.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_blackframe.o libmpcodecs/vf_blackframe.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_boxblur.o libmpcodecs/vf_boxblur.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_crop.o libmpcodecs/vf_crop.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_cropdetect.o libmpcodecs/vf_cropdetect.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_decimate.o libmpcodecs/vf_decimate.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_delogo.o libmpcodecs/vf_delogo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_denoise3d.o libmpcodecs/vf_denoise3d.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_detc.o libmpcodecs/vf_detc.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_dint.o libmpcodecs/vf_dint.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_divtc.o libmpcodecs/vf_divtc.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_down3dright.o libmpcodecs/vf_down3dright.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_dsize.o libmpcodecs/vf_dsize.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_dvbscale.o libmpcodecs/vf_dvbscale.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_eq.o libmpcodecs/vf_eq.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_eq2.o libmpcodecs/vf_eq2.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_expand.o libmpcodecs/vf_expand.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_field.o libmpcodecs/vf_field.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_fil.o libmpcodecs/vf_fil.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_filmdint.o libmpcodecs/vf_filmdint.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_fixpts.o libmpcodecs/vf_fixpts.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_flip.o libmpcodecs/vf_flip.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_format.o libmpcodecs/vf_format.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_framestep.o libmpcodecs/vf_framestep.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_gradfun.o libmpcodecs/vf_gradfun.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_halfpack.o libmpcodecs/vf_halfpack.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_harddup.o libmpcodecs/vf_harddup.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_hqdn3d.o libmpcodecs/vf_hqdn3d.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_hue.o libmpcodecs/vf_hue.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_il.o libmpcodecs/vf_il.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_ilpack.o libmpcodecs/vf_ilpack.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_ivtc.o libmpcodecs/vf_ivtc.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_kerndeint.o libmpcodecs/vf_kerndeint.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_mirror.o libmpcodecs/vf_mirror.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_noformat.o libmpcodecs/vf_noformat.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_noise.o libmpcodecs/vf_noise.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_ow.o libmpcodecs/vf_ow.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_palette.o libmpcodecs/vf_palette.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_perspective.o libmpcodecs/vf_perspective.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_phase.o libmpcodecs/vf_phase.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_pp7.o libmpcodecs/vf_pp7.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_pullup.o libmpcodecs/vf_pullup.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_rectangle.o libmpcodecs/vf_rectangle.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_remove_logo.o libmpcodecs/vf_remove_logo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_rgbtest.o libmpcodecs/vf_rgbtest.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_rotate.o libmpcodecs/vf_rotate.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_sab.o libmpcodecs/vf_sab.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_scale.o libmpcodecs/vf_scale.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_smartblur.o libmpcodecs/vf_smartblur.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_softpulldown.o libmpcodecs/vf_softpulldown.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_stereo3d.o libmpcodecs/vf_stereo3d.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_softskip.o libmpcodecs/vf_softskip.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_swapuv.o libmpcodecs/vf_swapuv.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_telecine.o libmpcodecs/vf_telecine.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_test.o libmpcodecs/vf_test.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_tfields.o libmpcodecs/vf_tfields.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_tile.o libmpcodecs/vf_tile.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_tinterlace.o libmpcodecs/vf_tinterlace.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_unsharp.o libmpcodecs/vf_unsharp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_vo.o libmpcodecs/vf_vo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_yadif.o libmpcodecs/vf_yadif.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_yuvcsp.o libmpcodecs/vf_yuvcsp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_yvu9.o libmpcodecs/vf_yvu9.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/aac_hdr.o libmpdemux/aac_hdr.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/asfheader.o libmpdemux/asfheader.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/aviheader.o libmpdemux/aviheader.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/aviprint.o libmpdemux/aviprint.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demuxer.o libmpdemux/demuxer.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_aac.o libmpdemux/demux_aac.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_asf.o libmpdemux/demux_asf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_audio.o libmpdemux/demux_audio.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_avi.o libmpdemux/demux_avi.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_demuxers.o libmpdemux/demux_demuxers.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_film.o libmpdemux/demux_film.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_fli.o libmpdemux/demux_fli.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_lmlm4.o libmpdemux/demux_lmlm4.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_mf.o libmpdemux/demux_mf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_mkv.o libmpdemux/demux_mkv.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_mov.o libmpdemux/demux_mov.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_mpg.o libmpdemux/demux_mpg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_nsv.o libmpdemux/demux_nsv.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_pva.o libmpdemux/demux_pva.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_rawaudio.o libmpdemux/demux_rawaudio.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_rawvideo.o libmpdemux/demux_rawvideo.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_realaud.o libmpdemux/demux_realaud.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_real.o libmpdemux/demux_real.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_roq.o libmpdemux/demux_roq.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_smjpeg.o libmpdemux/demux_smjpeg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_ts.o libmpdemux/demux_ts.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_ty.o libmpdemux/demux_ty.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_ty_osd.o libmpdemux/demux_ty_osd.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_viv.o libmpdemux/demux_viv.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_vqf.o libmpdemux/demux_vqf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_y4m.o libmpdemux/demux_y4m.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/ebml.o libmpdemux/ebml.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/extension.o libmpdemux/extension.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/mf.o libmpdemux/mf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/mp3_hdr.o libmpdemux/mp3_hdr.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/mp_taglists.o libmpdemux/mp_taglists.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/mpeg_hdr.o libmpdemux/mpeg_hdr.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/mpeg_packetizer.o libmpdemux/mpeg_packetizer.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/parse_es.o libmpdemux/parse_es.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/parse_mp4.o libmpdemux/parse_mp4.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/video.o libmpdemux/video.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/yuv4mpeg.o libmpdemux/yuv4mpeg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/yuv4mpeg_ratio.o libmpdemux/yuv4mpeg_ratio.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o osdep/getch2.o osdep/getch2.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o osdep/timer-darwin.o osdep/timer-darwin.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/open.o stream/open.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream.o stream/stream.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_bd.o stream/stream_bd.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_cue.o stream/stream_cue.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_file.o stream/stream_file.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_mf.o stream/stream_mf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_null.o stream/stream_null.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/url.o stream/url.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/eosd.o sub/eosd.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/find_sub.o sub/find_sub.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/osd.o sub/osd.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/spudec.o sub/spudec.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/sub.o sub/sub.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/sub_cc.o sub/sub_cc.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/subreader.o sub/subreader.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/vobsub.o sub/vobsub.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/font_load.o sub/font_load.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/aclib.o libvo/aclib.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o av_helpers.o av_helpers.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o av_opts.o av_opts.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_lavcac3enc.o libaf/af_lavcac3enc.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_lavcresample.o libaf/af_lavcresample.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_ffmpeg.o libmpcodecs/ad_ffmpeg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_spdif.o libmpcodecs/ad_spdif.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_ffmpeg.o libmpcodecs/vd_ffmpeg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_geq.o libmpcodecs/vf_geq.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_lavc.o libmpcodecs/vf_lavc.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_lavcdeint.o libmpcodecs/vf_lavcdeint.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_screenshot.o libmpcodecs/vf_screenshot.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/demux_lavf.o libmpdemux/demux_lavf.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_ffmpeg.o stream/stream_ffmpeg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/av_sub.o sub/av_sub.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_fspp.o libmpcodecs/vf_fspp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_qp.o libmpcodecs/vf_qp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_spp.o libmpcodecs/vf_spp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_uspp.o libmpcodecs/vf_uspp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/font_load_ft.o sub/font_load_ft.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_ftp.o stream/stream_ftp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_bmovl.o libmpcodecs/vf_bmovl.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_export.o libaf/af_export.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o osdep/mmap_anon.o osdep/mmap_anon.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_ijpg.o libmpcodecs/vd_ijpg.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_ass.o libmpcodecs/vf_ass.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/ass_mp.o sub/ass_mp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/subassconvert.o sub/subassconvert.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass.o libass/ass.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_bitmap.o libass/ass_bitmap.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_cache.o libass/ass_cache.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_drawing.o libass/ass_drawing.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_font.o libass/ass_font.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_fontconfig.o libass/ass_fontconfig.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_library.o libass/ass_library.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_parse.o libass/ass_parse.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_render.o libass/ass_render.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_render_api.o libass/ass_render_api.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_shaper.o libass/ass_shaper.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_strtod.o libass/ass_strtod.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libass/ass_utils.o libass/ass_utils.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_rtsp.o stream/stream_rtsp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/freesdp/common.o stream/freesdp/common.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/freesdp/errorlist.o stream/freesdp/errorlist.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/freesdp/parser.o stream/freesdp/parser.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/librtsp/rtsp.o stream/librtsp/rtsp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/librtsp/rtsp_rtp.o stream/librtsp/rtsp_rtp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/librtsp/rtsp_session.o stream/librtsp/rtsp_session.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_netstream.o stream/stream_netstream.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/asf_mmst_streaming.o stream/asf_mmst_streaming.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/asf_streaming.o stream/asf_streaming.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/cookies.o stream/cookies.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/http.o stream/http.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/network.o stream/network.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/pnm.o stream/pnm.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/rtp.o stream/rtp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/udp.o stream/udp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/tcp.o stream/tcp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_rtp.o stream/stream_rtp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_udp.o stream/stream_udp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/realrtsp/asmrp.o stream/realrtsp/asmrp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/realrtsp/real.o stream/realrtsp/real.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/realrtsp/rmff.o stream/realrtsp/rmff.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/realrtsp/sdpplin.o stream/realrtsp/sdpplin.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/realrtsp/xbuffer.o stream/realrtsp/xbuffer.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_mpng.o libmpcodecs/vd_mpng.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_pp.o libmpcodecs/vf_pp.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_realaud.o libmpcodecs/ad_realaud.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_realvid.o libmpcodecs/vd_realvid.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/cache2.o stream/cache2.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/frequencies.o stream/frequencies.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_tv.o stream/stream_tv.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/tv.o stream/tv.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/tvi_dummy.o stream/tvi_dummy.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/unrar_exec.o sub/unrar_exec.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o stream/stream_vcd.o stream/stream_vcd.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_xanim.o libmpcodecs/vd_xanim.c | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o osdep/shmem.o osdep/shmem.c | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ffmpeg libpostproc/libpostproc.a | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ffmpeg libavfilter/libavfilter.a | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ffmpeg libavformat/libavformat.a | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ffmpeg libavcodec/libavcodec.a | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ffmpeg libswscale/libswscale.a | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ffmpeg libswresample/libswresample.a | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C ffmpeg libavutil/libavutil.a | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mencoder.o mencoder.c | |
GEN libavutil/libavutil.version | |
GEN libavutil/libavutil.version | |
GEN libavutil/libavutil.version | |
GEN libavutil/libavutil.version | |
GEN libswscale/libswscale.version | |
GEN libswscale/libswscale.version | |
GEN libavutil/libavutil.version | |
GEN libavutil/libavutil.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o parser-mecmd.o parser-mecmd.c | |
GEN libavutil/libavutil.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o xvid_vbr.o xvid_vbr.c | |
GEN libswresample/libswresample.version | |
GEN libswscale/libswscale.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ae.o libmpcodecs/ae.c | |
GEN libpostproc/libpostproc.version | |
GEN libswscale/libswscale.version | |
GEN libswscale/libswscale.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ae_pcm.o libmpcodecs/ae_pcm.c | |
GEN libswresample/libswresample.version | |
GEN libswresample/libswresample.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ve.o libmpcodecs/ve.c | |
GEN libpostproc/libpostproc.version | |
GEN libswresample/libswresample.version | |
GEN libswresample/libswresample.version | |
GEN libswscale/libswscale.version | |
GEN libpostproc/libpostproc.version | |
GEN libswscale/libswscale.version | |
GEN libpostproc/libpostproc.version | |
GEN libavcodec/libavcodec.version | |
GEN libavcodec/libavcodec.version | |
GEN libavcodec/libavcodec.version | |
GEN libavformat/libavformat.version | |
GEN libavformat/libavformat.version | |
GEN libavfilter/libavfilter.version | |
GEN libavformat/libavformat.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ve_raw.o libmpcodecs/ve_raw.c | |
GEN libswresample/libswresample.version | |
GEN libpostproc/libpostproc.version | |
GEN libavcodec/libavcodec.version | |
GEN libavfilter/libavfilter.version | |
GEN libavdevice/libavdevice.version | |
GEN libavcodec/libavcodec.version | |
GEN libavdevice/libavdevice.version | |
GEN libavfilter/libavfilter.version | |
GEN libavformat/libavformat.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/muxer.o libmpdemux/muxer.c | |
GEN libavformat/libavformat.version | |
GEN libswresample/libswresample.version | |
GEN libpostproc/libpostproc.version | |
GEN libpostproc/libpostproc.version | |
GEN libavcodec/libavcodec.version | |
GEN libavfilter/libavfilter.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/muxer_avi.o libmpdemux/muxer_avi.c | |
GEN libavdevice/libavdevice.version | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/muxer_mpeg.o libmpdemux/muxer_mpeg.c | |
GEN libavdevice/libavdevice.version | |
GEN libavformat/libavformat.version | |
GEN libavcodec/libavcodec.version | |
GEN libavfilter/libavfilter.version | |
GEN libavfilter/libavfilter.version | |
GEN libavformat/libavformat.version | |
GEN libavdevice/libavdevice.version | |
GEN libavdevice/libavdevice.version | |
GEN libavfilter/libavfilter.version | |
GEN libavdevice/libavdevice.version | |
CC libswscale/alphablend.o | |
CC libavcodec/012v.o | |
CC libswresample/arm/audio_convert_init.o | |
CC libavfilter/allfilters.o | |
CC libpostproc/postprocess.o | |
CC libavutil/adler32.o | |
CC libavformat/3dostr.o | |
CC libswresample/arm/resample_init.o | |
CC libavfilter/audio.o | |
CC libavcodec/4xm.o | |
CC libavutil/aes.o | |
clang -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpdemux/muxer_rawaudio.o libmpdemux/muxer_rawaudio.c | |
CC libswscale/arm/swscale.o | |
CC libavformat/4xm.o | |
CC libswresample/audioconvert.o | |
CC libavfilter/avfilter.o | |
CC libswscale/arm/swscale_unscaled.o | |
CC libavcodec/8bps.o | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand in inline asm: 'ldr ${0:Q}, $1 ldr ${0:R}, $2 ' | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand in inline asm: 'ldr ${0:Q}, $1 ldr ${0:R}, $2 ' | |
libavutil/arm/intreadwrite.h:71:14: error: unknown token in expression | |
<inline asm>:1:8: note: instantiated into assembly here | |
ldr , [x25] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:1:8: note: instantiated into assembly here | |
ldr , [x25] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:32: error: unknown token in expression | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:2:8: note: instantiated into assembly here | |
ldr , [x8] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:32: error: invalid operand | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:2:8: note: instantiated into assembly here | |
ldr , [x8] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand in inline asm: 'ldr ${0:Q}, $1 ldr ${0:R}, $2 ' | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand in inline asm: 'ldr ${0:Q}, $1 ldr ${0:R}, $2 ' | |
libavutil/arm/intreadwrite.h:71:14: error: unknown token in expression | |
<inline asm>:1:8: note: instantiated into assembly here | |
ldr , [x8] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:1:8: note: instantiated into assembly here | |
ldr , [x8] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:32: error: unknown token in expression | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:2:8: note: instantiated into assembly here | |
ldr , [x28] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:32: error: invalid operand | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:2:8: note: instantiated into assembly here | |
ldr , [x28] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand in inline asm: 'ldr ${0:Q}, $1 ldr ${0:R}, $2 ' | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand in inline asm: 'ldr ${0:Q}, $1 ldr ${0:R}, $2 ' | |
libavutil/arm/intreadwrite.h:71:14: error: unknown token in expression | |
<inline asm>:1:8: note: instantiated into assembly here | |
ldr , [x19] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:1:8: note: instantiated into assembly here | |
ldr , [x19] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:32: error: unknown token in expression | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:2:8: note: instantiated into assembly here | |
ldr , [x8] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:32: error: invalid operand | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
<inline asm>:2:8: note: instantiated into assembly here | |
ldr , [x8] | |
^ | |
In file included from libavutil/aes.c:26: | |
In file included from libavutil/intreadwrite.h:68: | |
libavutil/arm/intreadwrite.h:71:14: error: invalid operand in inline asm: 'ldr ${0:Q}, $1 ldr ${0:R}, $2 ' | |
__asm__ ("ldr %Q0, %1 \n\t" | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make[1]: *** [libavutil/aes.o] Error 1 | |
make: *** [ffmpeg/libavutil/libavutil.a] Error 2 | |
make: *** Waiting for unfinished jobs.... | |
CC libavformat/a64.o | |
CC libavformat/aacdec.o | |
CC libswscale/gamma.o | |
CC libavformat/aadec.o | |
In file included from libavformat/a64.c:23: | |
In file included from ./libavcodec/bytestream.h:31: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x8, x8, ror #8 | |
^ | |
In file included from libavformat/a64.c:23: | |
In file included from ./libavcodec/bytestream.h:31: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x8, x8, ror #8 | |
^ | |
2 errors generated. | |
make[1]: *** [libavformat/a64.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
CC libswscale/hscale.o | |
In file included from libavformat/aacdec.c:23: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x17, [x16] | |
^ | |
In file included from libavformat/aacdec.c:23: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x17, x17, ror #8 | |
^ | |
In file included from libavformat/aacdec.c:23: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x9, [x8] | |
^ | |
In file included from libavformat/aacdec.c:23: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x8, x8, ror #8 | |
^ | |
4 errors generated. | |
make[1]: *** [libavformat/aacdec.o] Error 1 | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x23, [x25] | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x22, [x8] | |
^ | |
CC libavcodec/8svx.o | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x19, [x8] | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x21, [x8] | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x12, x12, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x14, x14, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x13, x13, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x14, x14, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x13, x13, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x15, x15, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x14, x14, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x16, x16, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x10, x10, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x13, x13, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x9, x9, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:16: note: instantiated into assembly here | |
mov x10, x10, ror #8 | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x10, [x8] | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x8, [x9] | |
^ | |
In file included from libavcodec/4xm.c:32: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x13, [x10] | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make[1]: *** [libavcodec/4xm.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
CC libswresample/dither.o | |
In file included from libswscale/gamma.c:21: | |
In file included from libswscale/swscale_internal.h:30: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x15, [x14] | |
^ | |
In file included from libswscale/gamma.c:21: | |
In file included from libswscale/swscale_internal.h:30: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x17, [x16] | |
^ | |
In file included from libswscale/gamma.c:21: | |
In file included from libswscale/swscale_internal.h:30: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x4, [x3] | |
^ | |
In file included from libswscale/gamma.c:21: | |
In file included from libswscale/swscale_internal.h:30: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:46:14: error: invalid operand for instruction | |
__asm__ ("strh %1, %0" : "=m"(*(uint16_t *)p) : "r"(v)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
strh x15, [x14] | |
^ | |
In file included from libswscale/gamma.c:21: | |
In file included from libswscale/swscale_internal.h:30: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:46:14: error: invalid operand for instruction | |
__asm__ ("strh %1, %0" : "=m"(*(uint16_t *)p) : "r"(v)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
strh x14, [x16] | |
^ | |
In file included from libswscale/gamma.c:21: | |
In file included from libswscale/swscale_internal.h:30: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:46:14: error: invalid operand for instruction | |
__asm__ ("strh %1, %0" : "=m"(*(uint16_t *)p) : "r"(v)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
strh x14, [x3] | |
^ | |
6 errors generated. | |
make[1]: *** [libswscale/gamma.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
CC libavfilter/avfiltergraph.o | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
__asm__ ("adds %1, %R2, %Q2, lsr #31 \n\t" | |
^ | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
./libavutil/arm/intmath.h:121:14: error: unknown token in expression | |
<inline asm>:1:14: note: instantiated into assembly here | |
adds x13, , , lsr #31 | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:121:14: error: invalid operand | |
__asm__ ("adds %1, %R2, %Q2, lsr #31 \n\t" | |
^ | |
<inline asm>:1:14: note: instantiated into assembly here | |
adds x13, , , lsr #31 | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:121:47: error: unrecognized instruction mnemonic | |
__asm__ ("adds %1, %R2, %Q2, lsr #31 \n\t" | |
^ | |
<inline asm>:2:2: note: instantiated into assembly here | |
itet ne | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:122:47: error: unrecognized instruction mnemonic, did you mean: mvn? | |
"itet ne \n\t" | |
^ | |
<inline asm>:3:2: note: instantiated into assembly here | |
mvnne x13, #1<<31 | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:123:47: error: unknown token in expression | |
"mvnne %1, #1<<31 \n\t" | |
^ | |
<inline asm>:4:30: note: instantiated into assembly here | |
moveq x12, | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:123:47: error: invalid operand | |
"mvnne %1, #1<<31 \n\t" | |
^ | |
<inline asm>:4:30: note: instantiated into assembly here | |
moveq x12, | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:124:47: error: unknown token in expression | |
"moveq %0, %Q2 \n\t" | |
^ | |
<inline asm>:5:20: note: instantiated into assembly here | |
eorne x12, x13, , asr #31 | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:124:47: error: invalid operand | |
"moveq %0, %Q2 \n\t" | |
^ | |
<inline asm>:5:20: note: instantiated into assembly here | |
eorne x12, x13, , asr #31 | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
__asm__ ("adds %1, %R2, %Q2, lsr #31 \n\t" | |
^ | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
./libavutil/arm/intmath.h:121:14: error: invalid operand in inline asm: 'adds $1, ${2:R}, ${2:Q}, lsr #31 itet ne mvnne $1, #1<<31 moveq $0, ${2:Q} eorne $0, $1, ${2:R}, asr #31 ' | |
./libavutil/arm/intmath.h:121:14: error: unknown token in expression | |
<inline asm>:1:14: note: instantiated into assembly here | |
adds x15, , , lsr #31 | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:121:14: error: invalid operand | |
__asm__ ("adds %1, %R2, %Q2, lsr #31 \n\t" | |
^ | |
<inline asm>:1:14: note: instantiated into assembly here | |
adds x15, , , lsr #31 | |
^ | |
In file included from libswresample/audioconvert.c:29: | |
In file included from ./libavutil/avassert.h:31: | |
In file included from ./libavutil/avutil.h:296: | |
In file included from ./libavutil/common.h:106: | |
In file included from ./libavutil/intmath.h:30: | |
./libavutil/arm/intmath.h:121:47: error: unrecognized instruction mnemonic | |
__asm__ ("adds %1, %R2, %Q2, lsr #31 \n\t" | |
^ | |
<inline asm>:2:2: note: instantiated into assembly here | |
itet ne | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make[1]: *** [libswresample/audioconvert.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
CC libavfilter/buffersink.o | |
make: *** [ffmpeg/libavcodec/libavcodec.a] Error 2 | |
CC libavfilter/buffersrc.o | |
In file included from libavformat/aadec.c:29: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x8, x8, ror #8 | |
^ | |
In file included from libavformat/aadec.c:29: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x9, x9, ror #8 | |
^ | |
In file included from libavformat/aadec.c:29: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x8, x8, ror #8 | |
^ | |
In file included from libavformat/aadec.c:29: | |
In file included from ./libavutil/intreadwrite.h:25: | |
In file included from ./libavutil/bswap.h:40: | |
./libavutil/arm/bswap.h:56:41: error: invalid operand for instruction | |
"bic %1, %1, #0xFF0000 \n\t" | |
^ | |
<inline asm>:3:14: note: instantiated into assembly here | |
mov x8, x8, ror #8 | |
^ | |
4 errors generated. | |
make: *** [ffmpeg/libswscale/libswscale.a] Error 2 | |
make[1]: *** [libavformat/aadec.o] Error 1 | |
make: *** [ffmpeg/libavformat/libavformat.a] Error 2 | |
CC libavfilter/drawutils.o | |
CC libavfilter/fifo.o | |
CC libavfilter/formats.o | |
make: *** [ffmpeg/libswresample/libswresample.a] Error 2 | |
CC libavfilter/framepool.o | |
CC libavfilter/framequeue.o | |
CC libavfilter/graphdump.o | |
CC libavfilter/graphparser.o | |
AR libpostproc/libpostproc.a | |
CC libavfilter/pthread.o | |
CC libavfilter/transform.o | |
CC libavfilter/video.o | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x10, [x0] | |
^ | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:46:14: error: invalid operand for instruction | |
__asm__ ("strh %1, %0" : "=m"(*(uint16_t *)p) : "r"(v)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
strh x9, [x0] | |
^ | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x12, [x0] | |
^ | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:46:14: error: invalid operand for instruction | |
__asm__ ("strh %1, %0" : "=m"(*(uint16_t *)p) : "r"(v)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
strh x12, [x0] | |
^ | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x10, [x0] | |
^ | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:46:14: error: invalid operand for instruction | |
__asm__ ("strh %1, %0" : "=m"(*(uint16_t *)p) : "r"(v)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
strh x8, [x0] | |
^ | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:34:14: error: invalid operand for instruction | |
__asm__ ("ldrh %0, %1" : "=r"(v) : "m"(*(const uint16_t *)q)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
ldrh x8, [x0] | |
^ | |
In file included from libavfilter/drawutils.c:27: | |
In file included from ./libavutil/intreadwrite.h:68: | |
./libavutil/arm/intreadwrite.h:46:14: error: invalid operand for instruction | |
__asm__ ("strh %1, %0" : "=m"(*(uint16_t *)p) : "r"(v)); | |
^ | |
<inline asm>:1:7: note: instantiated into assembly here | |
strh x8, [x0] | |
^ | |
8 errors generated. | |
make[1]: *** [libavfilter/drawutils.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
make: *** [ffmpeg/libavfilter/libavfilter.a] Error 2 | |
HOMEBREW_VERSION: 3.1.9 | |
ORIGIN: https://github.com/Homebrew/brew.git | |
HEAD: 76cfe88b7628a8010bf98115627f6aced4ff8870 | |
Last commit: 11 hours ago | |
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core | |
Core tap HEAD: d5254e481a1ba6dbac1eaf63f9accda85d7a8c07 | |
Core tap last commit: 20 minutes ago | |
Core tap branch: master | |
HOMEBREW_PREFIX: /Users/ptpt52/vmroot | |
HOMEBREW_REPOSITORY: /Users/ptpt52/vmroot | |
HOMEBREW_CELLAR: /Users/ptpt52/vmroot/Cellar | |
HOMEBREW_CASK_OPTS: [] | |
HOMEBREW_MAKE_JOBS: 8 | |
HOMEBREW_NO_BOOTSNAP: set | |
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby | |
CPU: octa-core 64-bit arm_firestorm_icestorm | |
Clang: 12.0.5 build 1205 | |
Git: 2.30.1 => /Applications/Xcode.app/Contents/Developer/usr/bin/git | |
Curl: 7.64.1 => /usr/bin/curl | |
macOS: 11.2.3-arm64 | |
CLT: N/A | |
Xcode: 12.5 | |
Rosetta 2: false | |
HOMEBREW_CC: clang | |
HOMEBREW_CXX: clang++ | |
MAKEFLAGS: -j8 | |
CMAKE_PREFIX_PATH: /Users/ptpt52/vmroot | |
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks | |
PKG_CONFIG_PATH: /Users/ptpt52/vmroot/opt/libpng/lib/pkgconfig:/Users/ptpt52/vmroot/opt/freetype/lib/pkgconfig:/Users/ptpt52/vmroot/opt/fontconfig/lib/pkgconfig:/Users/ptpt52/vmroot/opt/jpeg/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libtiff/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libpthread-stubs/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libxau/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libxdmcp/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libxcb/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libx11/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libxext/lib/pkgconfig:/Users/ptpt52/vmroot/opt/imlib2/lib/pkgconfig:/Users/ptpt52/vmroot/opt/libcaca/lib/pkgconfig:/Users/ptpt52/vmroot/opt/xorgproto/share/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/Users/ptpt52/vmroot/Library/Homebrew/os/mac/pkgconfig/11 | |
HOMEBREW_GIT: git | |
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk | |
ACLOCAL_PATH: /Users/ptpt52/vmroot/share/aclocal | |
PATH: /Users/ptpt52/vmroot/Library/Homebrew/shims/mac/super:/Users/ptpt52/vmroot/opt/pkg-config/bin:/Users/ptpt52/vmroot/opt/yasm/bin:/Users/ptpt52/vmroot/opt/libpng/bin:/Users/ptpt52/vmroot/opt/freetype/bin:/Users/ptpt52/vmroot/opt/fontconfig/bin:/Users/ptpt52/vmroot/opt/giflib/bin:/Users/ptpt52/vmroot/opt/jpeg/bin:/Users/ptpt52/vmroot/opt/libtiff/bin:/Users/ptpt52/vmroot/opt/imlib2/bin:/Users/ptpt52/vmroot/opt/libcaca/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mplayer.o mplayer.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mplayer.o mplayer.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_property.o m_property.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_property.o m_property.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o parser-mpcmd.o parser-mpcmd.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o parser-mpcmd.o parser-mpcmd.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_fifo.o mp_fifo.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_fifo.o mp_fifo.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mixer.o mixer.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mixer.o mixer.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o pnm_loader.o pnm_loader.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o pnm_loader.o pnm_loader.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o command.o command.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o command.o command.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o input/input.o input/input.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o input/input.o input/input.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_null.o libao2/ao_null.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_null.o libao2/ao_null.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_mpegpes.o libao2/ao_mpegpes.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_mpegpes.o libao2/ao_mpegpes.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_pcm.o libao2/ao_pcm.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_pcm.o libao2/ao_pcm.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/audio_out.o libao2/audio_out.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/audio_out.o libao2/audio_out.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/aspect.o libvo/aspect.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/aspect.o libvo/aspect.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/geometry.o libvo/geometry.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/geometry.o libvo/geometry.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/video_out.o libvo/video_out.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/video_out.o libvo/video_out.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_mpegpes.o libvo/vo_mpegpes.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_mpegpes.o libvo/vo_mpegpes.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_null.o libvo/vo_null.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_null.o libvo/vo_null.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/spuenc.o sub/spuenc.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o sub/spuenc.o sub/spuenc.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o input/ar.o input/ar.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o input/ar.o input/ar.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_caca.o libvo/vo_caca.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_caca.o libvo/vo_caca.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_coreaudio.o libao2/ao_coreaudio.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_coreaudio.o libao2/ao_coreaudio.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_corevideo.o libvo/vo_corevideo.m | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_corevideo.o libvo/vo_corevideo.m -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/osx_common.o libvo/osx_common.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/osx_common.o libvo/osx_common.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/osx_objc_common.o libvo/osx_objc_common.m | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/osx_objc_common.o libvo/osx_objc_common.m -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_png.o libvo/vo_png.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_png.o libvo/vo_png.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/gl_common.o libvo/gl_common.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/gl_common.o libvo/gl_common.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_gl.o libvo/vo_gl.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_gl.o libvo/vo_gl.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/csputils.o libvo/csputils.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/csputils.o libvo/csputils.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_gl_tiled.o libvo/vo_gl_tiled.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_gl_tiled.o libvo/vo_gl_tiled.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_jpeg.o libvo/vo_jpeg.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_jpeg.o libvo/vo_jpeg.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_matrixview.o libvo/vo_matrixview.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_matrixview.o libvo/vo_matrixview.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/matrixview.o libvo/matrixview.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/matrixview.o libvo/matrixview.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_md5sum.o libvo/vo_md5sum.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_md5sum.o libvo/vo_md5sum.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o udp_sync.o udp_sync.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o udp_sync.o udp_sync.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_openal.o libao2/ao_openal.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libao2/ao_openal.o libao2/ao_openal.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_pnm.o libvo/vo_pnm.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_pnm.o libvo/vo_pnm.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_tga.o libvo/vo_tga.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_tga.o libvo/vo_tga.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_yuv4mpeg.o libvo/vo_yuv4mpeg.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libvo/vo_yuv4mpeg.o libvo/vo_yuv4mpeg.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o asxparser.o asxparser.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o asxparser.o asxparser.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o bstr.o bstr.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o bstr.o bstr.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -D_ISOC99_SOURCE -I. -Iffmpeg -O3 -DCODECS2HTML -o codec-cfg codec-cfg.c | |
superenv removed: -O3 | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -D_ISOC99_SOURCE -I. -Iffmpeg -DCODECS2HTML -o codec-cfg codec-cfg.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o cpudetect.o cpudetect.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o cpudetect.o cpudetect.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o edl.o edl.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o edl.o edl.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o fmt-conversion.o fmt-conversion.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o fmt-conversion.o fmt-conversion.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_config.o m_config.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_config.o m_config.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_option.o m_option.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_option.o m_option.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_struct.o m_struct.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o m_struct.o m_struct.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_msg.o mp_msg.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_msg.o mp_msg.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_strings.o mp_strings.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o mp_strings.o mp_strings.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -dumpversion | |
superenv added: -pipe -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: clang -pipe -w -Os -dumpversion -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/Users/ptpt52/vmroot/lib -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o parser-cfg.o parser-cfg.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o parser-cfg.o parser-cfg.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o path.o path.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o path.o path.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o playtree.o playtree.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o playtree.o playtree.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o playtreeparser.o playtreeparser.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o playtreeparser.o playtreeparser.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o subopt-helper.o subopt-helper.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o subopt-helper.o subopt-helper.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af.o libaf/af.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af.o libaf/af.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_center.o libaf/af_center.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_center.o libaf/af_center.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_channels.o libaf/af_channels.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_channels.o libaf/af_channels.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_comp.o libaf/af_comp.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_comp.o libaf/af_comp.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_delay.o libaf/af_delay.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_delay.o libaf/af_delay.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_dummy.o libaf/af_dummy.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_dummy.o libaf/af_dummy.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_equalizer.o libaf/af_equalizer.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_equalizer.o libaf/af_equalizer.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_extrastereo.o libaf/af_extrastereo.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_extrastereo.o libaf/af_extrastereo.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_gate.o libaf/af_gate.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_gate.o libaf/af_gate.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_hrtf.o libaf/af_hrtf.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_hrtf.o libaf/af_hrtf.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_format.o libaf/af_format.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_format.o libaf/af_format.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_karaoke.o libaf/af_karaoke.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_karaoke.o libaf/af_karaoke.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_pan.o libaf/af_pan.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_pan.o libaf/af_pan.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_resample.o libaf/af_resample.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_resample.o libaf/af_resample.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sinesuppress.o libaf/af_sinesuppress.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sinesuppress.o libaf/af_sinesuppress.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_scaletempo.o libaf/af_scaletempo.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_scaletempo.o libaf/af_scaletempo.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_stats.o libaf/af_stats.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_stats.o libaf/af_stats.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sub.o libaf/af_sub.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sub.o libaf/af_sub.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_surround.o libaf/af_surround.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_surround.o libaf/af_surround.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sweep.o libaf/af_sweep.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_sweep.o libaf/af_sweep.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_tools.o libaf/af_tools.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_tools.o libaf/af_tools.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_volnorm.o libaf/af_volnorm.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_volnorm.o libaf/af_volnorm.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_volume.o libaf/af_volume.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/af_volume.o libaf/af_volume.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/filter.o libaf/filter.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/filter.o libaf/filter.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/format.o libaf/format.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/format.o libaf/format.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/reorder_ch.o libaf/reorder_ch.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/reorder_ch.o libaf/reorder_ch.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/window.o libaf/window.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libaf/window.o libaf/window.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad.o libmpcodecs/ad.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad.o libmpcodecs/ad.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_alaw.o libmpcodecs/ad_alaw.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_alaw.o libmpcodecs/ad_alaw.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_hwmpa.o libmpcodecs/ad_hwmpa.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_hwmpa.o libmpcodecs/ad_hwmpa.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_hwac3.o libmpcodecs/ad_hwac3.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_hwac3.o libmpcodecs/ad_hwac3.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_dvdpcm.o libmpcodecs/ad_dvdpcm.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_dvdpcm.o libmpcodecs/ad_dvdpcm.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_pcm.o libmpcodecs/ad_pcm.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/ad_pcm.o libmpcodecs/ad_pcm.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_audio.o libmpcodecs/dec_audio.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_audio.o libmpcodecs/dec_audio.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_teletext.o libmpcodecs/dec_teletext.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_teletext.o libmpcodecs/dec_teletext.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_video.o libmpcodecs/dec_video.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/dec_video.o libmpcodecs/dec_video.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/mp_image.o libmpcodecs/mp_image.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/mp_image.o libmpcodecs/mp_image.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/img_format.o libmpcodecs/img_format.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/img_format.o libmpcodecs/img_format.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/pullup.o libmpcodecs/pullup.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/pullup.o libmpcodecs/pullup.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd.o libmpcodecs/vd.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd.o libmpcodecs/vd.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_hmblck.o libmpcodecs/vd_hmblck.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_hmblck.o libmpcodecs/vd_hmblck.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_lzo.o libmpcodecs/vd_lzo.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_lzo.o libmpcodecs/vd_lzo.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_mpegpes.o libmpcodecs/vd_mpegpes.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_mpegpes.o libmpcodecs/vd_mpegpes.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_mtga.o libmpcodecs/vd_mtga.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_mtga.o libmpcodecs/vd_mtga.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_null.o libmpcodecs/vd_null.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_null.o libmpcodecs/vd_null.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_black.o libmpcodecs/vd_black.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_black.o libmpcodecs/vd_black.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_raw.o libmpcodecs/vd_raw.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_raw.o libmpcodecs/vd_raw.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_sgi.o libmpcodecs/vd_sgi.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vd_sgi.o libmpcodecs/vd_sgi.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf.o libmpcodecs/vf.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf.o libmpcodecs/vf.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_1bpp.o libmpcodecs/vf_1bpp.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_1bpp.o libmpcodecs/vf_1bpp.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_2xsai.o libmpcodecs/vf_2xsai.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_2xsai.o libmpcodecs/vf_2xsai.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_blackframe.o libmpcodecs/vf_blackframe.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_blackframe.o libmpcodecs/vf_blackframe.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_boxblur.o libmpcodecs/vf_boxblur.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_boxblur.o libmpcodecs/vf_boxblur.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_crop.o libmpcodecs/vf_crop.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_crop.o libmpcodecs/vf_crop.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_cropdetect.o libmpcodecs/vf_cropdetect.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_cropdetect.o libmpcodecs/vf_cropdetect.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_decimate.o libmpcodecs/vf_decimate.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_decimate.o libmpcodecs/vf_decimate.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_delogo.o libmpcodecs/vf_delogo.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_delogo.o libmpcodecs/vf_delogo.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_denoise3d.o libmpcodecs/vf_denoise3d.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_denoise3d.o libmpcodecs/vf_denoise3d.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_detc.o libmpcodecs/vf_detc.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_detc.o libmpcodecs/vf_detc.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_dint.o libmpcodecs/vf_dint.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
superenv executed: clang -pipe -w -Os -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_dint.o libmpcodecs/vf_dint.c -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
clang called with: -MMD -MP -D_ISOC99_SOURCE -I. -Iffmpeg -O2 -pipe -fno-asynchronous-unwind-tables -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -mdynamic-no-pic -DPIC -marm -I/Users/ptpt52/vmroot/Cellar/libcaca/0.99b19_3/include/ -I/Users/ptpt52/vmroot/opt/freetype/include/freetype2 -DZLIB_CONST -c -o libmpcodecs/vf_divtc.o libmpcodecs/vf_divtc.c | |
superenv removed: -O2 | |
superenv added: -w -Os -isysroot/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk --sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk -isystem/Users/ptpt52/vmroot/include -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/apache2 -isystem/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Framew |
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