Skip to content

Commit

Permalink
ffmpeg: Add start_cmd in front of configure line
Browse files Browse the repository at this point in the history
That way, the actual command is printed on the screen.
  • Loading branch information
pmenzel committed Nov 18, 2016
1 parent ec12333 commit f40c8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg.be0
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SRCURL[0]="https://ffmpeg.org/releases/ffmpeg-${PKGVERSION}.tar.bz2"

mee_configure() {
sed -i 's/-lflite"/-lflite -lasound"/' ${S}/configure
${S}/configure \
start_cmd ${S}/configure \
--prefix=${PREFIX} \
--enable-gpl \
--enable-version3 \
Expand Down

0 comments on commit f40c8b2

Please sign in to comment.