FreeBSD Bugzilla – Attachment 47675 Details for
Bug 73023
[PATCH] multimedia/avidemux2: add faac support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
avidemux2-2.0.32.patch
avidemux2-2.0.32.patch (text/plain), 1.03 KB, created by
Michael Johnson
on 2004-10-23 01:20:30 UTC
(
hide
)
Description:
avidemux2-2.0.32.patch
Filename:
MIME Type:
Creator:
Michael Johnson
Created:
2004-10-23 01:20:30 UTC
Size:
1.03 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/multimedia/avidemux2/Makefile,v >retrieving revision 1.14 >diff -u -r1.14 Makefile >--- Makefile 22 Oct 2004 00:58:44 -0000 1.14 >+++ Makefile 23 Oct 2004 00:19:31 -0000 >@@ -43,6 +43,10 @@ > #WITH_SDL= yes > #.endif > >+.if exists(${LOCALBASE}/lib/libfaac.so.0) >+WITH_FAAC= yes >+.endif >+ > .if exists(${LOCALBASE}/lib/libfaad.so.0) > WITH_FAAD= yes > .endif >@@ -82,6 +86,10 @@ > USE_SDL+= sdl > .endif > >+.if defined(WITH_FAAC) >+LIB_DEPENDS+= faac.0:${PORTSDIR}/audio/faac >+.endif >+ > .if defined(WITH_FAAD) > LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad > .endif >@@ -103,8 +111,12 @@ > @${ECHO_MSG} "To enable SDL support define WITH_SDL." > .endif > >+.if !defined(WITH_FAAC) >+ @${ECHO_MSG} "To enable FAAC (mpeg4/aac encoder) support define WITH_FAAC." >+.endif >+ > .if !defined(WITH_FAAD) >- @${ECHO_MSG} "To enable FAAD (mpeg4/aac) support define WITH_FAAD." >+ @${ECHO_MSG} "To enable FAAD (mpeg4/aac decoder) support define WITH_FAAD." > .endif > > post-patch:
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 73023
: 47675 |
47676