Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
libvlc-nuget
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
libvlc-nuget
Commits
b75a440d
Commit
b75a440d
authored
3 years ago
by
Martin Finkel
Browse files
Options
Downloads
Patches
Plain Diff
uwp: make lgpl build
parent
650012ed
No related branches found
No related tags found
1 merge request
!6
make lgpl build
Pipeline
#152278
passed with stage
in 19 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patches/0001-lgpl-build.patch
+21
-12
21 additions, 12 deletions
patches/0001-lgpl-build.patch
with
21 additions
and
12 deletions
patches/0001-
copy-previous-winrt-config
.patch
→
patches/0001-
lgpl-build
.patch
+
21
−
12
View file @
b75a440d
From
11bd4fbc866c0df8be045ea7dc4b1e2d9d8c9d3b
Mon Sep 17 00:00:00 2001
From
a96d3a736bfe0c72b6e037adf219c0bf48ccdd79
Mon Sep 17 00:00:00 2001
From: Martin Finkel <me@martinfinkel.com>
Date: Tue, 26 Oct 2021 14:17:28 +0700
Subject: [PATCH 1/1]
copy previous winrt config
Subject: [PATCH 1/1]
lgpl build
---
extras/package/win32/build.sh | 30 ++++++++++++++++++++++++++++++
extras/package/win32/configure.sh |
1
-
2 files changed, 3
0
insertions(+),
1
deletion(-)
extras/package/win32/configure.sh |
5 ++--
-
2 files changed, 3
2
insertions(+),
3
deletion
s
(-)
diff --git a/extras/package/win32/build.sh b/extras/package/win32/build.sh
index 654ac99d59..
2de2e29114
100755
index 654ac99d59..
ec657a1d6d
100755
--- a/extras/package/win32/build.sh
+++ b/extras/package/win32/build.sh
@@ -280,6 +280,8 @@
fi
export CFLAGS
export CXXFLAGS
+CONTRIBFLAGS="$CONTRIBFLAGS --disable-schroedinger --disable-vncserver --disable-chromaprint --enable-zvbi --enable-gme --enable-vorbis --
en
able-mad --
en
able-sidplay2 --
en
able-samplerate --enable-iconv --disable-goom --
en
able-dca --disable-gpg-error --enable-ass --disable-g
nuv3
--enable-ssh2 --disable-vncclient --enable-jpeg --
en
able-postproc --enable-vpx --disable-aom"
+CONTRIBFLAGS="$CONTRIBFLAGS --disable-schroedinger --disable-vncserver --disable-chromaprint --enable-zvbi --enable-gme --enable-vorbis --
dis
able-mad --
dis
able-sidplay2 --
dis
able-samplerate --enable-iconv --disable-goom --
dis
able-dca --disable-gpg-error --enable-ass --disable-g
pl --enable-ad-clauses
--enable-ssh2 --disable-vncclient --enable-jpeg --
dis
able-postproc --enable-vpx --disable-aom"
+
${VLC_ROOT_PATH}/contrib/bootstrap --host=$TRIPLET --prefix=../$CONTRIB_PREFIX $CONTRIBFLAGS
...
...
@@ -31,7 +31,7 @@ index 654ac99d59..2de2e29114 100755
+ --enable-theora
+ --disable-twolame
+ --enable-avcodec --enable-merge-ffmpeg
+ --
en
able-dca
+ --
dis
able-dca
+ --enable-mpc
+ --enable-libass
+ --disable-x264
...
...
@@ -43,25 +43,34 @@ index 654ac99d59..2de2e29114 100755
+ --enable-sse --enable-mmx
+ --disable-libcddb
+ --enable-zvbi --disable-telx
+ --
en
able-mad
+ --
dis
able-mad
+ --disable-a52
+ --enable-dsm
+ --disable-smbclient
+ --enable-flac
+ --enable-jpeg
+ --enable-vpx
+ --
en
able-postproc
+ --
dis
able-postproc
+ --enable-gme"
+
${SCRIPT_PATH}/configure.sh --host=$TRIPLET --with-contrib=../contrib/$CONTRIB_PREFIX $CONFIGFLAGS
info "Compiling"
diff --git a/extras/package/win32/configure.sh b/extras/package/win32/configure.sh
index 455ff18dd3..
dbf95ea8e2
100755
index 455ff18dd3..
59331cbe9d
100755
--- a/extras/package/win32/configure.sh
+++ b/extras/package/win32/configure.sh
@@ -10,7 +10,6 @@
OPTIONS="
--enable-dca
@@ -3,14 +3,13 @@
OPTIONS="
--enable-update-check
--enable-lua
- --enable-faad
+ --disable-faad
--enable-flac
--enable-theora
--enable-avcodec --enable-merge-ffmpeg
- --enable-dca
+ --disable-dca
--enable-mpc
--enable-libass
- --enable-schroedinger
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment