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 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

DrZaius commented on 2011-08-11 20:49 (UTC)

Which MPlayer package? Repo, AUR, something else?

yegorius commented on 2011-08-11 20:30 (UTC)

I get this: /usr/bin/mplayer: error while loading shared libraries: libx264.so.115: cannot open shared object file: No such file or directory

DrZaius commented on 2011-07-05 20:02 (UTC)

Which Amarok package? From the repo, AUR, modified ABS?

qwerty12 commented on 2011-07-05 12:19 (UTC)

Please add "--enable-shared" back again. Building x264 with "--enable-shared --enable-static" works fine and it means that Amarok still starts on my system.

blackhole commented on 2011-06-15 21:16 (UTC)

The easy solution for me have been to compile x264-git manually and substitute the x264 in /usr/bin from the official repo with the one provided by this package (after renaming x264 to x264.back...). This way (temporarily) I can use the nice x264 blu ray compliant encoding gui (hybrid) without errors, since only the last x264 support options like --bluray-compat and others.

blackhole commented on 2011-06-15 12:44 (UTC)

I don't understand: if I install this package other packages will not work (mplayer with 264 file, for example). I suppose it is not a real substitute for x264 package?

DrZaius commented on 2011-06-12 20:48 (UTC)

Shared is not enabled in x264-git. There is currently no --disable-shared option. $ ./configure --enable-static ... shared: no static: yes