Merge pull request #428 from fr500/master

fix this for linux too
This commit is contained in:
hizzlekizzle 2017-01-13 23:07:56 -06:00 committed by GitHub
commit c904bef5c4

View File

@ -1892,8 +1892,10 @@ if [ "${PLATFORM}" = "unix" ]; then
echo "buildbot job: $jobid Building"
echo
compile_audio_filters ${HELPER} ${MAKE}
compile_audio_filters ${HELPER} ${MAKE}
cd $RADIR
compile_video_filters ${HELPER} ${MAKE}
cd $RADIR
echo "configuring..."
echo "configure command: $CONFIGURE $ARGS"