[vlc-commits] contrib/bootstrap: remove Tizen-specific code
Marvin Scholz
git at videolan.org
Mon Jul 1 16:00:56 CEST 2019
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Thu Jun 20 15:15:26 2019 +0200| [940d88caee1db836daae6beb2ab14532dff363f7] | committer: Marvin Scholz
contrib/bootstrap: remove Tizen-specific code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=940d88caee1db836daae6beb2ab14532dff363f7
---
contrib/bootstrap | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/contrib/bootstrap b/contrib/bootstrap
index 2db36dc9d7..4e662ee2a5 100755
--- a/contrib/bootstrap
+++ b/contrib/bootstrap
@@ -322,17 +322,6 @@ case "${OS}" in
esac
;;
*linux*)
- if [ "`${CC} -v 2>&1 | grep tizen`" ]; then
- case "${HOST}" in
- *arm*)
- add_make "PLATFORM_SHORT_ARCH := arm"
- ;;
- *i386*)
- add_make "PLATFORM_SHORT_ARCH := x86"
- ;;
- esac
- fi
-
add_make_enabled "HAVE_LINUX"
;;
*mingw*)
More information about the vlc-commits
mailing list