games/alephone: Fix build without ffmpeg.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-08-15 14:15:20 -04:00 committed by Willy Sudiarto Raharjo
parent 8a86422817
commit 2926aed4ac
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -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