mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Update make command
This commit is contained in:
@@ -14,7 +14,7 @@ before_install:
|
||||
- tar jxf ffmpeg-snapshot.tar.bz2
|
||||
- cd ffmpeg
|
||||
- PATH="$HOME/bin:$PATH" PKG_CONFIG_PATH="$HOME/ffmpeg_build/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg_build" --pkg-config-flags="--static" --extra-cflags="-I$HOME/ffmpeg_build/include" --extra-ldflags="-L$HOME/ffmpeg_build/lib" --bindir="$HOME/bin" --enable-libmp3lame
|
||||
- PATH="$HOME/bin:$PATH" make -j4
|
||||
- PATH="$HOME/bin:$PATH" make -s -j
|
||||
- make install
|
||||
- hash -r
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user