Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-QT
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
Chandrakant Jena
VLC-QT
Commits
ebe945df
Commit
ebe945df
authored
2 years ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
lib: use libtool -version-number instead of -version-info
This allows using more common major/minor/micro values.
parent
c0f2b668
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/Makefile.am
+1
-1
1 addition, 1 deletion
lib/Makefile.am
with
1 addition
and
1 deletion
lib/Makefile.am
+
1
−
1
View file @
ebe945df
...
...
@@ -61,7 +61,7 @@ libvlc_la_LIBADD = ../src/libvlccore.la ../compat/libcompat.la $(LIBM)
libvlc_la_LDFLAGS
=
\
$(
LDFLAGS_libvlc
)
\
-no-undefined
\
-version-
info
@LIBVLC_ABI_
LT_CURRENT
@:@LIBVLC_ABI_
LT_REVISION
@:@LIBVLC_ABI_
LT_AGE
@
\
-version-
number
@LIBVLC_ABI_
MAJOR
@:@LIBVLC_ABI_
MINOR
@:@LIBVLC_ABI_
MICRO
@
\
-export-symbols
$(
srcdir
)
/libvlc.sym
libvlc_la_DEPENDENCIES
=
libvlc.sym
if
HAVE_WIN32
...
...
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