]> git.sesse.net Git - vlc/commitdiff
contrib: vpx: remove useless condition
authorRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 17:23:49 +0000 (10:23 -0700)
committerRafaël Carré <funman@videolan.org>
Sun, 8 Jun 2014 18:30:05 +0000 (11:30 -0700)
contrib/src/vpx/rules.mak

index 410c14823f88d21b76066667a5e63603c7cddf80..3317b3b8d8f713a65a2eff0144703d20c64061bf 100644 (file)
@@ -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 \