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
79d10fb8
Commit
79d10fb8
authored
2 years ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
configure: remove unused LIBVLC_ABI_LT_xxx values
parent
ebe945df
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+0
-7
0 additions, 7 deletions
configure.ac
with
0 additions
and
7 deletions
configure.ac
+
0
−
7
View file @
79d10fb8
...
...
@@ -13,10 +13,6 @@ VERSION_DEV=dev
LIBVLC_ABI_MAJOR=12
LIBVLC_ABI_MINOR=0
LIBVLC_ABI_MICRO=0
# libtool version-info values
LIBVLC_ABI_LT_CURRENT=`expr $LIBVLC_ABI_MAJOR + $LIBVLC_ABI_MINOR`
LIBVLC_ABI_LT_REVISION=$LIBVLC_ABI_MICRO
LIBVLC_ABI_LT_AGE=$LIBVLC_ABI_MINOR
PKGDIR="vlc"
AC_SUBST([PKGDIR])
...
...
@@ -4641,9 +4637,6 @@ AC_SUBST([VERSION_MAJOR])
AC_SUBST([VERSION_MINOR])
AC_SUBST([VERSION_REVISION])
AC_SUBST([VERSION_EXTRA])
AC_SUBST([LIBVLC_ABI_LT_CURRENT])
AC_SUBST([LIBVLC_ABI_LT_REVISION])
AC_SUBST([LIBVLC_ABI_LT_AGE])
AC_SUBST([LIBVLC_ABI_MAJOR])
AC_SUBST([LIBVLC_ABI_MINOR])
AC_SUBST([LIBVLC_ABI_MICRO])
...
...
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