Skip to content

Commit

Permalink
ffmpeg: Use cc instead of gcc
Browse files Browse the repository at this point in the history
`cc` is the generic command for the compiler, and uses the default one,
which might be Clang on some systems.
  • Loading branch information
pmenzel committed Nov 18, 2016
1 parent f40c8b2 commit 78dd960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpeg.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 78dd960

Please sign in to comment.