af610b2e94
- Fix LUA module support [1] - Fix volume bar position problem [1] - Update GECKO support [2] PR: 117810 [1] 125152 [2] Submitted by: Rafaël Carré <funman@videolan.org> [1] Naram Qashat <cyberbotx@cyberbotx.com> [2] Approved by: Rafaël Carré <funman@videolan.org> (maintainer)
11 lines
416 B
Text
11 lines
416 B
Text
--- configure.orig 2008-07-02 13:16:16.000000000 +0200
|
|
+++ configure 2008-07-02 13:16:48.000000000 +0200
|
|
@@ -73873,7 +73873,7 @@
|
|
|
|
VLC_CONFIG="top_builddir=\"\$(top_builddir)\" \$(top_builddir)/vlc-config"
|
|
|
|
-CPPFLAGS_save="${CPPFLAGS_save} -I\$(top_srcdir)/include -I\$(top_builddir)/include"
|
|
+CPPFLAGS_save="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPPFLAGS_save}"
|
|
|
|
|
|
CPPFLAGS="${CPPFLAGS_save}"
|