handle gverb move to audio-client

This commit is contained in:
Stephen Birarda 2015-01-29 12:44:03 -08:00
parent 2af54dcf95
commit 763994da5a
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View file

@ -41,6 +41,7 @@ interface/interfaceCache/
# ignore audio-client externals
libraries/audio-client/external/*/*
!libraries/audio-client/external/*/readme.txt
gvr-interface/assets/oculussig*
gvr-interface/libs/*

View file

@ -51,7 +51,7 @@
android:configChanges="screenSize|orientation|keyboardHidden|keyboard">
</activity>
${HOCKEY_APP_ACTIVITY}
${ANDROID_EXTRA_APPLICATION_XML}
</application>
<uses-sdk android:minSdkVersion="${ANDROID_API_LEVEL}" android:targetSdkVersion="${ANDROID_API_LEVEL}"/>

View file

@ -1,5 +1,4 @@
Instructions for adding the Gverb library to Interface
Instructions for adding the Gverb library to audio-client
(This is a required library)
Clément Brisset, October 22nd, 2014
@ -9,7 +8,7 @@ Clément Brisset, October 22nd, 2014
2. Extract the archive
3. Place the directories “include” and “src” in interface/external/gverb
3. Place the directories “include” and “src” in libraries/audio-client/external/gverb
(Normally next to this readme)
4. Clear your build directory, run cmake, build and you should be all set.