summaryrefslogtreecommitdiff
path: root/multimedia/ffmpeg
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-07-18 10:39:44 +0000
committerwiz <wiz@pkgsrc.org>2009-07-18 10:39:44 +0000
commit529be8469e04a97cb59d0654c24d7dfbd9706fd6 (patch)
tree167e567e602be766fa4cbc0513d7bb25f605956e /multimedia/ffmpeg
parent5c892f0c5dfe35f28298a1ee7b7a461162e5b2fb (diff)
downloadpkgsrc-529be8469e04a97cb59d0654c24d7dfbd9706fd6.tar.gz
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 (limited to 'multimedia/ffmpeg')
-rw-r--r--multimedia/ffmpeg/options.mk17
1 files changed, 1 insertions, 16 deletions
diff --git a/multimedia/ffmpeg/options.mk b/multimedia/ffmpeg/options.mk
index 79d945f6282..0ed9fe13c3b 100644
--- a/multimedia/ffmpeg/options.mk
+++ b/multimedia/ffmpeg/options.mk
@@ -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_SUGGESTED_OPTIONS= theora xvid x264
#PKG_OPTIONS_GROUP.aac-decoder= faad faac
.include "../../mk/bsd.options.mk"
-.include "../../mk/bsd.prefs.mk"
###
### faad option
@@ -31,20 +30,6 @@ CONFIGURE_ARGS+= --enable-libfaac \
.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
###