]> git.pld-linux.org Git - packages/vlc.git/blame - vlc-buildflags.patch
- added mfx bcond (qsv codec plugin)
[packages/vlc.git] / vlc-buildflags.patch
CommitLineData
b994c16f 1--- vlc-1.1.1/configure.ac~ 2010-07-19 23:21:46.000000000 +0200
2+++ vlc-1.1.1/configure.ac 2010-07-22 09:14:02.123884890 +0200
7533735a 3@@ -1511,7 +1511,7 @@
273b8a97 4 [
7533735a
AM
5 AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua 5.1 instead])
6
7- PKG_CHECK_MODULES(LUA, lua5.1,
8+ PKG_CHECK_MODULES(LUA, lua51,
9 [ have_lua=yes ],
10 [
11 AC_MSG_WARN([${LUA_PKG_ERRORS}, trying lua >= 5.1 instead])
b994c16f 12@@ -1644,7 +1644,7 @@
8044ef48 13 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.])
14 fi
15 AC_ARG_VAR([LUAC], [LUA byte compiler])
16- AC_PATH_PROGS(LUAC,[${LUAC} luac], [false])
17+ AC_PATH_PROGS(LUAC,[${LUAC} luac51], [false])
b994c16f 18 AS_IF([test "${LUAC}" = "false"], [
8044ef48 19 AC_MSG_ERROR([Could not find the LUA byte compiler.])
20 ])
This page took 0.537484 seconds and 4 git commands to generate.