aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vlc-devel
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2007-05-26 01:08:35 +0800
committerahze <ahze@FreeBSD.org>2007-05-26 01:08:35 +0800
commit64c85012f8f977e33f2b65de62e4f4ab9ccc0017 (patch)
treecab8f754ac4d3890a08c7d6f680d94c911eb648e /multimedia/vlc-devel
parentacdf4c5db05d475b7e177c3d444b80c7de8c511b (diff)
downloadfreebsd-ports-gnome-64c85012f8f977e33f2b65de62e4f4ab9ccc0017.tar.gz
freebsd-ports-gnome-64c85012f8f977e33f2b65de62e4f4ab9ccc0017.tar.zst
freebsd-ports-gnome-64c85012f8f977e33f2b65de62e4f4ab9ccc0017.zip
Use multimedia/ffmpeg now instead of multimedia/ffmpeg-devel
Diffstat (limited to 'multimedia/vlc-devel')
-rw-r--r--multimedia/vlc-devel/Makefile2
-rw-r--r--multimedia/vlc-devel/Makefile.inc13
2 files changed, 2 insertions, 13 deletions
diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile
index 6ed6bd06506f..115dc3d6139c 100644
--- a/multimedia/vlc-devel/Makefile
+++ b/multimedia/vlc-devel/Makefile
@@ -25,7 +25,7 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= Multimedia streaming server and player for various audio/video formats
LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \
- avcodec.1:${PORTSDIR}/multimedia/ffmpeg-devel
+ avcodec.1:${PORTSDIR}/multimedia/ffmpeg
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
OPTIONS+= A52 "a52 audio support, many DVDs use this" On
diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc
index facc694f95cf..492607a31346 100644
--- a/multimedia/vlc-devel/Makefile.inc
+++ b/multimedia/vlc-devel/Makefile.inc
@@ -41,7 +41,7 @@
#
# WITH_FAAC=yes
# Faac audio encoder (mp4/aac) Support
-# ** Only enable this if you compiled multimedia/ffmpeg-devel with WITH_FAAC knob **
+# ** Only enable this if you compiled multimedia/ffmpeg with WITH_FAAC knob **
#
# WITH_FAAD=yes
# Faad audio decoder (mp4/aac) Support
@@ -258,17 +258,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|/usr/lib/win32|${LOCALBASE}/lib/win32|' \
${WRKSRC}/libs/loader/module.c
-pre-configure:
-.if !exists(${LOCALBASE}/libdata/pkgconfig/libavcodec.pc) && exists(${LOCALBASE}/lib/libavformat.a)
- @${ECHO_CMD} ""
- @${ECHO_CMD} "ERROR: ${PKGNAME} requires a newer version of FFMpeg"
- @${ECHO_CMD} "please deinstall multimedia/ffmpeg before continuing"
- @${ECHO_CMD} "the build."
- @${ECHO_CMD} ""
- @${FALSE}
-.endif
-
-
pre-build:
@${REINPLACE_CMD} -e 's|/intl/libintl.a|${WRKSRC}/intl/libintl.a|' \
${WRKSRC}/vlc-config