We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635f492 commit 49237b5Copy full SHA for 49237b5
travis/build-wheels.sh
@@ -33,23 +33,7 @@ git cherry-pick b1d208891b9f
33
34
mkdir build
35
36
-export JPEG_INCLUDE_DIR="/opt/libjpeg-turbo/include"
37
-export JPEG_LIBRARY="/opt/libjpeg-turbo/lib32/libjpeg.a"
38
-
39
-MACHINE_TYPE=$(uname -m)
40
-if [[ ${MACHINE_TYPE} == 'x86_64' ]]; then
41
- JPEG_LIBRARY="/opt/libjpeg-turbo/lib64/libjpeg.a"
42
-fi
43
44
-export LDFLAGS=-L/root/ffmpeg_build/lib
45
-export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/root/ffmpeg_build/lib/pkgconfig
46
-export PATH=~/bin:$PATH
47
48
ffmpeg -L
49
50
-export QTDIR=/opt/Qt4.8.7
51
-export PATH=$QTDIR/bin:$PATH
52
53
qmake -query
54
55
if [[ $PYTHON_VERSION == 2* ]] && [[ $ENABLE_CONTRIB == 0 ]]; then
0 commit comments