]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- updated for 1.1.1 auto/th/vlc-1_1_1-1
authorlisu <lisu@pld-linux.org>
Thu, 22 Jul 2010 07:39:17 +0000 (07:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc-buildflags.patch -> 1.4

vlc-buildflags.patch

index 2fd7e53775566e0dcd7b98acc810ede04b918dcb..703a27193eca754813a64b36b31720a51ec8bf93 100644 (file)
@@ -1,6 +1,6 @@
---- vlc-1.1.0/configure.ac~    2010-06-20 22:17:11.000000000 +0200
-+++ vlc-1.1.0/configure.ac     2010-07-08 11:28:14.152064066 +0200
-@@ -1601,7 +1601,7 @@
+--- vlc-1.1.1/configure.ac~    2010-07-19 23:21:46.000000000 +0200
++++ vlc-1.1.1/configure.ac     2010-07-22 09:14:02.123884890 +0200
+@@ -1614,7 +1614,7 @@
                  plugins (default enabled)]))
  if test "${enable_lua}" != "no"
  then
@@ -9,12 +9,12 @@
      [ have_lua=yes ],
      [
      AC_MSG_WARN([lua5.1 not found, trying lua >= 5.1 instead])
-@@ -1631,7 +1631,7 @@
+@@ -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 "${ac_cv_path_LUAC}" = "false"], [
+   AS_IF([test "${LUAC}" = "false"], [
      AC_MSG_ERROR([Could not find the LUA byte compiler.])
    ])
This page took 0.189709 seconds and 4 git commands to generate.