FreeBSD Bugzilla – Attachment 121616 Details for
Bug 164639
enable enca charset detection engine in multimedia/mplayer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
m.diff.txt
m.diff.txt (text/plain; charset=US-ASCII), 1.19 KB, created by
Thomas Zander
on 2012-02-02 17:44:07 UTC
(
hide
)
Description:
m.diff.txt
Filename:
MIME Type:
Creator:
Thomas Zander
Created:
2012-02-02 17:44:07 UTC
Size:
1.19 KB
patch
obsolete
>diff -r f3f716a5e983 -r 170d556ea485 mencoder/Makefile >--- a/mencoder/Makefile Tue Jan 31 20:11:09 2012 +0100 >+++ b/mencoder/Makefile Thu Feb 02 18:25:32 2012 +0100 >@@ -86,6 +86,7 @@ > --disable-joystick \ > --disable-directfb \ > --disable-mpg123 \ >+ --disable-enca \ > --disable-musepack > > ALL_TARGET= mencoder >diff -r f3f716a5e983 -r 170d556ea485 mplayer/Makefile >--- a/mplayer/Makefile Tue Jan 31 20:11:09 2012 +0100 >+++ b/mplayer/Makefile Thu Feb 02 18:25:32 2012 +0100 >@@ -66,6 +66,7 @@ > OPTIONS+= JOYSTICK "Enable joystick support" off > OPTIONS+= V4L "Enable Video4Linux TV support" off > OPTIONS+= LIBRTMP "Enable RTMPDump Streaming Media support" off >+OPTIONS+= ENCA "Enable enca charset detection" off > > MAN1= mplayer.1 > MANCOMPRESSED= no >diff -r f3f716a5e983 -r 170d556ea485 mplayer/Makefile.options >--- a/mplayer/Makefile.options Tue Jan 31 20:11:09 2012 +0100 >+++ b/mplayer/Makefile.options Thu Feb 02 18:25:32 2012 +0100 >@@ -264,6 +264,12 @@ > CONFIGURE_ARGS+= --disable-mng > .endif > >+.if defined(WITH_ENCA) >+LIB_DEPENDS+= enca.5:${PORTSDIR}/converters/enca >+.else >+CONFIGURE_ARGS+= --disable-enca >+.endif >+ > .if defined(EXTRA_LIBS) > CONFIGURE_ARGS+= --extra-libs="${EXTRA_LIBS}" > .endif
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 Raw
Actions:
View
Attachments on
bug 164639
:
121614
|
121615
| 121616 |
121617
|
121618
|
121619
|
121620