From 78dd9607cc5e06d41bf7dc431896a1f791708d7f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 18 Nov 2016 16:00:14 +0100 Subject: [PATCH] ffmpeg: Use `cc` instead of `gcc` `cc` is the generic command for the compiler, and uses the default one, which might be Clang on some systems. --- ffmpeg.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ffmpeg.be0 b/ffmpeg.be0 index 1c6895cdb..a3b9026e6 100755 --- a/ffmpeg.be0 +++ b/ffmpeg.be0 @@ -53,7 +53,7 @@ mee_configure() { mee_build() { bee_build - gcc ${B}/tools/qt-faststart.c -o ${B}/tools/qt-faststart + cc ${B}/tools/qt-faststart.c -o ${B}/tools/qt-faststart } mee_install() {