Date: Wed, 2 Aug 2006 11:37:45 +0200 From: Michael Landin Hostbaek <mich@FreeBSD.org> To: MANTANI Nobutaka <nobutaka@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/multimedia/libxine Makefile ports/multimedia/libxine/files patch-src:libffmpeg:libavcodec:h263.c patch-src:libffmpeg:libavcodec:mpeg12.c patch-src:libffmpeg:libavcodec:msmpeg4.c Message-ID: <20060802093745.GO95100@mich2.itxmarket.com> In-Reply-To: <200608011718.k71HIxQf018980@repoman.freebsd.org> References: <200608011718.k71HIxQf018980@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
MANTANI Nobutaka (nobutaka) writes: > nobutaka 2006-08-01 17:18:59 UTC > > FreeBSD ports repository > > Modified files: > multimedia/libxine Makefile > Added files: > multimedia/libxine/files patch-src:libffmpeg:libavcodec:h263.c > patch-src:libffmpeg:libavcodec:mpeg12.c > patch-src:libffmpeg:libavcodec:msmpeg4.c > Log: > - Fix build error with CFLAGS="-O -pipe". [1] > - Remove message about obsolete WITH_THERORA knob. [2] Still broken on 4.x: cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -I../../src/input -I../../src/input -I../../lib -I../../lib -DXINE_LIBRARY_COMPILE -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -D_THREAD_SAFE -I/usr/X11R6/include -mcpu=i386 -O3 -pipe -fomit-frame-pointer -malign-functions=4 -malign-loops=4 -malign-jumps=4 -mwide-multiply -mpreferred-stack-boundary=2 -fexpensive-optimizations -fschedule-insns2 -ffast-math -fno-inline-functions -Wall -Wnested-externs -Wcast-align -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -DENABLE_IPV6 -O -pipe -fno-force-addr -I/usr/local/include -I/usr/local/include/dvdread -I/usr/X11R6/include -Wformat=2 -Wno-format-zero-length -c memcpy.c -Wp,-MD,.deps/memcpy.TPlo -fPIC -DPIC -o .libs/memcpy.o In file included from ../../src/xine-engine/xine_internal.h:52, from memcpy.c:53: ../../src/xine-engine/info_helper.h:130: warning: `sentinel' attribute directive ignored In file included from memcpy.c:53: ../../src/xine-engine/xine_internal.h:436: warning: `sentinel' attribute directive ignored memcpy.c: In function `xine_probe_fast_memcpy': memcpy.c:529: syntax error before `PRIu64' gmake[3]: *** [memcpy.lo] Error 1 gmake[3]: Leaving directory `/work/a/ports/multimedia/libxine/work/xine-lib-1.1.2/src/xine-utils' /mich
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060802093745.GO95100>