fix this for linux too

This commit is contained in:
radius 2017-01-13 23:42:11 -05:00
parent de8d63adf7
commit cc32e1c20f
1 changed files with 3 additions and 1 deletions

View File

@ -1893,7 +1893,9 @@ if [ "${PLATFORM}" = "unix" ]; then
echo
compile_audio_filters ${HELPER} ${MAKE}
cd $RADIR
compile_video_filters ${HELPER} ${MAKE}
cd $RADIR
echo "configuring..."
echo "configure command: $CONFIGURE $ARGS"