Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
34c06d1c
Commit
34c06d1c
authored
Jul 12, 2019
by
Anton Mitrofanov
Browse files
Strip git-hash from version in x264.pc
pkg-config doesn't like spaces in version string.
parent
f9af2a0f
Pipeline
#8244
passed with stages
in 13 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
34c06d1c
...
...
@@ -1535,7 +1535,7 @@ includedir=$includedir
Name: x264
Description: H.264 (MPEG4 AVC) encoder library
Version:
$(
grep
POINTVER < x264_config.h |
sed
-e
's/.* "//; s/".*//'
)
Version:
$(
grep
POINTVER < x264_config.h |
sed
-e
's/.* "//; s/"
.*//; s/
.*//'
)
Libs: -L
$libdir
-lx264
$(
[
"
$shared
"
=
"yes"
]
||
echo
$libpthread
$libm
$libdl
)
Libs.private:
$(
[
"
$shared
"
=
"yes"
]
&&
echo
$libpthread
$libm
$libdl
)
Cflags: -I
$includedir
...
...
Anton Mitrofanov
@BugMaster
mentioned in issue
#4 (closed)
·
Jul 17, 2019
mentioned in issue
#4 (closed)
mentioned in issue #4
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment