Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
304b806c
Commit
304b806c
authored
Feb 03, 2013
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Make library minor version visible in the Makefile
This allows employing that number in library install commands.
parent
b3f2a3fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
configure
configure
+1
-0
library.mak
library.mak
+1
-0
No files found.
configure
View file @
304b806c
...
@@ -3958,6 +3958,7 @@ get_version(){
...
@@ -3958,6 +3958,7 @@ get_version(){
eval
${
name
}
_VERSION
=
\$
${
name
}
_VERSION_MAJOR.
\$
${
name
}
_VERSION_MINOR.
\$
${
name
}
_VERSION_MICRO
eval
${
name
}
_VERSION
=
\$
${
name
}
_VERSION_MAJOR.
\$
${
name
}
_VERSION_MINOR.
\$
${
name
}
_VERSION_MICRO
eval echo
"
${
lcname
}
_VERSION=
\$
${
name
}
_VERSION"
>>
config.mak
eval echo
"
${
lcname
}
_VERSION=
\$
${
name
}
_VERSION"
>>
config.mak
eval echo
"
${
lcname
}
_VERSION_MAJOR=
\$
${
name
}
_VERSION_MAJOR"
>>
config.mak
eval echo
"
${
lcname
}
_VERSION_MAJOR=
\$
${
name
}
_VERSION_MAJOR"
>>
config.mak
eval echo
"
${
lcname
}
_VERSION_MINOR=
\$
${
name
}
_VERSION_MINOR"
>>
config.mak
}
}
map
'get_version $v'
$LIBRARY_LIST
map
'get_version $v'
$LIBRARY_LIST
...
...
library.mak
View file @
304b806c
...
@@ -4,6 +4,7 @@ include $(SRC_PATH)/common.mak
...
@@ -4,6 +4,7 @@ include $(SRC_PATH)/common.mak
LIBVERSION := $(lib$(NAME)_VERSION)
LIBVERSION := $(lib$(NAME)_VERSION)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
LIBMAJOR := $(lib$(NAME)_VERSION_MAJOR)
LIBMINOR := $(lib$(NAME)_VERSION_MINOR)
INCINSTDIR := $(INCDIR)/lib$(NAME)
INCINSTDIR := $(INCDIR)/lib$(NAME)
INSTHEADERS := $(INSTHEADERS) $(HEADERS:%=$(SUBDIR)%)
INSTHEADERS := $(INSTHEADERS) $(HEADERS:%=$(SUBDIR)%)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment