extra/x265: remove verbose

This commit is contained in:
Kevin Mihelich 2014-03-30 05:00:43 +00:00
parent ea3f3f5e26
commit df60ccca18

View file

@ -28,7 +28,7 @@ build() {
cd multicoreware-x265-*/build/linux
[[ $CARCH == x86_64 ]] && LDFLAGS+=',-z,noexecstack'
cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr ../../source
make VERBOSE=1
make
}
package() {