Package Details: libx264-142 1:142.20140826-1

Git Clone URL: https://aur.archlinux.org/libx264-142.git (read-only, click to copy)
Package Base: libx264-142
Description: Library for encoding H264/AVC video streams (older version)
Upstream URL: http://www.videolan.org/developers/x264.html
Licenses: GPL
Provides: libx264.so.142
Submitter: cobalt
Maintainer: cobalt
Last Packager: cobalt
Votes: 23
Popularity: 0.000000
First Submitted: 2015-03-19 20:59 (UTC)
Last Updated: 2020-01-20 23:28 (UTC)

Latest Comments

1 2 3 Next › Last »

beli3ver commented on 2023-06-22 11:58 (UTC)

I get this error:

filters/video/resize.c: In Funktion »pick_closest_supported_csp«:
filters/video/resize.c:211:30: Fehler: »AVComponentDescriptor« hat kein Element namens »depth_minus1«
  211 |         if( pix_desc->comp[i].depth_minus1 >= 8 )
      |                              ^
make: *** [<eingebaut>: filters/video/resize.o] Fehler 1

rssla commented on 2020-11-25 11:36 (UTC)

/usr/bin/ld: input/ffms.o: in function open_file': ffms.c:(.text+0x282): undefined reference toFFMS_MakeIndex' /usr/bin/ld: ffms.c:(.text+0x416): undefined reference to `FFMS_MakeIndex' collect2: error: ld returned 1 exit status make: *** [Makefile:170: x264] Error 1

hackins commented on 2020-01-20 16:05 (UTC) (edited on 2020-01-20 16:33 (UTC) by hackins)

how do i get this installed? hackins@archlinux libx264-142]$ makepkg -si

==> Making package: libx264-142 1:142.20140826-1 (Mon 20 Jan 2020 06:38:07 PM MSK)

==> Checking runtime dependencies...

==> Checking buildtime dependencies...

==> Retrieving sources...

-> Cloning x264 git repo...

Cloning into bare repository '/home/hackins/libx264-142/x264'...

fatal: remote error: access denied or repository not exported: /x264.git

==> ERROR: Failure while downloading x264 git repo Aborting...

i found out that videolan git repo was moved to new address. but still dont know how to fix the error

ArjenRR commented on 2019-05-12 15:23 (UTC)

Build fails due to incorrect relative path to the diffs. Please change the lines at line 25: patch -p1 < ../x264.diff patch -p1 < ../configure.diff

into: patch -p1 < x264.diff patch -p1 < configure.diff

nicoulaj commented on 2019-02-13 14:13 (UTC)

It seems the PKGBUILD relies on current working directory instead of using ${srcdir}, this is why the patching fails. @cobalt could you please fix it ?

Enverex commented on 2018-07-25 21:14 (UTC)

Looks like the order is wrong on the patching, as it references the two files a folder above where they actually are:

/home/arcade/.cache/aurman/libx264-142/PKGBUILD: line 24: ../x264.diff: No such file or directory

InfernoZeus commented on 2017-02-22 11:27 (UTC) (edited on 2017-02-22 11:27 (UTC) by InfernoZeus)

Hi cobalt, looks like you need to rebuild the .SRCINFO. It still lists ffmpeg as a make dependency: makedepends = ffmpeg

cobalt commented on 2016-12-27 13:10 (UTC)

I made some changes, troubles with patching config.mak should be fixed now.

Jasler commented on 2016-12-26 23:17 (UTC)

This video saved my day: https://www.youtube.com/watch?v=X1NemOokbIM It's in russian, but fairly easy to follow though.

dd-han commented on 2016-12-12 15:59 (UTC)

I change PKGBUILD from patch -p3 < ../config.diff to #patch -p3 < ../config.diff echo manually patch!! read and manually patch config.mak by vim, and install l-smash, it works.