Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 101188 Details for
Bug 153992
media-video/jubler-3.3.0 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make file fixes
ffdecode_makefile.patch (text/plain), 808 bytes, created by
Serkan Kaba (RETIRED)
on 2006-11-03 21:59:02 UTC
(
hide
)
Description:
make file fixes
Filename:
MIME Type:
Creator:
Serkan Kaba (RETIRED)
Created:
2006-11-03 21:59:02 UTC
Size:
808 bytes
patch
obsolete
>diff -ur Jubler-3.0.0-rc4/resources/ffdecode/Makefile Jubler-3 (copy).0.0-rc4/resources/ffdecode/Makefile >--- Jubler-3.0.0-rc4/resources/ffdecode/Makefile 2006-04-26 20:43:52.000000000 +0300 >+++ Jubler-3 (copy).0.0-rc4/resources/ffdecode/Makefile 2006-11-02 01:39:41.000000000 +0200 >@@ -43,6 +43,7 @@ > > SRCS=$(shell ls 2>/dev/null *.c) > OBJS=$(SRCS:.c=.o) >+CC=${PREF}gcc > > > ifeq (${SYSTEM},linux) >@@ -82,7 +83,6 @@ > FCOPTS=--enable-gpl --disable-mmx --cpu=unknown --enable-a52 --disable-debug --extra-cflags=-fno-common --enable-shared > endif > >-CC=${PREF}gcc ${ARCH} > RANLIB=${PREF}ranlib > STRIP=${PREF}strip > >@@ -134,7 +134,7 @@ > LIB:${LIBNAME} > > $(LIBNAME):ffmpeg $(OBJS) ranlib >- $(LD) $(ARCH) -o $(LIBNAME) $(OBJS) $(LINKOPTS) >+ $(LD) -o $(LIBNAME) $(OBJS) $(LINKOPTS) > # $(STRIP) $(LIBNAME) > >
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 153992
:
101186
|
101187
| 101188 |
101189
|
101190
|
101204
|
101207
|
101411
|
101412
|
103008
|
103009
|
103010
|
103485
|
103486