Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 207887 Details for
Bug 289937
media-video/ffmpeg-9999-r1 chokes on libx264 less than 0.78
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
x264-999.ebuild
x264-999.ebuild (text/plain), 976 bytes, created by
Sergey Urzhumskov
on 2009-10-22 05:23:03 UTC
(
hide
)
Description:
x264-999.ebuild
Filename:
MIME Type:
Creator:
Sergey Urzhumskov
Created:
2009-10-22 05:23:03 UTC
Size:
976 bytes
patch
obsolete
>EAPI=2 >inherit git > >DESCRIPTION="a free library for encoding H264/AVC video streams" >HOMEPAGE="http://www.videolan.org/developers/x264.html" > >EGIT_REPO_URI="git://git.videolan.org/x264.git" >SRC_URI="" >PATCHES="" > >SLOT=0 >KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" >IUSE="debug +threads" > >RDEPEND="" >DEPEND="amd64? ( >=dev-lang/yasm-0.6.2 ) > x86? ( >=dev-lang/yasm-0.6.2 ) > x86-fbsd? ( >=dev-lang/yasm-0.6.2 )" > >src_unpack() { > git_src_unpack >} > >src_configure() { > tc-export CC > > local myconf="" > use debug && myconf="${myconf} --enable-debug" > > ./configure \ > --prefix=/usr \ > --libdir=/usr/$(get_libdir) \ > --disable-avis-input \ > --disable-mp4-output \ > $(use_enable threads pthread) \ > --enable-pic \ > --enable-shared \ > --extra-asflags="${ASFLAGS}" \ > --extra-cflags="${CFLAGS}" \ > --extra-ldflags="${LDFLAGS}" \ > --host="${CHOST}" \ > ${myconf} \ > || die >} > >src_install() { > emake DESTDIR="${D}" install || die > dodoc AUTHORS doc/*.txt >}
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 289937
: 207887