Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
a7eea3e2
Commit
a7eea3e2
authored
Apr 20, 2012
by
Takanori MATSUURA
Committed by
John Koleszar
Apr 20, 2012
Browse files
Use LIBSUBDIR for vpx.pc.
Change-Id: Ibba635696e8c23086e5d3c0e8452ab97c460d7d7
parent
c311b3b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs.mk
View file @
a7eea3e2
...
...
@@ -234,7 +234,7 @@ vpx.pc: config.mk libs.mk
$(qexec)
echo
'# pkg-config file from libvpx
$(VERSION_STRING)
'
>
$@
$(qexec)
echo
'prefix=
$(PREFIX)
'
>>
$@
$(qexec)
echo
'exec_prefix=$
${prefix}
'
>>
$@
$(qexec)
echo
'libdir=$
${prefix}
/
lib
'
>>
$@
$(qexec)
echo
'libdir=$
${prefix}
/
$(LIBSUBDIR)
'
>>
$@
$(qexec)
echo
'includedir=$
${prefix}
/include'
>>
$@
$(qexec)
echo
''
>>
$@
$(qexec)
echo
'Name: vpx'
>>
$@
...
...
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