repo.or.cz
/
kiss-trunc88.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hblock: bump to 3.4.0
[kiss-trunc88.git]
/
ffmpeg.old
/
build
blob
ba5d33d408ed4c728b44cd99cdbf925d769aa700
1
#!/bin/sh -e
2
3
patch
-p1
<
vp9_dts_correction.
patch
4
5
.
/
configure \
6
--cc
=
"
${CC:-cc}
"
\
7
--cxx
=
"
${CXX:-c++}
"
\
8
--prefix
=/
usr \
9
--disable-debug
\
10
--disable-libxml2
\
11
--disable-static
\
12
--enable-gpl
\
13
--enable-libass
\
14
--enable-libdrm
\
15
--enable-libfdk-aac
\
16
--enable-libmp3lame
\
17
--enable-libopus
\
18
--enable-libvorbis
\
19
--enable-libvpx
\
20
--enable-libwebp
\
21
--enable-libx264
\
22
--enable-libx265
\
23
--enable-libxvid
\
24
--enable-nonfree
\
25
--enable-openssl
\
26
--enable-shared
\
27
--enable-version3
\
28
--x86asmexe
=
nasm \
29
30
make
31
make
DESTDIR
=
"
$1
"
install
32
33
rm
-rf
"
$1
/usr/share/ffmpeg/examples"