Skip to content

Commit

Permalink
[ffmpeg] Fix missing double quotes in build.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s committed Oct 31, 2017
1 parent 5d586c4 commit 2ed4429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ffmpeg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ CFLAGS="$CFLAGS -fPIC" LDFLAGS="-L$FFMPEG_DEPS_PATH/lib/" \
CPPFLAGS="$CXXFLAGS -I$FFMPEG_DEPS_PATH/include/" \
LD_LIBRARY_PATH="$FFMPEG_DEPS_PATH/lib/" \
./autogen.sh
./configure --with-ogg=$FFMPEG_DEPS_PATH --prefix="$FFMPEG_DEPS_PATH" \
./configure --with-ogg="$FFMPEG_DEPS_PATH" --prefix="$FFMPEG_DEPS_PATH" \
--enable-static --disable-examples
make clean
make -j$(nproc)
Expand Down

0 comments on commit 2ed4429

Please sign in to comment.