Disable the libmad MP3 decoder in favour of the FFmpeg decoder.
from Brad
This commit is contained in:
parent
b76b0b4419
commit
9a1d2275e6
@ -1,23 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2015/09/27 08:22:18 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2015/10/07 05:52:42 ajacoutot Exp $
|
||||
|
||||
COMMENT= ugly elements for GStreamer
|
||||
|
||||
DISTNAME= gst-plugins-ugly-${V}
|
||||
PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-ugly-${V}
|
||||
REVISION= 0
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Patent issues
|
||||
|
||||
WANTLIB += dvdread ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += gstaudio-1.0 gstbase-1.0 gstpbutils-1.0 gstreamer-1.0
|
||||
WANTLIB += gstriff-1.0 gstrtp-1.0 gstrtsp-1.0 gstsdp-1.0 gsttag-1.0
|
||||
WANTLIB += gstvideo-1.0 m mad mp3lame orc-0.4 pcre pthread twolame
|
||||
WANTLIB += gstvideo-1.0 m mp3lame orc-0.4 pcre pthread twolame
|
||||
WANTLIB += x264 z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GST:=gst-plugins-ugly/}
|
||||
|
||||
LIB_DEPENDS= ${P}/plugins-base=${V} \
|
||||
audio/lame \
|
||||
audio/libmad \
|
||||
devel/libdvdread \
|
||||
multimedia/x264 \
|
||||
audio/twolame
|
||||
@ -26,6 +26,7 @@ CONFIGURE_ARGS= --disable-a52dec \
|
||||
--disable-amrnb \
|
||||
--disable-amrwb \
|
||||
--disable-cdio \
|
||||
--disable-mad \
|
||||
--disable-mpeg2dec \
|
||||
--disable-sidplay
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2015/04/20 09:36:17 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2015/10/07 05:52:42 ajacoutot Exp $
|
||||
lib/gstreamer-${API}/libgstasf.so
|
||||
lib/gstreamer-${API}/libgstdvdlpcmdec.so
|
||||
lib/gstreamer-${API}/libgstdvdread.so
|
||||
lib/gstreamer-${API}/libgstdvdsub.so
|
||||
lib/gstreamer-${API}/libgstlame.so
|
||||
lib/gstreamer-${API}/libgstmad.so
|
||||
lib/gstreamer-${API}/libgstrmdemux.so
|
||||
lib/gstreamer-${API}/libgsttwolame.so
|
||||
lib/gstreamer-${API}/libgstx264.so
|
||||
|
Loading…
Reference in New Issue
Block a user