]> git.sesse.net Git - vlc/commitdiff
contrib: vpx: build scripts do not use bash anymore
authorRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 17:26:46 +0000 (10:26 -0700)
committerRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 18:30:06 +0000 (11:30 -0700)
contrib/src/vpx/rules.mak

index 3317b3b8d8f713a65a2eff0144703d20c64061bf..20fcb39d840046ccd4285d80ea1684501b38ab1a 100644 (file)
@@ -13,11 +13,6 @@ libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx
        $(APPLY) $(SRC)/vpx/libvpx-no-cross.patch
        $(APPLY) $(SRC)/vpx/windows.patch
        $(APPLY) $(SRC)/vpx/libvpx-mac.patch
-ifneq ($(which bash),/bin/bash)
-       sed -i.orig \
-               s,^\#!/bin/bash,\#!`which bash`,g \
-               `grep -Rl ^\#!/bin/bash libvpx-$(VPX_VERSION)`
-endif
        $(MOVE)
 
 DEPS_vpx =