diff options
author | wiz <wiz> | 2009-07-18 10:39:44 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-18 10:39:44 +0000 |
commit | 826c7eeb711ac45e3695da084fb4d80a799414fd (patch) | |
tree | 167e567e602be766fa4cbc0513d7bb25f605956e /multimedia | |
parent | 5e27c43171adeae06a67340e34b36ce688748f35 (diff) | |
download | pkgsrc-826c7eeb711ac45e3695da084fb4d80a799414fd.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')
-rw-r--r-- | multimedia/ffmpeg/options.mk | 17 |
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 ### |