FreeBSD Bugzilla – Attachment 90839 Details for
Bug 128086
Add schroedinger (dirac) codec support for multimedia/ffmpeg
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 904 bytes, created by
Eric L. Chen
on 2008-10-14 08:00:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Eric L. Chen
Created:
2008-10-14 08:00:09 UTC
Size:
904 bytes
patch
obsolete
>--- multimedia/ffmpeg/Makefile.orig 2008-10-14 14:03:06.000000000 +0800 >+++ multimedia/ffmpeg/Makefile 2008-10-14 14:08:09.000000000 +0800 >@@ -34,7 +34,8 @@ > THEORA "libtheora support (implies OGG)" on \ > VORBIS "libvorbisenc support (implies OGG)" on \ > X264 "X.264 codec" on \ >- XVID "XVID codec" off >+ XVID "XVID codec" off \ >+ SCHROEDINGER "Schroedinger dirac codec" off > > COMPAT_HEADERS= libavcodec/avcodec.h \ > libavcodec/opt.h \ >@@ -228,6 +229,14 @@ > CONFIGURE_ARGS+= --disable-libxvid > .endif > >+## schroedinger >+.ifdef(WITH_SCHROEDINGER) >+LIB_DEPENDS+= schroedinger-1.0.1:${PORTSDIR}/multimedia/schroedinger >+CONFIGURE_ARGS+= --enable-libschroedinger >+.else >+CONFIGURE_ARGS+= --disable-libschroedinger >+.endif >+ > pre-configure: > .if defined(WITHOUT_OGG) && (!defined(WITHOUT_VORBIS) || !defined(WITHOUT_THEORA)) > @${ECHO_MSG} WITH_VORBIS or WITH_THEORA defined, libogg will be built
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 128086
: 90839