FreeBSD Bugzilla – Attachment 47676 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]
faac.patch
faac.patch (text/x-diff; charset="iso-8859-1"), 1.03 KB, created by
Anish Mistry
on 2004-10-24 23:13:20 UTC
(
hide
)
Description:
faac.patch
Filename:
MIME Type:
Creator:
Anish Mistry
Created:
2004-10-24 23:13:20 UTC
Size:
1.03 KB
patch
obsolete
>--- Makefile.orig Thu Oct 21 20:58:44 2004 >+++ Makefile Sat Oct 23 01:02:39 2004 >@@ -7,6 +7,7 @@ > > PORTNAME= avidemux2 > PORTVERSION= 2.0.32 >+PORTREVISION= 1 > CATEGORIES= multimedia > MASTER_SITES= http://fixounet.free.fr/avidemux/ \ > http://download.berlios.de/avidemux/ >@@ -43,6 +44,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 +87,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 +112,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