From owner-cvs-all@FreeBSD.ORG Sun Aug 8 19:41:37 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A098816A4CE; Sun, 8 Aug 2004 19:41:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E07443D48; Sun, 8 Aug 2004 19:41:37 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i78JfbB6022444; Sun, 8 Aug 2004 19:41:37 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i78JfbWq022443; Sun, 8 Aug 2004 19:41:37 GMT (envelope-from pav) Message-Id: <200408081941.i78JfbWq022443@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 8 Aug 2004 19:41:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/multimedia/avifile Makefile ports/multimedia/avifile/files extra-patch-ffmpeg::libavcodec::i386::motion_est_mmx.c extra-patch-ffmpeg::libavcodec::i386::simple_idct_mmx.c extra-patch-include::aviplay.h extra-patch-include::avm_map.h extra-patch-lib::aviread::AsfNetworkInputStream.cpp extra-patch-lib::common::image.cpp ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 19:41:37 -0000 pav 2004-08-08 19:41:37 UTC FreeBSD ports repository Modified files: multimedia/avifile Makefile Added files: multimedia/avifile/files extra-patch-ffmpeg::libavcodec::i386::dsputil_mmx.c extra-patch-ffmpeg::libavcodec::i386::motion_est_mmx.c extra-patch-ffmpeg::libavcodec::i386::simple_idct_mmx.c extra-patch-ffmpeg::libavcodec::liba52::resample_mmx.c extra-patch-include::aviplay.h extra-patch-include::avm_map.h extra-patch-include::avm_stl.h extra-patch-lib::aviread::AsfNetworkInputStream.cpp extra-patch-lib::common::image.cpp extra-patch-plugins::libmp3lame_audioenc::lame3.70::quantize-pvt.c extra-patch-plugins::libvorbis::libvorbis.cpp Log: - Fix build with gcc-3.4 Submitted by: Vyacheslav I. Ivanchenko Revision Changes Path 1.56 +15 -0 ports/multimedia/avifile/Makefile 1.1 +13 -0 ports/multimedia/avifile/files/extra-patch-ffmpeg::libavcodec::i386::dsputil_mmx.c (new) 1.1 +11 -0 ports/multimedia/avifile/files/extra-patch-ffmpeg::libavcodec::i386::motion_est_mmx.c (new) 1.1 +13 -0 ports/multimedia/avifile/files/extra-patch-ffmpeg::libavcodec::i386::simple_idct_mmx.c (new) 1.1 +17 -0 ports/multimedia/avifile/files/extra-patch-ffmpeg::libavcodec::liba52::resample_mmx.c (new) 1.1 +13 -0 ports/multimedia/avifile/files/extra-patch-include::aviplay.h (new) 1.1 +12 -0 ports/multimedia/avifile/files/extra-patch-include::avm_map.h (new) 1.1 +61 -0 ports/multimedia/avifile/files/extra-patch-include::avm_stl.h (new) 1.1 +39 -0 ports/multimedia/avifile/files/extra-patch-lib::aviread::AsfNetworkInputStream.cpp (new) 1.1 +11 -0 ports/multimedia/avifile/files/extra-patch-lib::common::image.cpp (new) 1.1 +45 -0 ports/multimedia/avifile/files/extra-patch-plugins::libmp3lame_audioenc::lame3.70::quantize-pvt.c (new) 1.1 +29 -0 ports/multimedia/avifile/files/extra-patch-plugins::libvorbis::libvorbis.cpp (new)