summaryrefslogtreecommitdiffstats
path: root/multimedia/vlc-devel
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2004-12-30 02:27:19 +0000
committerahze <ahze@FreeBSD.org>2004-12-30 02:27:19 +0000
commit9bc3feda669d10ce15c8f19aba3dddae65a850a9 (patch)
tree5acf9ca3a7bc9a211819df17593ddceb51cd4e6b /multimedia/vlc-devel
parent1c8e17564f57a7efe4f228fc1232020b58751919 (diff)
downloadFreeBSD-ports-9bc3feda669d10ce15c8f19aba3dddae65a850a9.zip
FreeBSD-ports-9bc3feda669d10ce15c8f19aba3dddae65a850a9.tar.gz
Add a new knob, WITHOUT_TRANSCODE
WITHOUT_TRANSCODE=yes Disable transcode of multimedia via transcode (multimedia/transcode). This option allows you to convert a media file, dvd, A/V stream, etc in to another format. This also allows you to transcode multimedia on-the-fly and stream to a network and/or local playback.
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r--multimedia/vlc-devel/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 006800a..f424df9 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -105,6 +105,12 @@
#
# WITH_LIBTHEORA=yes
#
+# WITHOUT_TRANSCODE=yes
+# Disable transcode of multimedia via transcode (multimedia/transcode).
+# This option allows you to convert a media file, dvd, A/V stream, etc
+# in to another format. This also allows you to transcode multimedia
+# on-the-fly and stream to a network and/or local playback.
+#
# Other Knobs:
#
# DEBUG=yes
@@ -526,6 +532,10 @@ CONFIGURE_ARGS+=--enable-sdl
CONFIGURE_ARGS+=--disable-sdl
.endif
+.if !defined(WITHOUT_TRANSCODE)
+RUN_DEPENDS+= transcode:${PORTSDIR}/multimedia/transcode
+.endif
+
.if !defined(WITHOUT_HTTPD) && defined(WITH_SSL)
LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-gnutls
OpenPOWER on IntegriCloud