summaryrefslogtreecommitdiff
path: root/multimedia/vlc-devel/Makefile.inc
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-10-31 02:34:09 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-10-31 02:34:09 +0000
commitbed9c22e7d38901606d2d5f181c61a80695d3231 (patch)
tree959394a49c860cb792e708094add1e970072b005 /multimedia/vlc-devel/Makefile.inc
parent- Update lang/sdcc-devel to version 2.6.1.2006.10.12. (diff)
- Update to 0.9.0.20061020
Notes
Notes: svn path=/head/; revision=175600
Diffstat (limited to 'multimedia/vlc-devel/Makefile.inc')
-rw-r--r--multimedia/vlc-devel/Makefile.inc19
1 files changed, 3 insertions, 16 deletions
diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc
index 1e542a6cf6e1..b086517ceb78 100644
--- a/multimedia/vlc-devel/Makefile.inc
+++ b/multimedia/vlc-devel/Makefile.inc
@@ -1,4 +1,3 @@
-
# NOTES about VLC Knobs:
# Below you will see a number of knobs, if it starts with WITHOUT_ it is
# enabled by default, if it starts with WITH_ it is disabled by default
@@ -56,6 +55,7 @@
# WITH_FLAC=yes
# Flac Support
#
+
# WITHOUT_LAME=yes
# Mp3 encoder Support
# ** NOT DEFINED if PACKAGE_BUILDING is defined **
@@ -116,6 +116,7 @@
#
# WITH_XOSD=yes
#
+
# Multimedia Knobs:
#
# WITH_DIRAC
@@ -133,12 +134,6 @@
# WITH_THEORA=yes
# Video codec for OGG/Vorbis Support
#
-# WITH_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.
-#
# Streaming Knobs:
#
# WITHOUT_HTTPD=yes
@@ -236,15 +231,6 @@
# Do not install Vlc's Documents
#
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "Take a careful look at the beginning of the Makefile.inc in order"
- @${ECHO_MSG} "to learn how to tune VLC to your personal preferences!"
- @${ECHO_MSG} ""
-.if !defined(BATCH) || !defined(PACKAGE_BUILDING)
- @sleep 2
-.endif
-
post-patch:
# Subtitle default font
@${REINPLACE_CMD} -e \
@@ -281,6 +267,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|' \
${WRKSRC}/loader/module.c
.endif
+ @${REINPLACE_CMD} -e 's|bindings/java/src/Makefile||' ${WRKSRC}/configure
pre-build:
@${REINPLACE_CMD} -e 's|/intl/libintl.a|${WRKSRC}/intl/libintl.a|' \