pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/ffmpeg Remove support code for SDL option; ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afee46713c23
branches:  trunk
changeset: 396058:afee46713c23
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 18 10:39:44 2009 +0000

description:
Remove support code for SDL option; option was removed during last
update, since ffplay is a separate package now.
Addresses point raised by David A. Holland in PR 41729.

diffstat:

 multimedia/ffmpeg/options.mk |  17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diffs (38 lines):

diff -r 8b9a27d9a255 -r afee46713c23 multimedia/ffmpeg/options.mk
--- a/multimedia/ffmpeg/options.mk      Sat Jul 18 10:32:43 2009 +0000
+++ b/multimedia/ffmpeg/options.mk      Sat Jul 18 10:39:44 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2009/06/12 16:25:34 ahoka Exp $
+# $NetBSD: options.mk,v 1.13 2009/07/18 10:39:44 wiz Exp $
 
 # Global and legacy options
 
@@ -9,7 +9,6 @@
 #PKG_OPTIONS_GROUP.aac-decoder=        faad faac
 
 .include "../../mk/bsd.options.mk"
-.include "../../mk/bsd.prefs.mk"
 
 ###
 ### faad option
@@ -31,20 +30,6 @@
 .endif
 
 ###
-### SDL support
-###
-### You can build the frontend with SDL support enabled
-###
-
-.if !empty(PKG_OPTIONS:Msdl)
-CONFIGURE_ARGS+=       --enable-ffplay
-PLIST.sdl=             yes
-.include "../../devel/SDL/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-ffplay
-.endif
-
-###
 ### OGG Theora support
 ###
 



Home | Main Index | Thread Index | Old Index