FreeBSD Bugzilla – Attachment 160730 Details for
Bug 202898
multimedia/ffmpeg: add SMB option for smb:// protocol
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
ffmpeg.smbclient.diff (text/plain), 1.26 KB, created by
Jan Beich
on 2015-09-04 19:31:58 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-09-04 19:31:58 UTC
Size:
1.26 KB
patch
obsolete
>commit 77094ea >Author: Jan Beich <jbeich@FreeBSD.org> >Date: Fri Sep 4 19:21:39 2015 +0000 > > multimedia/ffmpeg: add SMB option for smb:// protocol >--- > multimedia/ffmpeg/Makefile | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git multimedia/ffmpeg/Makefile multimedia/ffmpeg/Makefile >index b4e19a3..baba83f 100644 >--- multimedia/ffmpeg/Makefile >+++ multimedia/ffmpeg/Makefile >@@ -27,7 +27,7 @@ WANT_SDL= yes > OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG DOCS FAAC \ > FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GSM ICONV \ > JACK LAME LIBBLURAY LIBV4L MODPLUG OPENAL OPENCV OPENH264 OPENJPEG \ >- OPTIMIZED_CFLAGS OPUS PULSEAUDIO RTMP SCHROEDINGER SDL SPEEX \ >+ OPTIMIZED_CFLAGS OPUS PULSEAUDIO RTMP SCHROEDINGER SDL SMB SPEEX \ > THEORA VAAPI VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX \ > X11GRAB X264 X265 XVID > >@@ -199,6 +199,11 @@ RTMP_CONFIGURE_ENABLE= librtmp > SCHROEDINGER_LIB_DEPENDS= libschroedinger-1.0.so:${PORTSDIR}/multimedia/schroedinger > SCHROEDINGER_CONFIGURE_ENABLE= libschroedinger > >+# smbclient >+SMB_LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient >+SMB_CONFIGURE_ENABLE= libsmbclient >+SMB_IMPLIES= GPL3 >+ > # speex > SPEEX_LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex > SPEEX_CONFIGURE_ENABLE= libspeex
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202898
: 160730 |
160731