FreeBSD Bugzilla – Attachment 150816 Details for
Bug 196033
multimedia/libx264: Missing symbols on armv6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
full patch
libx264.patch (text/plain), 1007 bytes, created by
Mikael Urankar
on 2014-12-20 18:17:43 UTC
(
hide
)
Description:
full patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2014-12-20 18:17:43 UTC
Size:
1007 bytes
patch
obsolete
>--- Makefile.orig >+++ Makefile >@@ -45,6 +45,8 @@ CONFIGURE_ARGS+= --extra-cflags="-I${LOCALBASE}/include" \ > --disable-opencl \ > --disable-cli > >+CFLAGS_armv6+= -mcpu=arm1136jf-s >+ > PLIST_SUB+= X264_BUILD=${X264_BUILD} > > .include <bsd.port.options.mk> >@@ -103,5 +105,6 @@ post-patch: > @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ > s|$${libdir}/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ > ${WRKSRC}/Makefile >+ @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure > > .include <bsd.port.mk> > >--- files/patch-Makefile.orig >+++ files/patch-Makefile >@@ -31,3 +31,12 @@ > ifneq ($(AS),) > SRCS += common/ppc/mc.c common/ppc/pixel.c common/ppc/dct.c \ > common/ppc/quant.c common/ppc/deblock.c \ >+@@ -113,7 +120,7 @@ endif >+ endif >+ >+ # NEON optims >+-ifeq ($(ARCH),ARM) >++ifeq ($(ARCH),armv6) >+ ifneq ($(AS),) >+ ASMSRC += common/arm/cpu-a.S common/arm/pixel-a.S common/arm/mc-a.S \ >+ common/arm/dct-a.S common/arm/quant-a.S common/arm/deblock-a.S \
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 196033
:
150649
|
150810
|
150811
| 150816