From 313a03146d846071ac89cebef92e8eba65c9a690 Mon Sep 17 00:00:00 2001 From: ahze Date: Mon, 2 Apr 2007 14:10:39 +0000 Subject: Fix build with new ffmpeg-devel --- multimedia/vlc-devel/Makefile | 2 +- multimedia/vlc-devel/Makefile.inc | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'multimedia') diff --git a/multimedia/vlc-devel/Makefile b/multimedia/vlc-devel/Makefile index 5c44fa47a7df..fe7d423ae460 100644 --- a/multimedia/vlc-devel/Makefile +++ b/multimedia/vlc-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= vlc DISTVERSION= 0.8.6a -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 2 CATEGORIES= multimedia audio ipv6 net www MASTER_SITES= http://download.videolan.org/pub/videolan/vlc/${DISTVERSION}/ \ diff --git a/multimedia/vlc-devel/Makefile.inc b/multimedia/vlc-devel/Makefile.inc index 396007a5acbd..503fe2b03a17 100644 --- a/multimedia/vlc-devel/Makefile.inc +++ b/multimedia/vlc-devel/Makefile.inc @@ -249,7 +249,6 @@ post-patch: @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/' \ -e 's/-lc_r/${PTHREAD_LIBS}/' \ -e 's|-mcpu=pentiumpro||' \ - -e 's|postproc/postprocess.h|ffmpeg/postproc/postprocess.h|' \ ${WRKSRC}/configure # cdrom/dvd support @${REINPLACE_CMD} -e 's|/dev/cdrom|${DEFAULT_CDROM_DEVICE}|; \ -- cgit