Package Details: x264-git 161.r3042.gb3aadb76-1

Git Clone URL: https://aur.archlinux.org/x264-git.git (read-only, click to copy)
Package Base: x264-git
Description: Open Source H.264/AVC video encoder (git version)
Upstream URL: https://www.videolan.org/developers/x264.html
Keywords: avc h.264 h264 libx264 mpeg mpeg-4 mpeg4
Licenses: GPL
Conflicts: libx264, libx264-10bit, libx264-all, x264
Provides: libx264, libx264-git, libx264.so, x264
Replaces: libx264-10bit-git, libx264-all-git, libx264-git
Submitter: pressh
Maintainer: dbermond
Last Packager: dbermond
Votes: 235
Popularity: 0.000000
First Submitted: 2008-03-18 09:05 (UTC)
Last Updated: 2021-01-27 22:31 (UTC)

Dependencies (4)

Required by (179)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 12 Next › Last »

dbermond commented on 2018-08-16 15:23 (UTC)

@Det The corresponding package have changed in the official repositories. Now there is only a single package named x264 which provides CLI and library. They have simplified things, sticking with the Arch KISS principle. Up to you if will follow or not, I'm just informing.

Det commented on 2018-01-03 17:52 (UTC)

Same thing. The log seems fairly clean: http://git.videolan.org/?p=x264.git;a=summary

a36233 commented on 2018-01-02 12:40 (UTC)

../x264/filters/video/resize.c: In function ‘pick_closest_supported_csp’: ../x264/filters/video/resize.c:215:30: error: ‘AVComponentDescriptor {aka const struct AVComponentDescriptor}’ has no member named ‘depth’ if( pix_desc->comp[i].depth > 8 ) ^ make: *** [Makefile:277: filters/video/resize.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...

Det commented on 2017-07-29 17:40 (UTC)

@prazola, no idea? Clean your src/, reset your makepkg.conf, check free space, etc. Well.. guess those are "ideas". ( ͡° ͜ʖ ͡°)

prazola commented on 2017-07-29 17:29 (UTC)

I still get this error: rm -f libx264.a gcc -o libx264.so.152 common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/opencl.o encoder/slicetype-cl.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-64.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/trellis-64.o -shared -Wl,-soname,libx264.so.152 -Wl,-Bsymbolic -m64 -Wl,-O3,--sort-common,--as-needed,-z,relro -lm -lpthread -ldl gcc-ar rc libx264.a common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/opencl.o encoder/slicetype-cl.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-64.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/trellis-64.o gcc-ranlib libx264.a gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/avs.o input/thread.o input/lavf.o output/mp4_lsmash.o libx264.a -ldl -llsmash -lm -L. -lavformat -lavcodec -lavutil -lswscale -lswscale -lavutil -m64 -Wl,-O3,--sort-common,--as-needed,-z,relro -lm -lpthread -ldl collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. make: *** [Makefile:202: x264] Error 1

dbermond commented on 2017-07-22 17:47 (UTC)

@Det I can confirm that it's working now. Thank you for the fast fix.

Det commented on 2017-07-22 17:28 (UTC)

Didn't realize it was broken. Guess not a lot of people are using it lately. Fixed.

dbermond commented on 2017-07-22 17:22 (UTC)

@Det Package is broken. It gives the error reported by @prazola. Can you please fix it? If anyone wants a manual fix in order to compile, change line 86 in PKGBUILD to: install -m 755 "$_pkgname"-10bit/x264 "$pkgdir"/usr/bin/x264-10bit

prazola commented on 2017-03-21 20:16 (UTC)

gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/avs.o input/thread.o input/lavf.o output/mp4_lsmash.o libx264.a -ldl -llsmash -lm -L. -lavformat -lavcodec -lavutil -lswscale -lswscale -lavutil -m64 -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lpthread ==> Entering fakeroot environment... ==> Starting package_x264-git()... make: Entering directory '/mk/x264-git/src/x264' install -d /mk/x264-git/pkg/x264-git/usr/bin install x264 /mk/x264-git/pkg/x264-git/usr/bin make: Leaving directory '/mk/x264-git/src/x264' install: cannot stat 'x264-git-10bit/x264': No such file or directory

Det commented on 2017-03-19 10:21 (UTC)

Donesies.