Skip to content
GitLab
Projects
Groups
Snippets
/
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
dba05389
Commit
dba05389
authored
Apr 23, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Apr 23, 2012
Browse files
Merge "Use LIBSUBDIR for vpx.pc." into eider
parents
504601bb
a7eea3e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs.mk
View file @
dba05389
...
...
@@ -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
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