~vcs-imports/xjadeo/master

« back to all changes in this revision

Viewing changes to x-osx-buildstack.sh

  • Committer: Robin Gareus
  • Date: 2015-11-22 16:01:38 UTC
  • Revision ID: git-v1:461eaa33922b6df48ce2c32486be5db7fd90ba72
update to vpx-1.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
#
205
205
 
206
206
################################################################################
207
 
src libvpx-v1.3.0 tar.bz2 https://webm.googlecode.com/files/libvpx-v1.3.0.tar.bz2
 
207
src libvpx-v1.5.0 tar.bz2 http://downloads.webmproject.org/releases/webm/libvpx-1.5.0.tar.bz2
208
208
 
209
209
function buildvpx {
210
 
cd ${BUILDD}/libvpx-v1.3.0
 
210
cd ${BUILDD}/libvpx-v1.5.0
211
211
./configure --prefix=$PREFIX --target=$1
212
212
make clean
213
213
make $MAKEFLAGS && make install
236
236
 
237
237
./configure --prefix=${PREFIX} \
238
238
        --enable-libvpx \
239
 
        --enable-shared --enable-gpl --disable-static --disable-debug \
 
239
        --enable-shared --enable-gpl --disable-static --disable-debug --disable-doc \
240
240
        --disable-programs --disable-iconv \
241
241
        --arch=x86_32 --target-os=darwin --cpu=i686 --enable-cross-compile \
242
242
        --extra-cflags="-arch i386 ${OSXCOMPAT}  -I${PREFIX}/include" \
251
251
cd ${BUILDD}/ffmpeg-${FFVERSION}/
252
252
./configure --prefix=${PREFIX} \
253
253
        --enable-libvpx \
254
 
        --enable-shared --enable-gpl --disable-static --disable-debug \
 
254
        --enable-shared --enable-gpl --disable-static --disable-debug --disable-doc \
255
255
        --disable-programs --disable-iconv \
256
256
        --arch=x86_64 \
257
257
        --extra-cflags="-arch x86_64 ${OSXCOMPAT}  -I${PREFIX}/include" \
265
265
cd ${BUILDD}/ffmpeg-${FFVERSION}/
266
266
./configure --prefix=${PREFIX} \
267
267
        --enable-libvpx \
268
 
        --enable-shared --enable-gpl --disable-static --disable-debug \
 
268
        --enable-shared --enable-gpl --disable-static --disable-debug --disable-doc \
269
269
        --disable-programs --disable-iconv \
270
270
        --arch=ppc \
271
271
        --extra-cflags="-arch ppc ${OSXCOMPAT}  -I${PREFIX}/include" \