mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 11:29:55 +00:00
Tutorial 3 requires OpenGL ES 2.0
This commit is contained in:
parent
ba19badffa
commit
3c81bfb207
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
android:versionCode="1"
|
android:versionCode="1"
|
||||||
android:versionName="1.0">
|
android:versionName="1.0">
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="14"/>
|
||||||
|
<uses-feature android:glEsVersion="0x00020000"/>
|
||||||
<application android:label="@string/app_name"
|
<application android:label="@string/app_name"
|
||||||
android:icon="@drawable/gst_sdk_icon">
|
android:icon="@drawable/gst_sdk_icon">
|
||||||
<activity android:name=".Tutorial3"
|
<activity android:name=".Tutorial3"
|
||||||
|
|
Loading…
Reference in a new issue