Package restructuring

This commit is contained in:
Oliver Woodman 2015-09-29 21:51:45 +01:00
parent 19c7520e68
commit e1d6f8618b
24 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>ExoPlayerExt-WebMDemo</name> <name>ExoPlayerDemoMisc-Vp9OpusSw</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View file

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View file

@ -13,13 +13,13 @@
// limitations under the License. // limitations under the License.
include ':library' include ':library'
include ':demo' include ':demo'
include ':demo-misc-webm-sw' include ':demo-misc-vp9-opus-sw'
include ':playbacktests' include ':playbacktests'
include ':extension-opus' include ':extension-opus'
include ':extension-vp9' include ':extension-vp9'
include ':extension-okhttp' include ':extension-okhttp'
project(':demo-misc-webm-sw').projectDir = new File(settingsDir, 'demo_misc/webm_sw_decoder') project(':demo-misc-vp9-opus-sw').projectDir = new File(settingsDir, 'demo_misc/vp9_opus_sw')
project(':extension-opus').projectDir = new File(settingsDir, 'extensions/opus') project(':extension-opus').projectDir = new File(settingsDir, 'extensions/opus')
project(':extension-vp9').projectDir = new File(settingsDir, 'extensions/vp9') project(':extension-vp9').projectDir = new File(settingsDir, 'extensions/vp9')
project(':extension-okhttp').projectDir = new File(settingsDir, 'extensions/okhttp') project(':extension-okhttp').projectDir = new File(settingsDir, 'extensions/okhttp')