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

Commit

Permalink
x264: update for new env
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 18, 2021
1 parent 39e12c0 commit 67dcdb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extra/x264/build
@@ -1,7 +1,5 @@
#!/bin/sh -e

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

patch -p1 < x264-no-bash.patch

./configure \
Expand All @@ -12,4 +10,4 @@ patch -p1 < x264-no-bash.patch
--enable-shared

make
make DESTDIR="$1" install
make install

0 comments on commit 67dcdb8

Please sign in to comment.