Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 114821 Details for
Bug 172232
media-video/mplayer need of splitting aac and mp3 flags
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mplayer-1.0_rc2_pre20070321-r4.ebuild.patch
mplayer-1.0_rc2_pre20070321-r4.ebuild.patch (text/plain), 1.13 KB, created by
Yaroslav Isakov
on 2007-03-28 21:05:10 UTC
(
hide
)
Description:
mplayer-1.0_rc2_pre20070321-r4.ebuild.patch
Filename:
MIME Type:
Creator:
Yaroslav Isakov
Created:
2007-03-28 21:05:10 UTC
Size:
1.13 KB
patch
obsolete
>--- mplayer-1.0_rc2_pre20070321-r4.ebuild.old 2007-03-29 00:55:04.000000000 +0400 >+++ mplayer-1.0_rc2_pre20070321-r4.ebuild 2007-03-29 00:56:58.000000000 +0400 >@@ -11,7 +11,8 @@ > jpeg libcaca lirc live livecd lzo mad md5sum mmx mmxext mp2 mp3 musepack nas > unicode vorbis opengl openal oss png pnm quicktime radio rar real rtc samba sdl > speex srt sse sse2 svga tga theora tivo truetype v4l v4l2 vidix win32codecs X >-x264 xanim xinerama xv xvid xvmc zoran" >+x264 xanim xinerama xv xvid xvmc zoran >+encode-aac encode-mp3" > > VIDEO_CARDS="s3virge mga tdfx vesa" > >@@ -62,9 +63,9 @@ > dvb? ( media-tv/linuxtv-dvb-headers ) > dvd? ( dvdnav? ( media-libs/libdvdnav ) ) > encode? ( >- aac? ( media-libs/faac ) >+ encode-aac? ( media-libs/faac ) > mp2? ( media-sound/twolame ) >- mp3? ( media-sound/lame ) >+ encode-mp3? ( media-sound/lame ) > ) > esd? ( media-sound/esound ) > enca? ( app-i18n/enca ) >@@ -260,7 +261,7 @@ > fi > > if use encode; then >- use aac || myconf="${myconf} --disable-faac" >+ use encode-aac || myconf="${myconf} --disable-faac" > use dv || myconf="${myconf} --disable-libdv" > use x264 || myconf="${myconf} --disable-x264" > else
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 172232
: 114821 |
114823