From owner-freebsd-multimedia@FreeBSD.ORG Wed Sep 12 15:24:06 2007 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B338316A417 for ; Wed, 12 Sep 2007 15:24:06 +0000 (UTC) (envelope-from stephen@jungels.net) Received: from outbound-mail-16.bluehost.com (outbound-mail-16.bluehost.com [69.89.20.231]) by mx1.freebsd.org (Postfix) with SMTP id 70B4613C45D for ; Wed, 12 Sep 2007 15:24:06 +0000 (UTC) (envelope-from stephen@jungels.net) Received: (qmail 18154 invoked by uid 0); 12 Sep 2007 14:57:26 -0000 Received: from unknown (HELO box67.bluehost.com) (69.89.21.67) by mailproxy1.bluehost.com with SMTP; 12 Sep 2007 14:57:26 -0000 Received: from cpe-74-77-139-254.buffalo.res.rr.com ([74.77.139.254] helo=RAVEL) by box67.bluehost.com with esmtpa (Exim 4.66) (envelope-from ) id 1IVTee-0007gL-Cq for multimedia@freebsd.org; Wed, 12 Sep 2007 08:57:25 -0600 From: "Stephen Jungels" To: Date: Wed, 12 Sep 2007 10:57:17 -0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01C7F52B.B0D338E0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Acf1TTW2T9XyVQWqRTuQUJ6yZjP1ZQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 X-Identified-User: {871:box67.bluehost.com:billjung:jungels.net} {sentby:smtp auth 74.77.139.254 authed with stephen+jungels.net} Message-Id: <20070912152406.70B4613C45D@mx1.freebsd.org> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Unsuccessful build of latest FFmpeg X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2007 15:24:06 -0000 This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C7F52B.B0D338E0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I'm having a bit of a problem installing the latest FFmpeg from ports for a client running FreeBSD 4.9. I get the following error: -bash-2.05b# make WITH_FAAC=1 WITH_LAME=1 install ===> ffmpeg-2007.07.12_3 depends on executable: texi2html - found ===> ffmpeg-2007.07.12_3 depends on executable: gmake - found ===> ffmpeg-2007.07.12_3 depends on shared library: a52.0 - found ===> ffmpeg-2007.07.12_3 depends on shared library: faac.0 - found ===> ffmpeg-2007.07.12_3 depends on shared library: faad.0 - found ===> ffmpeg-2007.07.12_3 depends on shared library: mp3lame.0 - found ===> ffmpeg-2007.07.12_3 depends on shared library: ogg.5 - found ===> ffmpeg-2007.07.12_3 depends on shared library: theora.2 - found ===> ffmpeg-2007.07.12_3 depends on shared library: vorbisenc.2 - found ===> ffmpeg-2007.07.12_3 depends on shared library: freetype.9 - found ===> Configuring for ffmpeg-2007.07.12_3 ERROR: libfaac not found If you think configure made a mistake, make sure you are using the latest version from SVN. If the latest version fails, report the problem to the ffmpeg-devel@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.err" produced by configure as this will help solving the problem. ===> Script "configure" failed unexpectedly. Please report the problem to multimedia@FreeBSD.org [maintainer] and attach the "/usr/ports/multimedia/ffmpeg/work/ffmpeg-2007-07-12/config.err" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 As you can see, Ports detects libfaac successfully installed, but the FFmpeg configure script can't find it. I have gone back and reinstalled faac just to make sure. Here is the relevant part of config.err: BEGIN /tmp/ffmpeg-conf--69027-.c 1 2 #include 3 #include 4 int main(){ 5 (void) faacEncGetVersion; 6 return 0; 7 } END /tmp/ffmpeg-conf--69027-.c cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o /tmp/ffmpeg-conf--69027-.c /tmp/ffmpeg-conf--69027-.c:2: stdint.h: No such file or directory In file included from /tmp/ffmpeg-conf--69027-.c:3: /usr/local/include/faac.h:39: warning: malformed `#pragma pack' In file included from /usr/local/include/faac.h:47, from /tmp/ffmpeg-conf--69027-.c:3: /usr/local/include/faaccfg.h:48: warning: malformed `#pragma pack' /usr/local/include/faaccfg.h:120: warning: malformed `#pragma pack' In file included from /tmp/ffmpeg-conf--69027-.c:3: /usr/local/include/faac.h:93: warning: malformed `#pragma pack' ERROR: libfaac not found Hoping you can provide some assistance. Since the code in configure that checks for faac is rather complex, I haven't yet been able to find a workaround. (The attached files have more details). Regards, Stephen Jungels ------=_NextPart_000_0000_01C7F52B.B0D338E0 Content-Type: application/octet-stream; name="config.err" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="config.err" # ./configure --cc=3Dcc --prefix=3D/usr/local --make=3Dgmake = --disable-debug --enable-memalign-hack --enable-shared --enable-pp = --extra-cflags=3D-I/usr/local/include/vorbis -I/usr/local/include = --extra-ldflags=3D-L/usr/local/lib -la52 --extra-libs=3D-pthread = --enable-gpl --enable-pthreads --enable-liba52 --enable-liba52bin = --enable-libfaac --enable-libfaad --enable-libfaadbin --disable-mmx = --enable-libmp3lame --enable-libogg --disable-ffplay --enable-libtheora = --enable-libvorbis=0A= yuv4mpegpipe_demuxer=3Dyes=0A= tta_demuxer=3Dyes=0A= str_demuxer=3Dyes=0A= pcm_u8_demuxer=3Dyes=0A= sol_dpcm_decoder=3Dyes=0A= shorten_decoder=3Dyes=0A= xan_wc3_decoder=3Dyes=0A= wmv1_decoder=3Dyes=0A= rawvideo_decoder=3Dyes=0A= mpeg4_decoder=3Dyes=0A= adpcm_4xm_encoder=3Dyes=0A= pcm_mulaw_encoder=3Dyes=0A= huffyuv_encoder=3Dyes=0A= source_path_used=3Dno=0A= mandir=3D'${PREFIX}/man'=0A= rtp_protocol_deps=3Dudp_protocol=0A= png_encoder_deps=3Dzlib=0A= ARCH=3Di386=0A= tcp_protocol=3Dyes=0A= pipe_protocol=3Dyes=0A= mpjpeg_muxer=3Dyes=0A= gif_muxer=3Dyes=0A= aiff_muxer=3Dyes=0A= pcm_s8_decoder=3Dyes=0A= wnv1_decoder=3Dyes=0A= wmv2_decoder=3Dyes=0A= nuv_decoder=3Dyes=0A= msmpeg4v1_decoder=3Dyes=0A= cpu=3Dgeneric=0A= cross_prefix=3D=0A= flashsv_encoder_deps=3Dzlib=0A= OPSYS=3DFreeBSD=0A= remove_extradata_bsf=3Dyes=0A= libnut_demuxer=3Dyes=0A= mpeg1system_muxer=3Dyes=0A= adpcm_thp_decoder=3Dyes=0A= adpcm_ct_decoder=3Dyes=0A= wmv3_decoder=3Dyes=0A= msmpeg4v2_decoder=3Dyes=0A= kmvc_decoder=3Dyes=0A= h263i_decoder=3Dyes=0A= ffvhuff_decoder=3Dyes=0A= dsicinvideo_decoder=3Dyes=0A= ipv6=3Dyes=0A= SSH_CLIENT=3D'74.77.139.254 33114 22'=0A= USER=3Droot=0A= MAIL=3D/var/mail/root=0A= imx_dump_header_bsf=3Dyes=0A= thp_demuxer=3Dyes=0A= fourxm_demuxer=3Dyes=0A= h261_muxer=3Dyes=0A= framecrc_muxer=3Dyes=0A= flv_muxer=3Dyes=0A= flac_muxer=3Dyes=0A= pcm_u8_decoder=3Dyes=0A= wavpack_decoder=3Dyes=0A= tta_decoder=3Dyes=0A= sonic_decoder=3Dyes=0A= msmpeg4v3_decoder=3Dyes=0A= mmvideo_decoder=3Dyes=0A= jpegls_decoder=3Dyes=0A= adpcm_ima_qt_encoder=3Dyes=0A= pcm_s24daud_encoder=3Dyes=0A= libtheora_encoder=3Dyes=0A= network=3Dyes=0A= ffserver=3Dyes=0A= video_grab_v4l_demuxer_deps=3Dv4l=0A= mp3_demuxer_deps=3Dmpegaudio_parser=0A= libx264_encoder_deps=3Dlibx264=0A= CXXFLAGS=3D' -O -pipe -O2'=0A= WITH_FAAC=3D1=0A= ac3_demuxer=3Dyes=0A= pcm_s16be_muxer=3Dyes=0A= mpeg2vob_muxer=3Dyes=0A= au_muxer=3Dyes=0A= adpcm_xa_decoder=3Dyes=0A= LIB_INSTALL_EXTRA_CMD=3D'$(RANLIB) "$(libdir)/$(LIB)"'=0A= SLIBNAME=3D'$(SLIBPREF)$(NAME)$(SLIBSUF)'=0A= LDCONFIG=3Dldconfig=0A= video_grab_bktr_demuxer_deps=3Dbktr=0A= x86=3Dyes=0A= dxa_demuxer=3Dyes=0A= h263_muxer=3Dyes=0A= alac_decoder=3Dyes=0A= xl_decoder=3Dyes=0A= theora_decoder=3Dyes=0A= optimize=3Dyes=0A= libgsm_decoder_deps=3Dlibgsm=0A= libfaac_encoder_deps=3Dlibfaac=0A= INSTALL_SCRIPT=3D'install -c -o root -g wheel -m 555'=0A= SHLVL=3D1=0A= x86_32=3Dyes=0A= action=3Denable=0A= pcm_u16be_muxer=3Dyes=0A= mjpeg_muxer=3Dyes=0A= h264_muxer=3Dyes=0A= adpcm_swf_decoder=3Dyes=0A= imc_decoder=3Dyes=0A= thp_decoder=3Dyes=0A= targa_decoder=3Dyes=0A= fourxm_decoder=3Dyes=0A= libgsm_ms_encoder=3Dyes=0A= snow_encoder=3Dyes=0A= zlib=3Dyes=0A= ARCH_EXT_LIST=3D'=0A= altivec=0A= armv5te=0A= armv6=0A= iwmmxt=0A= mmi=0A= mmx=0A= ssse3=0A= '=0A= OLDPWD=3D/usr/ports/multimedia/ffmpeg=0A= HOME=3D/root=0A= txd_demuxer=3Dyes=0A= smacker_demuxer=3Dyes=0A= mxf_demuxer=3Dyes=0A= gif_demuxer=3Dyes=0A= aiff_demuxer=3Dyes=0A= PARSER_LIST=3D'aac_parser=0A= ac3_parser=0A= cavsvideo_parser=0A= dca_parser=0A= dvbsub_parser=0A= dvdsub_parser=0A= h261_parser=0A= h263_parser=0A= h264_parser=0A= mjpeg_parser=0A= mpeg4video_parser=0A= mpegaudio_parser=0A= mpegvideo_parser=0A= pnm_parser=0A= vc1_parser'=0A= SLIBNAME_WITH_VERSION=3D'$(SLIBNAME).$(LIBVERSION)'=0A= mpegaudio_hp=3Dyes=0A= memalign_hack=3Dyes=0A= SSH_TTY=3D/dev/ttyp1=0A= http_protocol=3Dyes=0A= wsvqa_demuxer=3Dyes=0A= vc1_demuxer=3Dyes=0A= wav_muxer=3Dyes=0A= pcm_alaw_muxer=3Dyes=0A= mov_muxer=3Dyes=0A= audio_muxer=3Dyes=0A= zlib_decoder=3Dyes=0A= vcr1_decoder=3Dyes=0A= dxa_decoder=3Dyes=0A= adpcm_ima_ws_encoder=3Dyes=0A= libmp3lame_encoder=3Dyes=0A= ljpeg_encoder=3Dyes=0A= EXESUF=3D=0A= ar=3Dar=0A= v4l2_demuxer_deps=3Dv4l2=0A= libamr_wb_encoder_deps=3Dlibamr_wb=0A= libvorbis=3Dyes=0A= LDFLAGS=3D' -L/usr/local/lib -la52'=0A= opt=3Dx86_32=0A= x11_grab_device_demuxer=3Dyes=0A= h261_demuxer=3Dyes=0A= flv_demuxer=3Dyes=0A= flac_demuxer=3Dyes=0A= avs_demuxer=3Dyes=0A= rpza_decoder=3Dyes=0A= DEMUXER_LIST=3D'aac_demuxer=0A= ac3_demuxer=0A= aiff_demuxer=0A= amr_demuxer=0A= apc_demuxer=0A= asf_demuxer=0A= au_demuxer=0A= audio_demuxer=0A= avi_demuxer=0A= avs_demuxer=0A= bethsoftvid_demuxer=0A= c93_demuxer=0A= daud_demuxer=0A= dc1394_demuxer=0A= dsicin_demuxer=0A= dts_demuxer=0A= dv_demuxer=0A= dv1394_demuxer=0A= dxa_demuxer=0A= ea_demuxer=0A= ffm_demuxer=0A= flac_demuxer=0A= flic_demuxer=0A= flv_demuxer=0A= fourxm_demuxer=0A= gif_demuxer=0A= gxf_demuxer=0A= h261_demuxer=0A= h263_demuxer=0A= h264_demuxer=0A= idcin_demuxer=0A= image2_demuxer=0A= image2pipe_demuxer=0A= ingenient_demuxer=0A= ipmovie_demuxer=0A= libnut_demuxer=0A= m4v_demuxer=0A= matroska_demuxer=0A= mjpeg_demuxer=0A= mm_demuxer=0A= mmf_demuxer=0A= mov_demuxer=0A= mp3_demuxer=0A= mpc_demuxer=0A= mpegps_demuxer=0A= mpegts_demuxer=0A= mpegtsraw_demuxer=0A= mpegvideo_demuxer=0A= mtv_demuxer=0A= mxf_demuxer=0A= nsv_demuxer=0A= nut_demuxer=0A= nuv_demuxer=0A= ogg_demuxer=0A= pcm_alaw_demuxer=0A= pcm_mulaw_demuxer=0A= pcm_s16be_demuxer=0A= pcm_s16le_demuxer=0A= pcm_s8_demuxer=0A= pcm_u16be_demuxer=0A= pcm_u16le_demuxer=0A= pcm_u8_demuxer=0A= rawvideo_demuxer=0A= rm_demuxer=0A= roq_demuxer=0A= redir_demuxer=0A= rtsp_demuxer=0A= sdp_demuxer=0A= segafilm_demuxer=0A= shorten_demuxer=0A= smacker_demuxer=0A= sol_demuxer=0A= str_demuxer=0A= swf_demuxer=0A= thp_demuxer=0A= tiertexseq_demuxer=0A= tta_demuxer=0A= txd_demuxer=0A= v4l2_demuxer=0A= vc1_demuxer=0A= video_grab_bktr_demuxer=0A= video_grab_v4l_demuxer=0A= vmd_demuxer=0A= voc_demuxer=0A= wav_demuxer=0A= wc3_demuxer=0A= wsaud_demuxer=0A= wsvqa_demuxer=0A= wv_demuxer=0A= x11_grab_device_demuxer=0A= yuv4mpegpipe_demuxer'=0A= BSF_LIST=3D'dump_extradata_bsf=0A= remove_extradata_bsf=0A= noise_bsf=0A= mp3_header_compress_bsf=0A= mp3_header_decompress_bsf=0A= mjpega_dump_header_bsf=0A= imx_dump_header_bsf'=0A= logfile=3Dconfig.err=0A= zmbv_encoder_deps=3Dzlib=0A= mjpega_dump_header_bsf=3Dyes=0A= pcm_s16be_demuxer=3Dyes=0A= dsicin_demuxer=3Dyes=0A= au_demuxer=3Dyes=0A= roq_muxer=3Dyes=0A= adpcm_g726_decoder=3Dyes=0A= txd_decoder=3Dyes=0A= smacker_decoder=3Dyes=0A= rv10_decoder=3Dyes=0A= mdec_decoder=3Dyes=0A= gif_decoder=3Dyes=0A= cscd_decoder=3Dyes=0A= wmv1_encoder=3Dyes=0A= rawvideo_encoder=3Dyes=0A= mpeg4_encoder=3Dyes=0A= CONFIG_LIST=3D'=0A= encoders=0A= decoders=0A= parsers=0A= bsfs=0A= muxers=0A= demuxers=0A= audio_beos=0A= audio_oss=0A= avisynth=0A= beos_netserver=0A= bktr=0A= dc1394=0A= dv1394=0A= ffmpeg=0A= ffplay=0A= ffserver=0A= gpl=0A= gprof=0A= ipv6=0A= liba52=0A= liba52bin=0A= libamr=0A= libamr_nb=0A= libamr_wb=0A= libfaac=0A= libfaad=0A= libfaadbin=0A= libgsm=0A= libmp3lame=0A= libnut=0A= libogg=0A= libtheora=0A= libvorbis=0A= libx264=0A= libxvid=0A= memalign_hack=0A= mpegaudio_hp=0A= network=0A= powerpc_perf=0A= pp=0A= protocols=0A= small=0A= swscaler=0A= vhook=0A= v4l=0A= v4l2=0A= x11grab=0A= zlib=0A= '=0A= PS1=3D'# '=0A= OPTIND=3D1=0A= mm_demuxer=3Dyes=0A= h263_demuxer=3Dyes=0A= aac_demuxer=3Dyes=0A= adpcm_ms_decoder=3Dyes=0A= pcm_s32be_decoder=3Dyes=0A= libvorbis_decoder=3Dyes=0A= vc1_decoder=3Dyes=0A= rv20_decoder=3Dyes=0A= pcm_s8_encoder=3Dyes=0A= wmv2_encoder=3Dyes=0A= msmpeg4v1_encoder=3Dyes=0A= value=3Dyes=0A= altivec_deps=3Dpowerpc=0A= PS2=3D'> '=0A= osextralibs=3D-lm=0A= pcm_u16be_demuxer=3Dyes=0A= mpegvideo_demuxer=3Dyes=0A= mjpeg_demuxer=3Dyes=0A= h264_demuxer=3Dyes=0A= tg2_muxer=3Dyes=0A= rm_muxer=3Dyes=0A= null_muxer=3Dyes=0A= ac3_parser=3Dyes=0A= pcm_s24be_decoder=3Dyes=0A= libamr_nb_decoder=3Dyes=0A= flac_decoder=3Dyes=0A= mszh_decoder=3Dyes=0A= h261_decoder=3Dyes=0A= flv_decoder=3Dyes=0A= avs_decoder=3Dyes=0A= aasc_decoder=3Dyes=0A= adpcm_ct_encoder=3Dyes=0A= msmpeg4v2_encoder=3Dyes=0A= ffvhuff_encoder=3Dyes=0A= DECODER_LIST=3D'aasc_decoder=0A= asv1_decoder=0A= asv2_decoder=0A= avs_decoder=0A= bethsoftvid_decoder=0A= bmp_decoder=0A= c93_decoder=0A= cavs_decoder=0A= cinepak_decoder=0A= cljr_decoder=0A= cscd_decoder=0A= cyuv_decoder=0A= dnxhd_decoder=0A= dsicinvideo_decoder=0A= dvvideo_decoder=0A= dxa_decoder=0A= eightbps_decoder=0A= ffv1_decoder=0A= ffvhuff_decoder=0A= flashsv_decoder=0A= flic_decoder=0A= flv_decoder=0A= fourxm_decoder=0A= fraps_decoder=0A= gif_decoder=0A= h261_decoder=0A= h263_decoder=0A= h263i_decoder=0A= h264_decoder=0A= huffyuv_decoder=0A= idcin_decoder=0A= indeo2_decoder=0A= indeo3_decoder=0A= interplay_video_decoder=0A= jpegls_decoder=0A= kmvc_decoder=0A= loco_decoder=0A= mdec_decoder=0A= mjpeg_decoder=0A= mjpegb_decoder=0A= mmvideo_decoder=0A= mpeg_xvmc_decoder=0A= mpeg1video_decoder=0A= mpeg2video_decoder=0A= mpeg4_decoder=0A= mpegvideo_decoder=0A= msmpeg4v1_decoder=0A= msmpeg4v2_decoder=0A= msmpeg4v3_decoder=0A= msrle_decoder=0A= msvideo1_decoder=0A= mszh_decoder=0A= nuv_decoder=0A= png_decoder=0A= ptx_decoder=0A= qdraw_decoder=0A= qpeg_decoder=0A= qtrle_decoder=0A= rawvideo_decoder=0A= roq_decoder=0A= rpza_decoder=0A= rv10_decoder=0A= rv20_decoder=0A= sgi_decoder=0A= smacker_decoder=0A= smc_decoder=0A= snow_decoder=0A= sp5x_decoder=0A= svq1_decoder=0A= svq3_decoder=0A= targa_decoder=0A= theora_decoder=0A= thp_decoder=0A= tiertexseqvideo_decoder=0A= tiff_decoder=0A= truemotion1_decoder=0A= truemotion2_decoder=0A= tscc_decoder=0A= txd_decoder=0A= ulti_decoder=0A= vc1_decoder=0A= vcr1_decoder=0A= vmdvideo_decoder=0A= vmnc_decoder=0A= vp3_decoder=0A= vp5_decoder=0A= vp6_decoder=0A= vp6f_decoder=0A= vqa_decoder=0A= wmv1_decoder=0A= wmv2_decoder=0A= wmv3_decoder=0A= wnv1_decoder=0A= xan_wc3_decoder=0A= xl_decoder=0A= zlib_decoder=0A= zmbv_decoder=0A= mpeg4aac_decoder=0A= alac_decoder=0A= atrac3_decoder=0A= cook_decoder=0A= dca_decoder=0A= dsicinaudio_decoder=0A= flac_decoder=0A= imc_decoder=0A= libamr_nb_decoder=0A= libamr_wb_decoder=0A= liba52_decoder=0A= libfaad_decoder=0A= libgsm_decoder=0A= libgsm_ms_decoder=0A= libvorbis_decoder=0A= mace3_decoder=0A= mace6_decoder=0A= mp2_decoder=0A= mp3_decoder=0A= mp3adu_decoder=0A= mp3on4_decoder=0A= mpc7_decoder=0A= qdm2_decoder=0A= ra_144_decoder=0A= ra_288_decoder=0A= shorten_decoder=0A= smackaud_decoder=0A= sonic_decoder=0A= truespeech_decoder=0A= tta_decoder=0A= vmdaudio_decoder=0A= vorbis_decoder=0A= wavpack_decoder=0A= wmav1_decoder=0A= wmav2_decoder=0A= ws_snd1_decoder=0A= pcm_alaw_decoder=0A= pcm_mulaw_decoder=0A= pcm_s8_decoder=0A= pcm_s16be_decoder=0A= pcm_s16le_decoder=0A= pcm_s24be_decoder=0A= pcm_s24daud_decoder=0A= pcm_s24le_decoder=0A= pcm_s32be_decoder=0A= pcm_s32le_decoder=0A= pcm_u8_decoder=0A= pcm_u16be_decoder=0A= pcm_u16le_decoder=0A= pcm_u24be_decoder=0A= pcm_u24le_decoder=0A= pcm_u32be_decoder=0A= pcm_u32le_decoder=0A= interplay_dpcm_decoder=0A= roq_dpcm_decoder=0A= sol_dpcm_decoder=0A= xan_dpcm_decoder=0A= adpcm_4xm_decoder=0A= adpcm_adx_decoder=0A= adpcm_ct_decoder=0A= adpcm_ea_decoder=0A= adpcm_g726_decoder=0A= adpcm_ima_dk3_decoder=0A= adpcm_ima_dk4_decoder=0A= adpcm_ima_qt_decoder=0A= adpcm_ima_smjpeg_decoder=0A= adpcm_ima_wav_decoder=0A= adpcm_ima_ws_decoder=0A= adpcm_ms_decoder=0A= adpcm_sbpro_2_decoder=0A= adpcm_sbpro_3_decoder=0A= adpcm_sbpro_4_decoder=0A= adpcm_swf_decoder=0A= adpcm_thp_decoder=0A= adpcm_xa_decoder=0A= adpcm_yamaha_decoder=0A= dvbsub_decoder=0A= dvdsub_decoder'=0A= ffplay=3Dno=0A= incdir=3D'${PREFIX}/include/ffmpeg'=0A= libnut_muxer_deps=3Dlibnut=0A= libgsm_ms_decoder_deps=3Dlibgsm=0A= pcm_u32be_decoder=3Dyes=0A= pcm_s16be_decoder=3Dyes=0A= truespeech_decoder=3Dyes=0A= qdraw_decoder=3Dyes=0A= png_decoder=3Dyes=0A= cyuv_decoder=3Dyes=0A= pcm_u8_encoder=3Dyes=0A= sonic_encoder=3Dyes=0A= msmpeg4v3_encoder=3Dyes=0A= jpegls_encoder=3Dyes=0A= debug=3Dno=0A= make=3Dgmake=0A= ssse3_deps=3Dx86=0A= E1=3D0=0A= INSTALL_DATA=3D'install -c -o root -g wheel -m 444'=0A= mp3_header_compress_bsf=3Dyes=0A= wav_demuxer=3Dyes=0A= pcm_alaw_demuxer=3Dyes=0A= mov_demuxer=3Dyes=0A= idcin_demuxer=3Dyes=0A= audio_demuxer=3Dyes=0A= rtp_muxer=3Dyes=0A= pcm_s16le_muxer=3Dyes=0A= mpegts_muxer=3Dyes=0A= adpcm_sbpro_2_decoder=3Dyes=0A= pcm_u24be_decoder=3Dyes=0A= vp6f_decoder=3Dyes=0A= truemotion1_decoder=3Dyes=0A= svq1_decoder=3Dyes=0A= loco_decoder=3Dyes=0A= h263_decoder=3Dyes=0A= flashsv_decoder=3Dyes=0A= adpcm_xa_encoder=3Dyes=0A= FFLDFLAGS=3D=0A= shared=3Dyes=0A= bktr=3Dyes=0A= cross_compile=3Dno=0A= logging=3Dyes=0A= TMPC=3D/tmp/ffmpeg-conf--69027-.c=0A= dv1394_demuxer_deps=3Ddv1394=0A= libxvid_encoder_deps=3Dlibxvid=0A= armv5te_deps=3Darmv4l=0A= E2=3D2=0A= mmx=3Dno=0A= image2_muxer=3Dyes=0A= mpegaudio_parser=3Dyes=0A= adpcm_sbpro_3_decoder=3Dyes=0A= pcm_u16be_decoder=3Dyes=0A= mpc7_decoder=3Dyes=0A= truemotion2_decoder=3Dyes=0A= mpegvideo_decoder=3Dyes=0A= mjpeg_decoder=3Dyes=0A= h264_decoder=3Dyes=0A= eightbps_decoder=3Dyes=0A= dvvideo_decoder=3Dyes=0A= SHFLAGS=3D'-shared -Wl,-soname,$@'=0A= libgsm_encoder_deps=3Dlibgsm=0A= LOGNAME=3Droot=0A= OSREL=3D4.9=0A= libogg=3Dyes=0A= libfaac=3Dyes=0A= liba52=3Dyes=0A= extralibs=3D' -pthread -lm'=0A= roq_demuxer=3Dyes=0A= mpegps_demuxer=3Dyes=0A= pcm_u16le_muxer=3Dyes=0A= mpeg1video_muxer=3Dyes=0A= image2pipe_muxer=3Dyes=0A= gxf_muxer=3Dyes=0A= vc1_parser=3Dyes=0A= adpcm_sbpro_4_decoder=3Dyes=0A= vorbis_decoder=3Dyes=0A= svq3_decoder=3Dyes=0A= qpeg_decoder=3Dyes=0A= ffv1_decoder=3Dyes=0A= cinepak_decoder=3Dyes=0A= adpcm_swf_encoder=3Dyes=0A= targa_encoder=3Dyes=0A= pam_encoder=3Dyes=0A= PROTOCOL_LIST=3D'file_protocol=0A= http_protocol=0A= pipe_protocol=0A= rtp_protocol=0A= tcp_protocol=0A= udp_protocol'=0A= MUXER_LIST=3D'ac3_muxer=0A= adts_muxer=0A= aiff_muxer=0A= amr_muxer=0A= asf_muxer=0A= asf_stream_muxer=0A= au_muxer=0A= audio_muxer=0A= avi_muxer=0A= crc_muxer=0A= dv_muxer=0A= ffm_muxer=0A= flac_muxer=0A= flv_muxer=0A= framecrc_muxer=0A= gif_muxer=0A= gxf_muxer=0A= h261_muxer=0A= h263_muxer=0A= h264_muxer=0A= image2_muxer=0A= image2pipe_muxer=0A= libnut_muxer=0A= m4v_muxer=0A= mjpeg_muxer=0A= mmf_muxer=0A= mov_muxer=0A= mp2_muxer=0A= mp3_muxer=0A= mp4_muxer=0A= mpeg1system_muxer=0A= mpeg1vcd_muxer=0A= mpeg1video_muxer=0A= mpeg2dvd_muxer=0A= mpeg2svcd_muxer=0A= mpeg2video_muxer=0A= mpeg2vob_muxer=0A= mpegts_muxer=0A= mpjpeg_muxer=0A= null_muxer=0A= ogg_muxer=0A= pcm_alaw_muxer=0A= pcm_mulaw_muxer=0A= pcm_s16be_muxer=0A= pcm_s16le_muxer=0A= pcm_s8_muxer=0A= pcm_u16be_muxer=0A= pcm_u16le_muxer=0A= pcm_u8_muxer=0A= psp_muxer=0A= rawvideo_muxer=0A= rm_muxer=0A= roq_muxer=0A= rtp_muxer=0A= swf_muxer=0A= tg2_muxer=0A= tgp_muxer=0A= voc_muxer=0A= wav_muxer=0A= yuv4mpegpipe_muxer'=0A= SLIBPREF=3Dlib=0A= LIBPREF=3Dlib=0A= arch=3Dx86_32=0A= bindir=3D'${PREFIX}/bin'=0A= TMPE=3D/tmp/ffmpeg-conf--69027-=0A= wmv1_decoder_deps=3Dh263_decoder=0A= mpeg4_decoder_deps=3Dh263_decoder=0A= mmi_deps=3Dmips=0A= THREADS_LIST=3D'=0A= beosthreads=0A= pthreads=0A= w32threads=0A= '=0A= _=3D/usr/bin/make=0A= libfaad=3Dyes=0A= liba52bin=3Dyes=0A= redir_demuxer=3Dyes=0A= flic_demuxer=3Dyes=0A= mpeg2video_muxer=3Dyes=0A= dv_muxer=3Dyes=0A= crc_muxer=3Dyes=0A= h261_parser=3Dyes=0A= pcm_alaw_decoder=3Dyes=0A= vmdaudio_decoder=3Dyes=0A= idcin_decoder=3Dyes=0A= bmp_decoder=3Dyes=0A= ac3_encoder=3Dyes=0A= pbm_encoder=3Dyes=0A= FFSERVERLDFLAGS=3D-Wl,-E=0A= tcp_protocol_deps=3Dnetwork=0A= wmv2_decoder_deps=3Dh263_decoder=0A= msmpeg4v1_decoder_deps=3Dh263_decoder=0A= CMDLINE_SELECT=3D'=0A= =0A= altivec=0A= armv5te=0A= armv6=0A= iwmmxt=0A= mmi=0A= mmx=0A= ssse3=0A= =0A= =0A= encoders=0A= decoders=0A= parsers=0A= bsfs=0A= muxers=0A= demuxers=0A= audio_beos=0A= audio_oss=0A= avisynth=0A= beos_netserver=0A= bktr=0A= dc1394=0A= dv1394=0A= ffmpeg=0A= ffplay=0A= ffserver=0A= gpl=0A= gprof=0A= ipv6=0A= liba52=0A= liba52bin=0A= libamr=0A= libamr_nb=0A= libamr_wb=0A= libfaac=0A= libfaad=0A= libfaadbin=0A= libgsm=0A= libmp3lame=0A= libnut=0A= libogg=0A= libtheora=0A= libvorbis=0A= libx264=0A= libxvid=0A= memalign_hack=0A= mpegaudio_hp=0A= network=0A= powerpc_perf=0A= pp=0A= protocols=0A= small=0A= swscaler=0A= vhook=0A= v4l=0A= v4l2=0A= x11grab=0A= zlib=0A= =0A= =0A= beosthreads=0A= pthreads=0A= w32threads=0A= =0A= debug=0A= extra_warnings=0A= shared=0A= static=0A= '=0A= libfaadbin=3Dyes=0A= rtsp_demuxer=3Dyes=0A= rm_demuxer=3Dyes=0A= dc1394_demuxer=3Dyes=0A= psp_muxer=3Dyes=0A= liba52_decoder=3Dyes=0A= zlib_encoder=3Dyes=0A= source_path=3D/usr/ports/multimedia/ffmpeg/work/ffmpeg-2007-07-12=0A= libdir=3D'${PREFIX}/lib'=0A= libnut_demuxer_deps=3Dlibnut=0A= audio_muxer_deps_any=3D'audio_oss audio_beos'=0A= wmv3_decoder_deps=3Dh263_decoder=0A= msmpeg4v2_decoder_deps=3Dh263_decoder=0A= h263i_decoder_deps=3Dh263_decoder=0A= TERM=3Dxterm=0A= BLOCKSIZE=3DK=0A= udp_protocol=3Dyes=0A= mtv_demuxer=3Dyes=0A= ea_demuxer=3Dyes=0A= dts_demuxer=3Dyes=0A= ogg_muxer=3Dyes=0A= mp2_muxer=3Dyes=0A= h263_parser=3Dyes=0A= aac_parser=3Dyes=0A= wmav1_decoder=3Dyes=0A= mace3_decoder=3Dyes=0A= libfaad_decoder=3Dyes=0A= ulti_decoder=3Dyes=0A= sp5x_decoder=3Dyes=0A= roq_decoder=3Dyes=0A= msvideo1_decoder=3Dyes=0A= sonic_ls_encoder=3Dyes=0A= h263p_encoder=3Dyes=0A= TMPH=3D/tmp/ffmpeg-conf--69027-.h=0A= ffserver_deps=3D'muxers rtp_protocol'=0A= libtheora_encoder_deps=3Dlibtheora=0A= msmpeg4v3_decoder_deps=3Dh263_decoder=0A= optval=3D--enable-libvorbis=0A= mp3_header_decompress_bsf=3Dyes=0A= pcm_s16le_demuxer=3Dyes=0A= mpegts_demuxer=3Dyes=0A= pcm_mulaw_muxer=3Dyes=0A= mp3_muxer=3Dyes=0A= mpegvideo_parser=3Dyes=0A= mjpeg_parser=3Dyes=0A= h264_parser=3Dyes=0A= cavsvideo_parser=3Dyes=0A= adpcm_ima_wav_decoder=3Dyes=0A= adpcm_ima_smjpeg_decoder=3Dyes=0A= wmav2_decoder=3Dyes=0A= mpeg4aac_decoder=3Dyes=0A= smc_decoder=3Dyes=0A= sgi_decoder=3Dyes=0A= interplay_video_decoder=3Dyes=0A= flic_decoder=3Dyes=0A= adpcm_g726_encoder=3Dyes=0A= rv10_encoder=3Dyes=0A= gif_encoder=3Dyes=0A= protocols=3Dyes=0A= ac3_demuxer_deps=3Dac3_parser=0A= noise_bsf=3Dyes=0A= sdp_demuxer=3Dyes=0A= image2_demuxer=3Dyes=0A= mp4_muxer=3Dyes=0A= pcm_s32le_decoder=3Dyes=0A= libamr_wb_decoder=3Dyes=0A= tiff_decoder=3Dyes=0A= mpeg_xvmc_decoder=3Dyes=0A= adpcm_ms_encoder=3Dyes=0A= pcm_s32be_encoder=3Dyes=0A= libvorbis_encoder=3Dyes=0A= rv20_encoder=3Dyes=0A= vhook=3Ddefault=0A= gpl=3Dyes=0A= v4l=3Dyes=0A= ARCH_LIST=3D'=0A= alpha=0A= armv4l=0A= bfin=0A= ia64=0A= m68k=0A= mips=0A= parisc=0A= powerpc=0A= s390=0A= sh4=0A= sparc=0A= sparc64=0A= x86=0A= x86_32=0A= x86_64=0A= '=0A= PPID=3D69026=0A= PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/loca= l/bin:/usr/X11R6/bin:/root/bin=0A= file_protocol=3Dyes=0A= pcm_u16le_demuxer=3Dyes=0A= ipmovie_demuxer=3Dyes=0A= image2pipe_demuxer=3Dyes=0A= gxf_demuxer=3Dyes=0A= adpcm_yamaha_decoder=3Dyes=0A= adpcm_ima_dk3_decoder=3Dyes=0A= interplay_dpcm_decoder=3Dyes=0A= pcm_s24le_decoder=3Dyes=0A= mace6_decoder=3Dyes=0A= atrac3_decoder=3Dyes=0A= zmbv_decoder=3Dyes=0A= vmdvideo_decoder=3Dyes=0A= qtrle_decoder=3Dyes=0A= asv1_decoder=3Dyes=0A= pcm_s24be_encoder=3Dyes=0A= libamr_nb_encoder=3Dyes=0A= flac_encoder=3Dyes=0A= pgm_encoder=3Dyes=0A= h261_encoder=3Dyes=0A= flv_encoder=3Dyes=0A= audio_oss=3Dyes=0A= asmalign_pot=3Dunknown=0A= libgsm_ms_encoder_deps=3Dlibgsm=0A= HAVE_LIST=3D'=0A= =0A= altivec=0A= armv5te=0A= armv6=0A= iwmmxt=0A= mmi=0A= mmx=0A= ssse3=0A= =0A= =0A= beosthreads=0A= pthreads=0A= w32threads=0A= =0A= altivec_h=0A= arpa_inet_h=0A= byteswap_h=0A= cmov=0A= conio_h=0A= dcbzl=0A= dev_bktr_ioctl_bt848_h=0A= dev_bktr_ioctl_meteor_h=0A= dev_ic_bt8xx_h=0A= dev_video_meteor_ioctl_meteor_h=0A= dev_video_bktr_ioctl_bt848_h=0A= dlfcn_h=0A= dlopen=0A= ebp_available=0A= ebx_available=0A= fast_64bit=0A= fast_cmov=0A= fast_unaligned=0A= fork=0A= freetype2=0A= imlib2=0A= inet_aton=0A= lrintf=0A= machine_ioctl_bt848_h=0A= machine_ioctl_meteor_h=0A= malloc_h=0A= memalign=0A= mkstemp=0A= mlib=0A= ppc64=0A= sdl=0A= sdl_video_size=0A= soundcard_h=0A= sys_poll_h=0A= sys_soundcard_h=0A= termios_h=0A= threads=0A= '=0A= CFLAGS=3D'-O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread'=0A= option=3Dlibvorbis=0A= rtp_protocol=3Dyes=0A= dv_demuxer=3Dyes=0A= bethsoftvid_demuxer=3Dyes=0A= adts_muxer=3Dyes=0A= adpcm_ima_dk4_decoder=3Dyes=0A= pcm_u32le_decoder=3Dyes=0A= pcm_s16le_decoder=3Dyes=0A= ra_144_decoder=3Dyes=0A= asv2_decoder=3Dyes=0A= pcm_u32be_encoder=3Dyes=0A= pcm_s16be_encoder=3Dyes=0A= png_encoder=3Dyes=0A= FFMPEG_CONFIGURATION=3D'--cc=3Dcc --prefix=3D/usr/local --make=3Dgmake = --disable-debug --enable-memalign-hack --enable-shared --enable-pp = --extra-cflags=3D-I/usr/local/include/vorbis -I/usr/local/include = --extra-ldflags=3D-L/usr/local/lib -la52 --extra-libs=3D-pthread = --enable-gpl --enable-pthreads --enable-liba52 --enable-liba52bin = --enable-libfaac --enable-libfaad --enable-libfaadbin --disable-mmx = --enable-libmp3lame --enable-libogg --disable-ffplay --enable-libtheora = --enable-libvorbis'=0A= strip=3Dstrip=0A= WITH_LAME=3D1=0A= SYSTEMVERSION=3D=0A= daud_demuxer=3Dyes=0A= swf_muxer=3Dyes=0A= pnm_parser=3Dyes=0A= adpcm_ea_decoder=3Dyes=0A= pcm_u24le_decoder=3Dyes=0A= tiertexseqvideo_decoder=3Dyes=0A= cljr_decoder=3Dyes=0A= adpcm_sbpro_2_encoder=3Dyes=0A= pcm_u24be_encoder=3Dyes=0A= svq1_encoder=3Dyes=0A= h263_encoder=3Dyes=0A= flashsv_encoder=3Dyes=0A= BUILDSUF=3D=0A= TMPDIR1=3D/tmp=0A= http_protocol_deps=3Dnetwork=0A= audio_demuxer_deps_any=3D'audio_oss audio_beos'=0A= libmp3lame_encoder_deps=3Dlibmp3lame=0A= dxa_decoder_deps=3Dzlib=0A= LANG=3DC=0A= ogg_demuxer=3Dyes=0A= voc_muxer=3Dyes=0A= dvbsub_decoder=3Dyes=0A= pcm_u16le_decoder=3Dyes=0A= cook_decoder=3Dyes=0A= vmnc_decoder=3Dyes=0A= tscc_decoder=3Dyes=0A= mpeg1video_decoder=3Dyes=0A= adpcm_sbpro_3_encoder=3Dyes=0A= pcm_u16be_encoder=3Dyes=0A= mjpeg_encoder=3Dyes=0A= dvvideo_encoder=3Dyes=0A= VHOOKSHFLAGS=3D'$(SHFLAGS)'=0A= x11_grab_device_demuxer_deps=3Dx11grab=0A= video_grab_v4l_demuxer=3Dyes=0A= pcm_mulaw_demuxer=3Dyes=0A= mp3_demuxer=3Dyes=0A= apc_demuxer=3Dyes=0A= asf_muxer=3Dyes=0A= adpcm_adx_decoder=3Dyes=0A= dca_decoder=3Dyes=0A= vp3_decoder=3Dyes=0A= mpeg2video_decoder=3Dyes=0A= cavs_decoder=3Dyes=0A= bethsoftvid_decoder=3Dyes=0A= adpcm_sbpro_4_encoder=3Dyes=0A= vorbis_encoder=3Dyes=0A= libx264_encoder=3Dyes=0A= ffv1_encoder=3Dyes=0A= LIBOBJFLAGS=3D=0A= PREFIX=3D/usr/local=0A= TMPO=3D/tmp/ffmpeg-conf--69027-.o=0A= INSTALL=3D'/usr/bin/install -c -o root -g wheel'=0A= OSVERSION=3D490000=0A= fast_unaligned=3Dyes=0A= pp=3Dyes=0A= wc3_demuxer=3Dyes=0A= video_grab_bktr_demuxer=3Dyes=0A= segafilm_demuxer=3Dyes=0A= ingenient_demuxer=3Dyes=0A= m4v_muxer=3Dyes=0A= ffm_muxer=3Dyes=0A= dvdsub_decoder=3Dyes=0A= roq_dpcm_decoder=3Dyes=0A= pcm_alaw_encoder=3Dyes=0A= pgmyuv_encoder=3Dyes=0A= bmp_encoder=3Dyes=0A= LIB=3D'$(LIBPREF)$(NAME)$(LIBSUF)'=0A= cc=3Dcc=0A= libvorbis_decoder_deps=3Dlibvorbis=0A= vc1_decoder_deps=3Dh263_decoder=0A= SHELL=3D/bin/sh=0A= need_memalign=3Dno=0A= sol_demuxer=3Dyes=0A= mp2_decoder=3Dyes=0A= libgsm_decoder=3Dyes=0A= vp5_decoder=3Dyes=0A= libfaac_encoder=3Dyes=0A= ffplay_deps=3Dsdl=0A= libamr_nb_decoder_deps=3Dlibamr_nb=0A= flv_decoder_deps=3Dh263_decoder=0A= CXX=3Dc++=0A= mmf_muxer=3Dyes=0A= adpcm_4xm_decoder=3Dyes=0A= pcm_mulaw_decoder=3Dyes=0A= mp3on4_decoder=3Dyes=0A= mp3_decoder=3Dyes=0A= vp6_decoder=3Dyes=0A= huffyuv_decoder=3Dyes=0A= fraps_decoder=3Dyes=0A= wmav1_encoder=3Dyes=0A= roq_encoder=3Dyes=0A= SLIBNAME_WITH_MAJOR=3D'$(SLIBNAME).$(LIBMAJOR)'=0A= png_decoder_deps=3Dzlib=0A= IFS=3D' =0A= '=0A= libtheora=3Dyes=0A= dump_extradata_bsf=3Dyes=0A= vmd_demuxer=3Dyes=0A= swf_demuxer=3Dyes=0A= rawvideo_muxer=3Dyes=0A= dvbsub_parser=3Dyes=0A= dnxhd_decoder=3Dyes=0A= adpcm_ima_wav_encoder=3Dyes=0A= adpcm_ima_smjpeg_encoder=3Dyes=0A= wmav2_encoder=3Dyes=0A= sgi_encoder=3Dyes=0A= LDLATEFLAGS=3D'-Wl,-rpath-link,\$(BUILD_ROOT)/libavcodec = -Wl,-rpath-link,\$(BUILD_ROOT)/libavformat = -Wl,-rpath-link,\$(BUILD_ROOT)/libavutil'=0A= TMPS=3D/tmp/ffmpeg-conf--69027-.S=0A= rtp_muxer_deps=3D'network mpegts_demuxer'=0A= h263_decoder_deps=3D'h263_parser mpeg4video_parser'=0A= flashsv_decoder_deps=3Dzlib=0A= voc_demuxer=3Dyes=0A= v4l2_demuxer=3Dyes=0A= pcm_s8_muxer=3Dyes=0A= mpeg2svcd_muxer=3Dyes=0A= dca_parser=3Dyes=0A= smackaud_decoder=3Dyes=0A= mp3adu_decoder=3Dyes=0A= msrle_decoder=3Dyes=0A= pcm_s32le_encoder=3Dyes=0A= libamr_wb_encoder=3Dyes=0A= tiff_encoder=3Dyes=0A= ppm_encoder=3Dyes=0A= SLIBSUF=3D.so=0A= LIBSUF=3D.a=0A= static=3Dyes=0A= h264_decoder_deps=3Dh264_parser=0A= mmx_deps=3Dx86=0A= CONFIG_SHELL=3D/bin/sh=0A= tiertexseq_demuxer=3Dyes=0A= asf_demuxer=3Dyes=0A= mpeg1vcd_muxer=3Dyes=0A= avi_muxer=3Dyes=0A= asf_stream_muxer=3Dyes=0A= amr_muxer=3Dyes=0A= dvdsub_parser=3Dyes=0A= adpcm_ima_qt_decoder=3Dyes=0A= pcm_s24daud_decoder=3Dyes=0A= ra_288_decoder=3Dyes=0A= adpcm_yamaha_encoder=3Dyes=0A= adpcm_ima_dk3_encoder=3Dyes=0A= pcm_s24le_encoder=3Dyes=0A= zmbv_encoder=3Dyes=0A= qtrle_encoder=3Dyes=0A= asv1_encoder=3Dyes=0A= v4l2=3Dyes=0A= gxf_muxer_deps=3Dgpl=0A= armv6_deps=3Darmv4l=0A= wsaud_demuxer=3Dyes=0A= m4v_demuxer=3Dyes=0A= ffm_demuxer=3Dyes=0A= yuv4mpegpipe_muxer=3Dyes=0A= pcm_u8_muxer=3Dyes=0A= mpeg4video_parser=3Dyes=0A= adpcm_ima_dk4_encoder=3Dyes=0A= pcm_u32le_encoder=3Dyes=0A= pcm_s16le_encoder=3Dyes=0A= asv2_encoder=3Dyes=0A= var=3Dextralibs=0A= dostrip=3Dyes=0A= redir_demuxer_deps=3Dnetwork=0A= INSTALL_PROGRAM=3D'install -c -s -o root -g wheel -m 555'=0A= PWD=3D/usr/ports/multimedia/ffmpeg/work/ffmpeg-2007-07-12=0A= wv_demuxer=3Dyes=0A= mpeg2dvd_muxer=3Dyes=0A= xan_dpcm_decoder=3Dyes=0A= vqa_decoder=3Dyes=0A= adpcm_ea_encoder=3Dyes=0A= pcm_u24le_encoder=3Dyes=0A= rtsp_demuxer_deps=3D'rtp_protocol rtp_muxer'=0A= dc1394_demuxer_deps=3Ddc1394=0A= liba52_decoder_deps=3Dliba52=0A= iwmmxt_deps=3Darmv4l=0A= SSH_CONNECTION=3D'74.77.139.254 33114 69.50.192.29 22'=0A= libmp3lame=3Dyes=0A= nut_demuxer=3Dyes=0A= nsv_demuxer=3Dyes=0A= mpc_demuxer=3Dyes=0A= mmf_demuxer=3Dyes=0A= matroska_demuxer=3Dyes=0A= c93_demuxer=3Dyes=0A= tgp_muxer=3Dyes=0A= libnut_muxer=3Dyes=0A= ws_snd1_decoder=3Dyes=0A= libgsm_ms_decoder=3Dyes=0A= snow_decoder=3Dyes=0A= mjpegb_decoder=3Dyes=0A= dvbsub_encoder=3Dyes=0A= pcm_u16le_encoder=3Dyes=0A= mpeg1video_encoder=3Dyes=0A= udp_protocol_deps=3Dnetwork=0A= ogg_muxer_deps=3Dlibogg=0A= libfaad_decoder_deps=3Dlibfaad=0A= shorten_demuxer=3Dyes=0A= rawvideo_demuxer=3Dyes=0A= dsicinaudio_decoder=3Dyes=0A= ptx_decoder=3Dyes=0A= indeo2_decoder=3Dyes=0A= adpcm_adx_encoder=3Dyes=0A= mpeg2video_encoder=3Dyes=0A= mpeg4aac_decoder_deps=3Dlibfaad=0A= MAKE=3Dgmake=0A= CC=3Dcc=0A= FTP_PASSIVE_MODE=3DYES=0A= pcm_s8_demuxer=3Dyes=0A= nuv_demuxer=3Dyes=0A= dv1394_demuxer=3Dyes=0A= ac3_muxer=3Dyes=0A= adpcm_ima_ws_decoder=3Dyes=0A= qdm2_decoder=3Dyes=0A= indeo3_decoder=3Dyes=0A= dvdsub_encoder=3Dyes=0A= roq_dpcm_encoder=3Dyes=0A= libxvid_encoder=3Dyes=0A= shlibdir=3D'${PREFIX}/lib'=0A= sdp_demuxer_deps=3Drtsp_demuxer=0A= libvorbis_encoder_deps=3Dlibvorbis=0A= libamr_wb_decoder_deps=3Dlibamr_wb=0A= mpeg_xvmc_decoder_deps=3Dxvmc=0A= pthreads=3Dyes=0A= mpegtsraw_demuxer=3Dyes=0A= avi_demuxer=3Dyes=0A= amr_demuxer=3Dyes=0A= c93_decoder=3Dyes=0A= mp2_encoder=3Dyes=0A= libgsm_encoder=3Dyes=0A= ENCODER_LIST=3D'asv1_encoder=0A= asv2_encoder=0A= bmp_encoder=0A= dvvideo_encoder=0A= ffv1_encoder=0A= ffvhuff_encoder=0A= flashsv_encoder=0A= flv_encoder=0A= gif_encoder=0A= h261_encoder=0A= h263_encoder=0A= h263p_encoder=0A= huffyuv_encoder=0A= jpegls_encoder=0A= libx264_encoder=0A= libxvid_encoder=0A= ljpeg_encoder=0A= mjpeg_encoder=0A= mpeg1video_encoder=0A= mpeg2video_encoder=0A= mpeg4_encoder=0A= msmpeg4v1_encoder=0A= msmpeg4v2_encoder=0A= msmpeg4v3_encoder=0A= pam_encoder=0A= pbm_encoder=0A= pgm_encoder=0A= pgmyuv_encoder=0A= png_encoder=0A= ppm_encoder=0A= qtrle_encoder=0A= rawvideo_encoder=0A= roq_encoder=0A= rv10_encoder=0A= rv20_encoder=0A= sgi_encoder=0A= snow_encoder=0A= svq1_encoder=0A= targa_encoder=0A= tiff_encoder=0A= wmv1_encoder=0A= wmv2_encoder=0A= zlib_encoder=0A= zmbv_encoder=0A= ac3_encoder=0A= flac_encoder=0A= libamr_nb_encoder=0A= libamr_wb_encoder=0A= libfaac_encoder=0A= libgsm_encoder=0A= libgsm_ms_encoder=0A= libmp3lame_encoder=0A= libtheora_encoder=0A= libvorbis_encoder=0A= mp2_encoder=0A= sonic_encoder=0A= sonic_ls_encoder=0A= vorbis_encoder=0A= wmav1_encoder=0A= wmav2_encoder=0A= pcm_alaw_encoder=0A= pcm_mulaw_encoder=0A= pcm_s8_encoder=0A= pcm_s16be_encoder=0A= pcm_s16le_encoder=0A= pcm_s24be_encoder=0A= pcm_s24daud_encoder=0A= pcm_s24le_encoder=0A= pcm_s32be_encoder=0A= pcm_s32le_encoder=0A= pcm_u8_encoder=0A= pcm_u16be_encoder=0A= pcm_u16le_encoder=0A= pcm_u24be_encoder=0A= pcm_u24le_encoder=0A= pcm_u32be_encoder=0A= pcm_u32le_encoder=0A= roq_dpcm_encoder=0A= adpcm_4xm_encoder=0A= adpcm_adx_encoder=0A= adpcm_ct_encoder=0A= adpcm_ea_encoder=0A= adpcm_g726_encoder=0A= adpcm_ima_dk3_encoder=0A= adpcm_ima_dk4_encoder=0A= adpcm_ima_qt_encoder=0A= adpcm_ima_smjpeg_encoder=0A= adpcm_ima_wav_encoder=0A= adpcm_ima_ws_encoder=0A= adpcm_ms_encoder=0A= adpcm_sbpro_2_encoder=0A= adpcm_sbpro_3_encoder=0A= adpcm_sbpro_4_encoder=0A= adpcm_swf_encoder=0A= adpcm_xa_encoder=0A= adpcm_yamaha_encoder=0A= dvbsub_encoder=0A= dvdsub_encoder'=0A= ffmpeg=3Dyes=0A= dv1394=3Dno=0A= targetos=3Dfreebsd=0A= ranlib=3Dranlib=0A= libamr_nb_encoder_deps=3Dlibamr_nb=0A= zmbv_decoder_deps=3Dzlib=0A= check_header faad.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -E -o /tmp/ffmpeg-conf--69027-.o /tmp/ffmpeg-conf--69027-.c=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 #ifndef FAAD2_VERSION=0A= 3 ok faad1=0A= 4 #endif=0A= 5 int main( void ) { return 0; }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -c -o /tmp/ffmpeg-conf--69027-.o /tmp/ffmpeg-conf--69027-.c=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 int main(){=0A= 2 return 0;=0A= 3 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 static void sighandler(int sig){=0A= 3 raise(SIGTERM);=0A= 4 }=0A= 5 int main(){=0A= 6 signal(SIGILL, sighandler);=0A= 7 signal(SIGFPE, sighandler);=0A= 8 signal(SIGSEGV, sighandler);=0A= 9 #ifdef SIGBUS=0A= 10 signal(SIGBUS, sighandler);=0A= 11 #endif=0A= 12 { volatile int i=3D0;=0A= 13 asm volatile (=0A= 14 "xorl %%ebp, %%ebp"=0A= 15 ::: "%ebp");=0A= 16 return i; }=0A= 17 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 int main(){=0A= 2 asm volatile ("":::"%ebx");=0A= 3 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 int main(){=0A= 2 asm volatile ("pabsw %xmm0, %xmm0");=0A= 3 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= {standard input}: Assembler messages:=0A= {standard input}:10: Error: no such instruction: `pabsw %xmm0,%xmm0'=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int main(int argc, char ** argv){=0A= 3 volatile uint32_t i=3D0x01234567;=0A= 4 return (*((uint8_t*)(&i))) =3D=3D 0x67;=0A= 5 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm=0A= check_header stdlib.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func memalign=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int memalign();=0A= 2 int main(){=0A= 3 memalign();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm=0A= /tmp/ffmpeg-conf--69027-.o: In function `main':=0A= /tmp/ffmpeg-conf--69027-.o(.text+0x4): undefined reference to `memalign'=0A= check_header byteswap.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= /tmp/ffmpeg-conf--69027-.c:1: byteswap.h: No such file or directory=0A= check_func mkstemp=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int mkstemp();=0A= 2 int main(){=0A= 3 mkstemp();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm=0A= check_header termios.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_header conio.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= /tmp/ffmpeg-conf--69027-.c:1: conio.h: No such file or directory=0A= check_header arpa/inet.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func inet_aton=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int inet_aton();=0A= 2 int main(){=0A= 3 inet_aton();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm=0A= check_lib zlib.h zlibVersion -lz=0A= check_header zlib.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func zlibVersion=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int zlibVersion();=0A= 2 int main(){=0A= 3 zlibVersion();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz=0A= check_header sys/poll.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func pthread_create=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int pthread_create();=0A= 2 int main(){=0A= 3 pthread_create();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #define _ISOC9X_SOURCE 1=0A= 2 #include =0A= 3 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz=0A= /tmp/ffmpeg-conf--69027-.o: In function `main':=0A= /tmp/ffmpeg-conf--69027-.o(.text+0x13): undefined reference to `lrintf'=0A= check_lib a52dec/a52.h a52_init -la52=0A= check_header a52dec/a52.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func a52_init=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int a52_init();=0A= 2 int main(){=0A= 3 a52_init();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz -la52=0A= check_lib lame/lame.h lame_init -lmp3lame -lm=0A= check_header lame/lame.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func lame_init=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int lame_init();=0A= 2 int main(){=0A= 3 lame_init();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz -la52 -lmp3lame -lm=0A= check_lib theora/theora.h theora_info_init -ltheora -logg=0A= check_header theora/theora.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func theora_info_init=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int theora_info_init();=0A= 2 int main(){=0A= 3 theora_info_init();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz -la52 -lmp3lame -lm -ltheora = -logg=0A= check_lib vorbis/vorbisenc.h vorbis_info_init -lvorbis -lvorbisenc -logg=0A= check_header vorbis/vorbisenc.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func vorbis_info_init=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int vorbis_info_init();=0A= 2 int main(){=0A= 3 vorbis_info_init();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz -la52 -lmp3lame -lm -ltheora = -logg -lvorbis -lvorbisenc -logg=0A= check_lib ogg/ogg.h ogg_sync_init -logg=0A= check_header ogg/ogg.h=0A= check_cpp=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 #include =0A= 2 int x;=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -E -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= check_func ogg_sync_init=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 extern int ogg_sync_init();=0A= 2 int main(){=0A= 3 ogg_sync_init();=0A= 4 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= cc -L/usr/local/lib -la52 -o /tmp/ffmpeg-conf--69027- = /tmp/ffmpeg-conf--69027-.o -pthread -lm -lz -la52 -lmp3lame -lm -ltheora = -logg -lvorbis -lvorbisenc -logg -logg=0A= check_lib2 stdint.h faac.h faacEncGetVersion -lfaac=0A= check_func2 stdint.h faac.h faacEncGetVersion=0A= check_ld=0A= check_cc=0A= BEGIN /tmp/ffmpeg-conf--69027-.c=0A= 1 =0A= 2 #include =0A= 3 #include =0A= 4 int main(){=0A= 5 (void) faacEncGetVersion;=0A= 6 return 0;=0A= 7 }=0A= END /tmp/ffmpeg-conf--69027-.c=0A= cc -O -pipe -O2 -I/usr/local/include/vorbis -I/usr/local/include = -pthread -fomit-frame-pointer -c -o /tmp/ffmpeg-conf--69027-.o = /tmp/ffmpeg-conf--69027-.c=0A= /tmp/ffmpeg-conf--69027-.c:2: stdint.h: No such file or directory=0A= In file included from /tmp/ffmpeg-conf--69027-.c:3:=0A= /usr/local/include/faac.h:39: warning: malformed `#pragma pack'=0A= In file included from /usr/local/include/faac.h:47,=0A= from /tmp/ffmpeg-conf--69027-.c:3:=0A= /usr/local/include/faaccfg.h:48: warning: malformed `#pragma pack'=0A= /usr/local/include/faaccfg.h:120: warning: malformed `#pragma pack'=0A= In file included from /tmp/ffmpeg-conf--69027-.c:3:=0A= /usr/local/include/faac.h:93: warning: malformed `#pragma pack'=0A= ERROR: libfaac not found=0A= ------=_NextPart_000_0000_01C7F52B.B0D338E0 Content-Type: application/octet-stream; name="var-db-pkg" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="var-db-pkg" DarwinStreamingServer-5.5=0A= ImageMagick-6.2.2.1=0A= XFree86-libraries-4.3.0_6=0A= adobe-cmaps-200204=0A= apache+mod_ssl-1.3.28+2.8.15_1=0A= arc-5.21j=0A= autoconf-2.13.000227_5=0A= autoconf-2.59_2=0A= autoconf-2.59_3=0A= autoconf-2.61_2=0A= autoconf-wrapper-20070404=0A= automake-1.4.6_2=0A= automake-1.5_4,1=0A= automake-wrapper-20070404=0A= autorespond-2.0.4=0A= bash-2.05b.007=0A= bison-1.75_2,1=0A= bsdpan-Class-Trigger-0.11=0A= bsdpan-File-Slurp-9999.12=0A= bsdpan-IO-stringy-2.110=0A= bsdpan-Mail-SpamAssassin-3.001000=0A= bsdpan-Mail-SpamAssassin-3.001008=0A= bsdpan-Text-CSV-Simple-1.00=0A= courier-imap-2.1.1,1=0A= curl-7.14.1=0A= cvsup-16.1h=0A= djbfft-0.76_2=0A= expat-1.95.6_1=0A= expat-1.95.8_3=0A= ezm3-1.1=0A= ezmlm-idx-0.40_3=0A= faac-1.25=0A= faad2-2.5,1=0A= fontconfig-2.2.90_3=0A= freetds-0.61_1=0A= freetype2-2.1.4_1=0A= getline-3.9=0A= gettext-0.14.5=0A= ghostscript-gnu-7.07_13=0A= ghostscript-gnu-commfont-7.07=0A= glib-1.2.10_11=0A= glib-2.6.6=0A= gmake-3.80_2=0A= gsfonts-8.11_2=0A= gtk-1.2.10_13=0A= hdf-4.1r5=0A= help2man-1.35.1=0A= htmldoc-1.8.23=0A= id3lib-3.8.3_1=0A= id3v2-0.1.11=0A= imake-4.3.0_1=0A= ispell-3.2.06_3=0A= jasper-1.700.2=0A= jbigkit-1.5=0A= jpeg-6b_1=0A= jpeg2ps-letter-1.9=0A= lame-3.96.1=0A= lcms-1.09,1=0A= lha-1.14i_6=0A= liba52-0.7.4_1=0A= libfpx-1.2.0.9=0A= libgmp-4.1.4_1=0A= libgnugetopt-1.2=0A= libiconv-1.9.1_1=0A= libiodbc-3.52.2=0A= libmpeg2-0.3.1_1=0A= libogg-1.1.3,3=0A= libslang-1.4.9=0A= libtheora-1.0.a7_1=0A= libtool-1.3.5_1=0A= libtool-1.4.3_2=0A= libtool-1.5.20=0A= libtool-1.5.22_4=0A= libvorbis-1.2.0,3=0A= libwmf-0.2.8=0A= libxml2-2.5.11=0A= linux_base-7.1_5=0A= lynx-2.8.4.1d=0A= m4-1.4_1=0A= mc-4.6.1_2=0A= mm-1.3.0=0A= mod_dav-1.0.3=0A= mpeg2codec-1.2_1=0A= mpeg4ip-libmp4v2-1.5.0.1=0A= mysql-client-4.0.15=0A= nasm-0.98.39,1=0A= open-motif-2.2.2_1=0A= p5-Archive-Tar-1.26=0A= p5-Authen-SASL-2.09=0A= p5-Compress-Zlib-1.39=0A= p5-DBI-1.48=0A= p5-Date-Manip-5.44=0A= p5-Digest-1.11=0A= p5-Digest-HMAC-1.01=0A= p5-Digest-MD5-2.33=0A= p5-Digest-SHA1-2.10=0A= p5-ExtUtils-CBuilder-0.13=0A= p5-ExtUtils-ParseXS-2.07=0A= p5-Geography-Countries-1.4=0A= p5-HTML-Parser-3.45=0A= p5-HTML-Strip-1.04=0A= p5-HTML-Tagset-3.04=0A= p5-IO-Socket-INET6-2.51_1=0A= p5-IO-Socket-SSL-0.97=0A= p5-IO-String-1.06=0A= p5-IO-Zlib-1.04_1=0A= p5-IP-Country-2.20=0A= p5-MIME-Base64-3.05=0A= p5-Mail-SPF-Query-1.997=0A= p5-Mail-SpamAssassin-3.1.0=0A= p5-Mail-Tools-1.67=0A= p5-Module-Build-0.26.11=0A= p5-Module-ScanDeps-0.51=0A= p5-Net-1.19,1=0A= p5-Net-CIDR-Lite-0.18=0A= p5-Net-DNS-0.53=0A= p5-Net-IP-1.23=0A= p5-Net-Ident-1.20=0A= p5-Net-Netmask-1.9012=0A= p5-Net-OSCAR-1.907=0A= p5-Net-SSLeay-1.25=0A= p5-Net-XWhois-0.90_3=0A= p5-Parse-Syslog-1.03=0A= p5-PathTools-3.11=0A= p5-Scalar-List-Utils-1.17,1=0A= p5-Socket6-0.19=0A= p5-Storable-2.15=0A= p5-String-Strip-1.01=0A= p5-Sys-Hostname-Long-1.4=0A= p5-Test-Harness-2.52=0A= p5-Test-Simple-0.61=0A= p5-Text-CSV-0.01=0A= p5-Text-CSV_XS-0.23=0A= p5-URI-1.35=0A= p5-YAML-0.39=0A= p5-gettext-1.03=0A= p5-libwww-5.803=0A= pdksh-5.2.14p2=0A= perl-5.6.2_2=0A= perl-5.8.7=0A= php4-4.3.3=0A= pico-4.56=0A= pkg_install-20060113=0A= pkgconfig-0.15.0=0A= pkgdb.db=0A= png-1.2.5_2=0A= popt-1.7=0A= portupgrade-20030723=0A= proftpd-1.2.8_1=0A= python-2.2.3_3=0A= python-2.3_1=0A= qmail-1.03_1=0A= qmailadmin-1.0.26=0A= rc_subr-1.31_1=0A= rpm-3.0.6_10=0A= rsync-2.6.6=0A= ruby-1.6.8.2003.04.19=0A= ruby-bdb1-0.2.1=0A= ruby-rdoc-0.0.0.b2=0A= ruby-shim-ruby18-1.8.0.p2.2003.04.19_1=0A= sox-12.17.7=0A= sqsh-2.1_5=0A= sqwebmail-3.6.0=0A= svgalib-1.4.3=0A= texi2html-1.76_1,1=0A= tiff-3.5.7_1=0A= ucspi-tcp-0.88=0A= unarj-2.65_1=0A= unrar-3.53,3=0A= unzip-5.50_2=0A= vim-6.2.72=0A= vpopmail-5.3.27=0A= vqadmin-2.3.5=0A= wget-1.10.1=0A= zip-2.3_2=0A= zoo-2.10.1=0A= ------=_NextPart_000_0000_01C7F52B.B0D338E0--