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 365de55 commit feb56a2Copy full SHA for feb56a2
tools/travis.python.nosetests.sh
@@ -4,6 +4,9 @@
4
export PYTHONPATH=`pwd`/build/dist/lib/python2.7/site-packages/:$PYTHONPATH
5
export LD_LIBRARY_PATH=`pwd`/build/dist/lib:$LD_LIBRARY_PATH
6
7
+# FFmpeg libraries
8
+export LD_LIBRARY_PATH=`pwd`/usr/local/lib:$LD_LIBRARY_PATH
9
+
10
# Get assets
11
git clone https://github.com/avTranscoder/avTranscoder-data.git
12
export MEDIA_MANAGER_TEST_VIDEO_FILE=`pwd`/avTranscoder-data/video/BigBuckBunny/BigBuckBunny_480p_stereo.avi
0 commit comments