Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
libvpx: set generic CC/CXX if unset
Browse files Browse the repository at this point in the history
Closes #260
  • Loading branch information
dylanaraps committed Jul 3, 2021
1 parent 77dc059 commit d651237
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extra/libvpx/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh -e

export CC=${CC:-cc} CXX=${CXX:-c++}

patch -p1 < fix-busybox-diff.patch

# Remove the perl requirement from configure
Expand All @@ -9,6 +11,7 @@ sed -i 's/perl/:/g' configure

./configure \
--prefix=/usr \
--target=x86_64-linux-gcc \
--enable-vp8 \
--enable-vp9 \
--enable-experimental \
Expand Down

0 comments on commit d651237

Please sign in to comment.