Projects
Staging
vlc-beta
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 329
View file
vlc-beta.patch
Changed
@@ -1,3 +1,14 @@ +--- a/buildsystem/check_qml_module.py ++++ b/buildsystem/check_qml_module.py +@@ -50,7 +50,7 @@ class QmlModuleChecker: + "-qmlFiles", f.name, + "-importPath", self.qmlpath + , +- capture_output=True, ++ stdout=subprocess.PIPE, stderr=subprocess.PIPE, + ) + + if ret.returncode != 0: --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ VERSION_EXTRA=0 @@ -27,7 +38,7 @@ VLC_ADD_PLUGIN(mod) VLC_ADD_CXXFLAGS(mod,$LIBMODPLUG_CFLAGS) VLC_ADD_CFLAGS(mod,$LIBMODPLUG_CFLAGS) #modules/demux/mod.c needs CFLAGS_mod, not CXXFLAGS_mod -@@ -4645,7 +4645,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST", +@@ -4663,7 +4663,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST", VLC_COMPILE_HOST=`hostname -f 2>/dev/null || hostname` ) AC_DEFINE_UNQUOTED(VLC_COMPILE_HOST, "$VLC_COMPILE_HOST", host which ran configure)
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.