Package Details: x262-git 0.142.2631+93.9679f15-1

Git Clone URL: https://aur.archlinux.org/x262-git.git (read-only, click to copy)
Package Base: x262-git
Description: x264 with MPEG-2 video support (GIT version)
Upstream URL: https://www.videolan.org/developers/x262.html
Licenses: GPL
Conflicts: x262
Provides: x262
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 0
Popularity: 0.000000
First Submitted: 2013-09-15 16:29 (UTC)
Last Updated: 2024-03-18 00:09 (UTC)

Latest Comments

« First ‹ Previous 1 2

a821 commented on 2024-02-25 10:55 (UTC)

I cannot build it in a clean chroot with extra-x86_64-build. Here is a trimmed log

  -> Build FFmpegsource
[ ... ]
checking pkg-config is at least version 0.22... yes
checking for libavformat >= 53.20.0 libavcodec >= 53.24.0 libswscale >= 0.7.0 libavutil >= 51.21.0 ... yes
checking whether linking with FFmpeg or Libav... FFmpeg
checking whether FFmpeg works... no
configure: error: in '/build/x262-git/src/build-ffms2':
configure: error: cannot link with FFmpeg
See 'config.log' for more details
==> ERROR: A failure occurred in build().
    Aborting...

The full build log: https://0x0.st/H5FG.log

micwoj92 commented on 2021-04-04 22:12 (UTC)

Hello, could you update homepage to https?

mirh commented on 2020-08-11 12:33 (UTC)

You can apply this patch to fix the error https://github.com/mirror/x264/commit/a0cd7d38acb6c31973228ab207e18344920e0aa3

dreieck commented on 2018-05-15 17:51 (UTC)

Fails to build for me:

gcc -Wshadow -O3 -ffast-math -m64   -g0 -march=x86-64 -mtune=generic -O3 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fomit-frame-pointer -fPIC -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5       -fomit-frame-pointer -fno-tree-vectorize   -c -o x264.o x264.c
x264.c: In function ‘print_csp_names’:
x264.c:439:15: error: variable ‘i’ has initializer but incomplete type
     for( enum PixelFormat i = AV_PIX_FMT_NONE+1; i < AV_PIX_FMT_NB; i++ )
               ^~~~~~~~~~~
x264.c:439:27: error: storage size of ‘i’ isn’t known
     for( enum PixelFormat i = AV_PIX_FMT_NONE+1; i < AV_PIX_FMT_NB; i++ )
                           ^
x264.c:439:5: error: ‘enum PixelFormat’ declared in ‘for’ loop initial declaration
     for( enum PixelFormat i = AV_PIX_FMT_NONE+1; i < AV_PIX_FMT_NB; i++ )
     ^~~
x264.c:439:27: warning: unused variable ‘i’ [-Wunused-variable]
     for( enum PixelFormat i = AV_PIX_FMT_NONE+1; i < AV_PIX_FMT_NB; i++ )
                           ^
make: *** [<builtin>: x264.o] Error 1
==> ERROR: A failure occurred in build().
    Aborting...