Index: head/multimedia/libfame/Makefile =================================================================== --- head/multimedia/libfame/Makefile (revision 123480) +++ head/multimedia/libfame/Makefile (revision 123481) @@ -1,40 +1,41 @@ # ex:ts=8 # Ports collection makefile for: libfame # Date created: Mar 23, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= libfame PORTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fame MAINTAINER= ports@FreeBSD.org COMMENT= A video encoding library USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN3= fame_close.3 fame_encode_frame.3 fame_get_object.3 fame_init.3 \ fame_open.3 fame_register.3 fame_unregister.3 fame_encode_slice.3 \ fame_start_frame.3 fame_end_frame.3 OPTIONS= SSE "SSE optimized routines" off \ MMX "MMX optimized routines" on .include .if defined(WITH_SSE) CONFIGURE_ARGS+= --enable-sse .endif .if defined(WITHOUT_MMX) CONFIGURE_ARGS+= --disable-mmx .endif .include Property changes on: head/multimedia/libfame/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/multimedia/libfame/files/patch-mmx_one-gcc34 =================================================================== --- head/multimedia/libfame/files/patch-mmx_one-gcc34 (nonexistent) +++ head/multimedia/libfame/files/patch-mmx_one-gcc34 (revision 123481) @@ -0,0 +1,22 @@ +--- src/half_sse.h.orig Tue Dec 7 10:24:14 2004 ++++ src/half_sse.h Tue Dec 7 10:24:29 2004 +@@ -19,7 +19,7 @@ + */ + /**************************** half-pixel interpolation ***********************/ + +-static short const _mmx_one[] = { 1, 1, 1, 1 }; ++const _mmx_one[] = { 1, 1, 1, 1 }; + static unsigned char const _mmx_one_byte[] = {1,1,1,1,1,1,1,1}; + + +--- src/half_mmx.h.orig Tue Dec 7 10:23:21 2004 ++++ src/half_mmx.h Tue Dec 7 10:23:32 2004 +@@ -18,7 +18,7 @@ + */ + /**************************** half-pixel interpolation ***********************/ + +-static short const _mmx_one[] = { 1, 1, 1, 1 }; ++const _mmx_one[] = { 1, 1, 1, 1 }; + + static void inline mmx_interpolate(unsigned char **ref, + int pitch, Property changes on: head/multimedia/libfame/files/patch-mmx_one-gcc34 ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property