From owner-freebsd-ports@FreeBSD.ORG Fri Jun 24 23:47:26 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1946F106566B for ; Fri, 24 Jun 2011 23:47:26 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from outrelay01.libero.it (outrelay01.libero.it [212.52.84.101]) by mx1.freebsd.org (Postfix) with ESMTP id 6800A8FC08 for ; Fri, 24 Jun 2011 23:47:24 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B020D.4E05220B.006A,ss=1,re=0.000,fgs=0 X-libjamoibt: 1821 Received: from wmail59 (172.31.0.56) by outrelay01.libero.it (8.5.133) (authenticated as barbara.xxx1975@libero.it) id 4DE4FF250190839B for freebsd-ports@freebsd.org; Sat, 25 Jun 2011 01:47:23 +0200 Message-ID: <27281498.3448761308959243390.JavaMail.root@wmail59> Date: Sat, 25 Jun 2011 01:47:23 +0200 (CEST) From: Barbara To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.3.212.32 Subject: multimedia/ffmpeg: error updating to 0.7.1,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 23:47:26 -0000 I'm getting the following error (http://pastebin.com/fjggW0C4) trying to upgrade ffmpeg: In file included from ffplay.c:34: libavformat/avformat.h:151: warning: 'AVMetadata' is deprecated ffplay.c: In function 'input_request_frame': ffplay.c:1627: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type ffplay.c: In function 'main': ffplay.c:3044: warning: assignment discards qualifiers from pointer target type CC ffprobe.o MAN doc/ffmpeg.1 In file included from ffprobe.c:24: libavformat/avformat.h:151: warning: 'AVMetadata' is deprecated MAN doc/ffplay.1 MAN doc/ffprobe.1 AR libavdevice/libavdevice.a LD libavutil/libavutil.so.1 AR libavfilter/libavfilter.a AR libpostproc/libpostproc.a LD libavcodec/libavcodec.so.1 LD libswscale/libswscale.so.1 LD libpostproc/libpostproc.so.1 LD libavformat/libavformat.so.1 LD libavdevice/libavdevice.so.1 LD libavfilter/libavfilter.so.1 LD ffmpeg_g LD ffplay_g libavfilter/libavfilter.so: undefined reference to `ff_yadif_filter_line_sse2' libavfilter/libavfilter.so: undefined reference to `ff_gradfun_blur_line_sse2' libavfilter/libavfilter.so: undefined reference to `ff_gradfun_filter_line_mmx2' libavfilter/libavfilter.so: undefined reference to `ff_yadif_filter_line_ssse3' libavfilter/libavfilter.so: undefined reference to `ff_yadif_filter_line_mmx' libavfilter/libavfilter.so: undefined reference to `ff_gradfun_filter_line_ssse3' gmake: *** [ffmpeg_g] Error 1 gmake: *** Waiting for unfinished jobs.... libavfilter/libavfilter.so: undefined reference to `ff_yadif_filter_line_sse2' libavfilter/libavfilter.so: undefined reference to `ff_gradfun_blur_line_sse2' libavfilter/libavfilter.so: undefined reference to `ff_gradfun_filter_line_mmx2' libavfilter/libavfilter.so: undefined reference to `ff_yadif_filter_line_ssse3' libavfilter/libavfilter.so: undefined reference to `ff_yadif_filter_line_mmx' libavfilter/libavfilter.so: undefined reference to `ff_gradfun_filter_line_ssse3' gmake: *** [ffplay_g] Error 1 *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1 Stop in /usr/ports/multimedia/ffmpeg. My showconfig: ===> The following configuration options are available for ffmpeg-0.7.1,1: ALSA=off "Enable alsa input/output device" AMR_NB=on "AMR Narrow Band encoder (opencore)" AMR_WB=on "AMR Wide Band encoder (opencore)" CELT=off "Enable CELT/Opus decoding via libcelt" CPUDETECT=on "Enable runtime CPU detection" DIRAC=off "Dirac codec via libdirac" FAAC=on "FAAC mp4/aac audio encoder" FFSERVER=off "Build and install ffserver" FREETYPE=on "Enable libfreetype" FREI0R=off "Frei0r wrapper filter" GSM=off "GSM audio codec" LAME=on "LAME MP3 encoder" OPENJPEG=off "JPEG 2000 decoder" OPTIMIZED_CFLAGS=on "Additional optimizations" RTMP=on "RTMP[E] support via librtmp" SCHROEDINGER=off "Dirac codec via libschroedinger" SDL=on "SDL support (build ffplay)" SPEEX=on "Speex audio decoder" SSSE3=on "Use binutils from ports (SSSE3 support)" THEORA=on "Theora encoder (implies OGG)" VAAPI=off "VAAPI decoder support" VDPAU=on "Nvidia vdpau support" VO_AACENC=off "AAC audio encoder (vo-aacenc)" VO_AMRWBENC=off "AMR Wide Band audio encoder (vo-amrwbenc)" VORBIS=on "Vorbis encoder via libvorbis (implies OGG)" VP8=on "VP8 codec via libvpx" X264=on "H.264 encoder" XVID=on "Xvid encoder via xvidcore" ===> Use 'make config' to modify these settings