mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
games/alephone: Fix build without ffmpeg.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8a86422817
commit
2926aed4ac
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
[ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--disable-ffmpeg
|
||||
[ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--without-ffmpeg
|
||||
|
||||
patch -Np1 < $CWD/ffmpeg3.patch
|
||||
|
||||
|
|
Loading…
Reference in a new issue