Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77812 Details for
Bug 115628
ebuild x264-svn fails to build libx264.so library
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
x264-svn-sobuild.patch
x264-svn-sobuild.patch (text/plain), 690 bytes, created by
Matteo Azzali (RETIRED)
on 2006-01-22 05:48:24 UTC
(
hide
)
Description:
x264-svn-sobuild.patch
Filename:
MIME Type:
Creator:
Matteo Azzali (RETIRED)
Created:
2006-01-22 05:48:24 UTC
Size:
690 bytes
patch
obsolete
>--- x264-svn.orig/Makefile 2006-01-22 14:34:15.000000000 +0100 >+++ x264-svn/Makefile 2006-01-22 14:36:30.000000000 +0100 >@@ -61,6 +61,7 @@ > libx264.a: .depend $(OBJS) $(OBJASM) > ar rc libx264.a $(OBJS) $(OBJASM) > ranlib libx264.a >+ $(CC) -shared -o libx264.so $(OBJS) $(OBJASM) > > x264$(EXE): libx264.a x264.o matroska.o > $(CC) -o $@ x264.o matroska.o libx264.a $(LDFLAGS) >@@ -98,6 +99,7 @@ > install -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir) > install -m 644 x264.h $(DESTDIR)$(includedir) > install -m 644 libx264.a $(DESTDIR)$(libdir) >+ install -m 644 libx264.so $(DESTDIR)$(libdir) > install x264 $(DESTDIR)$(bindir) > ranlib $(DESTDIR)$(libdir)/libx264.a >
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 115628
: 77812 |
77814