summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2001-10-17 21:37:35 +0000
committerlioux <lioux@FreeBSD.org>2001-10-17 21:37:35 +0000
commitd6dd44937792342c07ac9734588c4367432584f2 (patch)
tree91dbdf6fa4be15bd07f26300b304f482491e8c6a /multimedia
parentc06a299dd0ade5e3519f5bac55d9c5640ecbad8e (diff)
downloadFreeBSD-ports-d6dd44937792342c07ac9734588c4367432584f2.zip
FreeBSD-ports-d6dd44937792342c07ac9734588c4367432584f2.tar.gz
re-enable DVD read support since libdvdread was updated to 0.9.2
in rev 1.2 of libdvdread/Makefile
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer/Makefile14
-rw-r--r--multimedia/mplayerxp/Makefile14
2 files changed, 14 insertions, 14 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile
index b9510bf..c75c789 100644
--- a/multimedia/mplayer/Makefile
+++ b/multimedia/mplayer/Makefile
@@ -46,10 +46,10 @@ USE_GTK= yes
CONFIGURE_ARGS+= --enable-gui
.endif
-#.if defined(WITH_DVD)
-#LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \
-# dvdread.2:${PORTSDIR}/graphics/libdvdread
-#.endif
+.if defined(WITH_DVD)
+LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \
+ dvdread.2:${PORTSDIR}/graphics/libdvdread
+.endif
.if defined(WITH_ESOUND) || defined(HAVE_ESOUND)
USE_ESOUND= yes
@@ -104,9 +104,9 @@ pre-everything::
.if !defined(WITH_GUI)
@${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI."
.endif
-#.if !defined(WITH_DVD)
-# @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD."
-#.endif
+.if !defined(WITH_DVD)
+ @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD."
+.endif
.if !(defined(WITH_ESOUND) || defined(HAVE_ESOUND))
@${ECHO_MSG} "You can enable ESOUND sound support by defining WITH_ESOUND."
.endif
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile
index b9510bf..c75c789 100644
--- a/multimedia/mplayerxp/Makefile
+++ b/multimedia/mplayerxp/Makefile
@@ -46,10 +46,10 @@ USE_GTK= yes
CONFIGURE_ARGS+= --enable-gui
.endif
-#.if defined(WITH_DVD)
-#LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \
-# dvdread.2:${PORTSDIR}/graphics/libdvdread
-#.endif
+.if defined(WITH_DVD)
+LIB_DEPENDS+= dvdcss.0:${PORTSDIR}/graphics/libdvdcss \
+ dvdread.2:${PORTSDIR}/graphics/libdvdread
+.endif
.if defined(WITH_ESOUND) || defined(HAVE_ESOUND)
USE_ESOUND= yes
@@ -104,9 +104,9 @@ pre-everything::
.if !defined(WITH_GUI)
@${ECHO_MSG} "You can enable GTK GUI by defining WITH_GUI."
.endif
-#.if !defined(WITH_DVD)
-# @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD."
-#.endif
+.if !defined(WITH_DVD)
+ @${ECHO_MSG} "You can enable DVD support by defining WITH_DVD."
+.endif
.if !(defined(WITH_ESOUND) || defined(HAVE_ESOUND))
@${ECHO_MSG} "You can enable ESOUND sound support by defining WITH_ESOUND."
.endif
OpenPOWER on IntegriCloud