vlc | branch: master | Rafaël Carré <[email protected]> | Sun Jun  8 10:50:52 
2014 -0700| [f6e0d93b94344409d90e56d6879c493ab5663359] | committer: Rafaël Carré

contrib: lua: remove useless condition

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6e0d93b94344409d90e56d6879c493ab5663359
---

 contrib/src/lua/rules.mak |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index 3be81f2..8389692 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -41,15 +41,13 @@ lua: lua-$(LUA_VERSION).tar.gz .sum-lua
        $(APPLY) $(SRC)/lua/no-dylibs.patch
        $(APPLY) $(SRC)/lua/luac-32bits.patch
        $(APPLY) $(SRC)/lua/no-localeconv.patch
+       $(APPLY) $(SRC)/lua/lua-ios-support.patch
 ifdef HAVE_DARWIN_OS
        (cd $(UNPACK_DIR) && \
        sed -e 's%gcc%$(CC)%' \
                -e 's%LDFLAGS=%LDFLAGS=$(EXTRA_CFLAGS) $(EXTRA_LDFLAGS)%' \
                -i.orig src/Makefile)
 endif
-ifdef HAVE_IOS
-       $(APPLY) $(SRC)/lua/lua-ios-support.patch
-endif
 ifdef HAVE_WIN32
        cd $(UNPACK_DIR) && sed -i.orig -e 's/lua luac/lua.exe luac.exe/' 
Makefile
 endif

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to