Projects
Staging
vlc-beta
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 411
View file
vlc-beta.patch
Changed
@@ -9,7 +9,7 @@ LIBVLC_ABI_MINOR=0 LIBVLC_ABI_MICRO=0 -@@ -2168,7 +2168,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", +@@ -2165,7 +2165,7 @@ AS_IF(test "$SYS" = "linux" -a "${enable_linsys}" != "no", dnl dnl dvdread module: check for libdvdread dnl @@ -18,7 +18,7 @@ dnl dnl libdvdnav plugin -@@ -2525,7 +2525,7 @@ AC_ARG_ENABLE(mod, +@@ -2532,7 +2532,7 @@ AC_ARG_ENABLE(mod, AS_HELP_STRING(--disable-mod, do not use libmodplug (default auto))) if test "${enable_mod}" != "no" ; then @@ -27,7 +27,16 @@ 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 -@@ -4798,7 +4798,7 @@ AS_IF(test -z "$VLC_COMPILE_HOST", +@@ -3754,7 +3754,7 @@ AS_IF(test "${enable_pipewire}" != "no", + , true) + ) + done +- AS_IF(test "${enable_pipewire}" = "yes" -a -n "${enable_pipewire}", ++ AS_IF(test "${enable_pipewire}" = "yes" -a "${have_pipewire}" = "no", + AC_MSG_ERROR($PIPEWIRE_PKG_ERRORS. Pipewire required.) + ) + ) +@@ -4848,7 +4848,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) @@ -59,7 +68,7 @@ #else // _WIN32 --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -568,7 +568,7 @@ libvlccore_la_LDFLAGS = \ +@@ -566,7 +566,7 @@ libvlccore_la_LDFLAGS = \ $(LDFLAGS_libvlccore) \ -no-undefined \ -export-symbols $(srcdir)/libvlccore.sym \
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
.