Skip to content

Commit

Permalink
libvpx: Cleaning up the BUILD a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed May 14, 2015
1 parent 48e4baf commit d481cff
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions video/libvpx/BUILD
@@ -1,17 +1,24 @@
(

mkdir build-$MODULE &&
cd build-$MODULE &&

CFLAGS="-fPIC" &&

OPTS="--enable-vp8 --enable-postproc --enable-shared --as=yasm \
--enable-runtime-cpu-detect --disable-install-docs --enable-pic --disable-examples" &&
OPTS+=" --prefix=/usr \
--enable-vp8 \
--enable-pic \
--enable-postproc \
--enable-shared \
--as=yasm \
--enable-vp9 \
--enable-vp9-highbitdepth \
--enable-vp9-postproc \
--enable-runtime-cpu-detect \
--disable-install-docs \
--disable-examples \
--enable-webm-io \
--enable-postproc" &&

../configure $OPTS &&
mkdir build-$MODULE &&
cd build-$MODULE

sedit "s:/usr/local:/usr:" config.mk &&
../configure $OPTS &&

default_make

) > $C_FIFO 2>&1

0 comments on commit d481cff

Please sign in to comment.