[vlc-commits] [Git][videolan/vlc][master] contrib: remove Winphone specific flag
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Fri Jun 9 12:25:43 UTC 2023
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
9d3a1242 by Steve Lhomme at 2023-06-09T11:19:53+00:00
contrib: remove Winphone specific flag
We don't support it anymore and that platform is dead. We don't
even use the flag to enable/disable anything.
- - - - -
2 changed files:
- contrib/bootstrap
- contrib/src/main.mak
Changes:
=====================================
contrib/bootstrap
=====================================
@@ -322,11 +322,6 @@ case "${OS}" in
;;
*mingw*)
add_make_enabled "HAVE_WIN32"
- case "${HOST}" in
- *winphone*|*windowsphone*)
- add_make_enabled "HAVE_WINDOWSPHONE"
- ;;
- esac
case "${HOST}" in
*winphone*|*windowsphone*|*winrt*|*uwp*)
add_make_enabled "HAVE_WINSTORE"
=====================================
contrib/src/main.mak
=====================================
@@ -646,9 +646,6 @@ ifdef HAVE_VISUALSTUDIO
ifdef HAVE_WINSTORE
CMAKE_SYSTEM_NAME = WindowsStore
endif
-ifdef HAVE_WINDOWSPHONE
-CMAKE_SYSTEM_NAME = WindowsPhone
-endif
endif
endif
ifdef HAVE_DARWIN_OS
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9d3a12427f4a16e1318663a05ee46ba4d6088971
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/9d3a12427f4a16e1318663a05ee46ba4d6088971
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list