FreeBSD Bugzilla – Attachment 132137 Details for
Bug 176366
[patch] multimedia/ffmpeg1 Add an option for libopus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.16 KB, created by
Alexander Kojevnikov
on 2013-02-23 05:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Alexander Kojevnikov
Created:
2013-02-23 05:30:00 UTC
Size:
1.16 KB
patch
obsolete
>diff --git a/Makefile b/Makefile >index b8b4251..a354f7a 100644 >--- a/Makefile >+++ b/Makefile >@@ -38,7 +38,7 @@ USE_PKGCONFIG= build > OPTIONS_DEFINE= AACPLUS ALSA AMR_NB AMR_WB ASS CDIO CELT DEBUG FAAC \ > FDK_AAC FFSERVER FONTCONFIG FREETYPE FREI0R GNUTLS GSM LAME \ > LIBBLURAY LIBV4L MODPLUG OPENAL OPENCV OPENJPEG OPENSSL \ >- OPTIMIZED_CFLAGS PULSEAUDIO RTMP SCHROEDINGER SDL SPEEX \ >+ OPTIMIZED_CFLAGS OPUS PULSEAUDIO RTMP SCHROEDINGER SDL SPEEX \ > THEORA VAAPI VDPAU VO_AACENC VO_AMRWBENC VORBIS VPX \ > X11GRAB X264 XVID > >@@ -52,6 +52,7 @@ FFSERVER_DESC= Build and install ffserver > LIBV4L_DESC= Video for Linux support > MODPLUG_DESC= Mod support via libmodplug > OPENAL_DESC= OpenAL 1.1 capture support >+OPUS_DESC= Opus decoding with libopus > X11GRAB_DESC= Enable x11 grabbing > > FFPROGS= ffmpeg ffprobe >@@ -329,6 +330,14 @@ CONFIGURE_ARGS+= --enable-libopenjpeg > CONFIGURE_ARGS+= --disable-libopenjpeg > .endif > >+# opus >+.if ${PORT_OPTIONS:MOPUS} >+LIB_DEPENDS+= opus:${PORTSDIR}/audio/opus >+CONFIGURE_ARGS+= --enable-libopus >+.else >+CONFIGURE_ARGS+= --disable-libopus >+.endif >+ > # pulseaudio > .if ${PORT_OPTIONS:MPULSEAUDIO} > LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio
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 176366
: 132137