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 # ignore audio-client externals
libraries/audio-client/external/*/* libraries/audio-client/external/*/*
!libraries/audio-client/external/*/readme.txt
gvr-interface/assets/oculussig* gvr-interface/assets/oculussig*
gvr-interface/libs/* gvr-interface/libs/*

View file

@ -51,7 +51,7 @@
android:configChanges="screenSize|orientation|keyboardHidden|keyboard"> android:configChanges="screenSize|orientation|keyboardHidden|keyboard">
</activity> </activity>
${HOCKEY_APP_ACTIVITY} ${ANDROID_EXTRA_APPLICATION_XML}
</application> </application>
<uses-sdk android:minSdkVersion="${ANDROID_API_LEVEL}" android:targetSdkVersion="${ANDROID_API_LEVEL}"/> <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 audio-client
Instructions for adding the Gverb library to Interface
(This is a required library) (This is a required library)
Clément Brisset, October 22nd, 2014 Clément Brisset, October 22nd, 2014
@ -9,7 +8,7 @@ Clément Brisset, October 22nd, 2014
2. Extract the archive 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) (Normally next to this readme)
4. Clear your build directory, run cmake, build and you should be all set. 4. Clear your build directory, run cmake, build and you should be all set.