diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-18 07:00:55 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-18 07:00:55 +0800 |
commit | 5b1bbda7ac66f37c6d17a7dd8e93f41f2850f185 (patch) | |
tree | 46537f976748581bd8d5a49297a64d4161000bb2 /sysutils/xvidcap | |
parent | 69b355c3e1a63fefd0b9835be7a5c5f8e0876c37 (diff) | |
download | freebsd-ports-gnome-5b1bbda7ac66f37c6d17a7dd8e93f41f2850f185.tar.gz freebsd-ports-gnome-5b1bbda7ac66f37c6d17a7dd8e93f41f2850f185.tar.zst freebsd-ports-gnome-5b1bbda7ac66f37c6d17a7dd8e93f41f2850f185.zip |
ffmpeg-0.4.9 has changed its API.
Mark broken untill a fix is found.
Reported by: kris via pointyhat.
Diffstat (limited to 'sysutils/xvidcap')
-rw-r--r-- | sysutils/xvidcap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xvidcap/Makefile b/sysutils/xvidcap/Makefile index 02f749eb9236..7a495490c647 100644 --- a/sysutils/xvidcap/Makefile +++ b/sysutils/xvidcap/Makefile @@ -18,6 +18,8 @@ COMMENT= Capture your X display to individual frames or MPEG video LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg RUN_DEPENDS= animate:${PORTSDIR}/graphics/ImageMagick +BROKEN= "Does not compile with ffmpeg-0.4.9.p1" + GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ |