[vlc-commits] contrib: vpx: remove useless condition
Rafaël Carré
git at videolan.org
Sun Jun 8 20:31:19 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sun Jun 8 10:23:49 2014 -0700| [5f3cec81948f123468f816cc66c21af6899cfac7] | committer: Rafaël Carré
contrib: vpx: remove useless condition
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5f3cec81948f123468f816cc66c21af6899cfac7
---
contrib/src/vpx/rules.mak | 2 --
1 file changed, 2 deletions(-)
diff --git a/contrib/src/vpx/rules.mak b/contrib/src/vpx/rules.mak
index 410c148..3317b3b 100644
--- a/contrib/src/vpx/rules.mak
+++ b/contrib/src/vpx/rules.mak
@@ -12,9 +12,7 @@ libvpx: libvpx-$(VPX_VERSION).tar.bz2 .sum-vpx
$(UNPACK)
$(APPLY) $(SRC)/vpx/libvpx-no-cross.patch
$(APPLY) $(SRC)/vpx/windows.patch
-ifdef HAVE_MACOSX
$(APPLY) $(SRC)/vpx/libvpx-mac.patch
-endif
ifneq ($(which bash),/bin/bash)
sed -i.orig \
s,^\#!/bin/bash,\#!`which bash`,g \
More information about the vlc-commits
mailing list