Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvlcjni
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Steve Lhomme
libvlcjni
Merge requests
!1
DO NOT MERGE: test building libvlc.so with outside script
代码
评审变更
检出分支
下载
补丁
文本差异
Open
DO NOT MERGE: test building libvlc.so with outside script
vlc-libvlc
into
master
Overview
0
Commits
7
Pipelines
14
Changes
7
Open
Steve Lhomme
requested to merge
vlc-libvlc
into
master
4 months ago
Overview
0
Commits
7
Pipelines
14
Changes
2
Expand
To allow standalone libvlcjni gradle build.
0
0
Merge request reports
Viewing commit
e0d1f96c
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e0d1f96c
buildsystem: use the build-libvlc.sh from VLC to build libvlc.so
· e0d1f96c
Steve Lhomme
authored
4 months ago
buildsystem/compile-libvlc.sh
+
1
−
1
Options
@@ -265,7 +265,7 @@ avlc_pkgconfig()
avlc_build
()
{
$
LIBVLCJNI_SRC_DIR
/buildsystem/build-libvlc.sh
-a
$ANDROID_ABI
$LIBVLC_RELEASE
$LIBVLC_PACKAGE_CONTRIBS
$LIBVLC_PREBUILT_CONTRIBS
$
VLC_SRC_DIR
/extras/package/android/build-libvlc.sh
--libvlc-prefix
$LIBVLCJNI_SRC_DIR
/libvlc/jni
-a
$ANDROID_ABI
$LIBVLC_RELEASE
$LIBVLC_PACKAGE_CONTRIBS
$LIBVLC_PREBUILT_CONTRIBS
if
[
"
$AVLC_BUILD_JNI
"
=
"1"
]
;
then
$LIBVLCJNI_SRC_DIR
/buildsystem/build-libvlcjni.sh
-a
$ANDROID_ABI
$LIBVLC_RELEASE
Loading