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

DrZaius commented on 2011-05-06 20:37 (UTC)

@heaven I know --enable-shared is present in x264 from the repository. Yes, it works if both x264-git and ffmpeg-mt-git both have --enable-shared. I know --enable-pic is not needed when --enable-shared is used. --enable-pic does nothing on 32-bit, and --enable-shared automatically implies --enable-pic on x86_64. If you build ffmpeg-mt-git as PIC you must build x264-git as PIC. So, to summarize, your options are: 1. remove --enable-shared from ffmpeg-mt-git, or 2. add --enable-shared to x264-git, or 3. change ffmpeg-mt-git to use x264 as a depends (although this can cause issues if x264 becomes too old)

heaven commented on 2011-05-06 19:42 (UTC)

@DrZaius --enable-shared present in the /var/abs/extra/ffmpeg/PKGBUILD and also in the x264 PKGBUILD file. And when it present in both files all is alright and --enable-pic is not needed.

DrZaius commented on 2011-05-05 23:20 (UTC)

@heaven Remove --enable-shared from ffmpeg-mt-git.

heaven commented on 2011-05-05 12:53 (UTC)

I cannot build ffmpeg-mt-git without PIC.

DrZaius commented on 2011-04-26 20:07 (UTC)

Why do you want '--enable-pic'?

sl1pkn07 commented on 2011-04-26 20:04 (UTC)

please, add --enable-pic in configure (for ffmpeg-mt)

DrZaius commented on 2011-04-20 20:45 (UTC)

@liganic and @gaougalos: Uninstall libav-git. Compile x264-git. Compile ffmpeg-git (or libav-git if you want that for some reason). Remove then compile x264-git again if you want lavf support in x264 (optional).

liganic commented on 2011-04-20 19:37 (UTC)

@DrZaius the error happens with libav-git installed.

DrZaius commented on 2011-04-18 19:33 (UTC)

@gaougalos Do you have ffmpeg, ffmpeg-git, or libav-git installed?