forked from kiss-community/repo
x264: new package at 20190507-2245
This commit is contained in:
parent
a7942d1dac
commit
405300c25e
11
testing/x264/build
Executable file
11
testing/x264/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-swscale \
|
||||
--enable-static \
|
||||
--enable-pic \
|
||||
--enable-shared
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
testing/x264/checksums
Normal file
1
testing/x264/checksums
Normal file
@ -0,0 +1 @@
|
||||
f2dc1e892e993594b772a006f6f8fe6296cea4230a030dd30ea25e41102bb954 x264-snapshot-20190507-2245-stable.tar.bz2
|
2
testing/x264/depends
Normal file
2
testing/x264/depends
Normal file
@ -0,0 +1,2 @@
|
||||
#perl make
|
||||
#nasm make
|
1
testing/x264/sources
Normal file
1
testing/x264/sources
Normal file
@ -0,0 +1 @@
|
||||
http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20190507-2245-stable.tar.bz2
|
1
testing/x264/version
Normal file
1
testing/x264/version
Normal file
@ -0,0 +1 @@
|
||||
20190507-2245 1
|
Loading…
Reference in New Issue
Block a user