Skip to content

Commit

Permalink
fixup output dir naming
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoury committed Jul 25, 2017
1 parent 7b5e067 commit 21c3e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ git clone "${FFMPEG_BARE_PATH}" "${FFMPEG_DIR}"
#here we source a file that sets CONFIG_LIBAV string to the config we want
if [ -f "${FLAVOR}" ]; then
. "${FLAVOR}"
FLAVOR=$(echo "${FLAVOR}" | sed -E 's/config_(.+)\.sh/\1/')
else
FLAVOR='default'
CONFIG_LIBAV=
Expand Down

0 comments on commit 21c3e20

Please sign in to comment.