Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
82036e0c
Commit
82036e0c
authored
Nov 06, 2013
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate missing egl/glesv2 .pc files
parent
d4945306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
compile.sh
compile.sh
+14
-0
No files found.
compile.sh
View file @
82036e0c
...
...
@@ -167,6 +167,20 @@ cd ../..
echo
"Building the contribs"
mkdir
-p
contrib/android
gen_pc_file
()
{
echo
"Generating
$1
pkg-config file"
echo
"Name:
$1
Description:
$1
Version:
$2
Libs: -l
$1
Cflags:"
>
contrib/
${
TARGET_TUPLE
}
/lib/pkgconfig/
`
echo
$1
|tr
'A-Z'
'a-z'
`
.pc
}
mkdir
-p
contrib/
${
TARGET_TUPLE
}
/lib/pkgconfig
gen_pc_file EGL 1.1
gen_pc_file GLESv2 2
cd
contrib/android
../bootstrap
--host
=
${
TARGET_TUPLE
}
--disable-disc
--disable-sout
\
--disable-dca
\
...
...
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