]> git.pld-linux.org Git - packages/vlc.git/blobdiff - vlc-buildflags.patch
libplacebo rebuild
[packages/vlc.git] / vlc-buildflags.patch
index 1e912f41f16c5f59af4f6730723c3953de8f5f33..8877e0d37f7ff4bd5c8d977f9dae7b5a991741d1 100644 (file)
@@ -9,12 +9,3 @@
        [ have_lua=yes ],
        [
        AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua >= 5.1 instead])
-@@ -1644,7 +1644,7 @@
-       AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.])
-   fi
-   AC_ARG_VAR([LUAC], [LUA byte compiler])
--  AC_PATH_PROGS(LUAC,[${LUAC} luac], [false])
-+  AC_PATH_PROGS(LUAC,[${LUAC} luac51], [false])
-   AS_IF([test "${LUAC}" = "false"], [
-     AC_MSG_ERROR([Could not find the LUA byte compiler.])
-   ])
This page took 0.053089 seconds and 4 git commands to generate.