Package restructuring
|
|
@ -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>
|
||||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.6 KiB |
|
|
@ -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')
|
||||||
|
|
|
||||||