Permalink
Newer
100755
34 lines (24 sloc)
674 Bytes
5
# SRCURL="https://bitbucket.org/multicoreware/x265/downloads/x265_${PKGVERSION}.tar.gz"
6
SRCURL="/src/mariux/beeroot/downloads/x265_${PKGVERSION}.tar.gz"
8
# PATCHURL="http://www.linuxfromscratch.org/patches/blfs/svn/x265_2.1-enable_static-1.patch"
9
PATCHURL="/src/mariux/beeroot/downloads/x265_2.1-enable_static-1.patch"
10
11
# build_in_sourcedir
12
13
sourcesubdir_append source
14
15
#mee_extract() {
16
# bee_extract "${@}"
17
#}
18
22
23
mee_configure() {
24
bee_configure -G "Unix Makefiles" \
25
-DENABLE_STATIC=OFF
26
}
27