1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

Remove nvidia support for 4.x users (libXvMCNVIDIA.so is linked to libc.so.5)

Submitted by:	Serge Gagnon <ser_gagnon@sympatico.ca>
Approved by:	Thomas E. Zander (maintainer)
		pav (co mentor)
This commit is contained in:
Michael Johnson 2004-11-11 21:53:14 +00:00
parent 159984d5bb
commit 38625447db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121418

View File

@ -31,7 +31,7 @@
# default: disabled
# Enable nvidia XVMC support for nvidia video cards
# Note: This is highly experimental at the moment and works only for
# MPEG1/2 using -vo xvmc -vc ffmpeg12mc
# MPEG1/2 using -vo xvmc -vc ffmpeg12mc on FreeBSD-5
#
# WITHOUT_MENCODER
# default: undefined
@ -303,6 +303,11 @@ TOOLFILES= calcbpp.pl countquant.pl \
.include <bsd.port.pre.mk>
# Can't run mplayer/nvidia-driver WITH_NVIDIA on FreeBSD 4.X now
.if ${OSVERSION} < 500000 && defined(WITH_NVIDIA)
IGNORE= does not run on 4.x when WITH_NVIDIA is defined
.endif
#Building of vidix dependent shared libs is only possible
#on i386 at the moment.
.if ${ARCH} == "i386"