]> git.sesse.net Git - vlc/commit
android: Don't add private header include directories when building the full VLC...
authorMartin Storsjö <martin@martin.st>
Fri, 16 Dec 2011 21:47:05 +0000 (23:47 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 19 Dec 2011 01:20:22 +0000 (02:20 +0100)
commit0eb7d1069b61e1ac249615e1ac08b0dadbd82518
tree7bffd9f9f845fa36267a0d8759f30c488d29ca43
parent8acfed11dc97ae97353f6f982323f9fdc86c0eb8
android: Don't add private header include directories when building the full VLC tree

These aren't necessary any longer.

The approach of adding private headers to the build of the VLC
core doesn't work well if one wants to target multiple private
ABI versions in one build.

Instead, small shared libraries for each private ABI version
can be built separately.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
extras/package/android/configure.sh