|
Lines 31-37
Link Here
|
| 31 |
# default: disabled |
31 |
# default: disabled |
| 32 |
# Enable nvidia XVMC support for nvidia video cards |
32 |
# Enable nvidia XVMC support for nvidia video cards |
| 33 |
# Note: This is highly experimental at the moment and works only for |
33 |
# Note: This is highly experimental at the moment and works only for |
| 34 |
# MPEG1/2 using -vo xvmc -vc ffmpeg12mc |
34 |
# MPEG1/2 using -vo xvmc -vc ffmpeg12mc on FreeBSD-5 |
| 35 |
# |
35 |
# |
| 36 |
# WITHOUT_MENCODER |
36 |
# WITHOUT_MENCODER |
| 37 |
# default: undefined |
37 |
# default: undefined |
|
Lines 302-307
Link Here
|
| 302 |
x2mpsub.sh |
302 |
x2mpsub.sh |
| 303 |
|
303 |
|
| 304 |
.include <bsd.port.pre.mk> |
304 |
.include <bsd.port.pre.mk> |
|
|
305 |
|
| 306 |
# Can't run mplayer/nvidia-driver WITH_NDIVIA on FreeBSD 4.X now |
| 307 |
.if ${OSVERSION} < 500000 && defined(WITH_NVIDIA) |
| 308 |
IGNORE= "Can not run on 4.X with WITH_NVIDIA" |
| 309 |
.endif |
| 305 |
|
310 |
|
| 306 |
#Building of vidix dependent shared libs is only possible |
311 |
#Building of vidix dependent shared libs is only possible |
| 307 |
#on i386 at the moment. |
312 |
#on i386 at the moment. |