summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorAurélien Zanelli <aurelien.zanelli@parrot.com>2014-04-10 16:10:06 +0200
committerThiago Santos <ts.santos@sisa.samsung.com>2014-05-13 17:13:14 -0300
commit99d326f79590867c9a79f5468e2f8453bcdd3da8 (patch)
treedf47be7ea7a0e760213d63e5d436333a07949d7d /Android.mk
parenta99175a31afe045a0b83ff17a078586211fab1e1 (diff)
Add missing backslash in Android.mk
https://bugzilla.gnome.org/show_bug.cgi?id=727968
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index d669b799d..c732fc24d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,12 +4,12 @@ include $(CLEAR_VARS)
GST_PLUGINS_BAD_TOP := $(LOCAL_PATH)
GST_PLUGINS_BAD_BUILT_SOURCES := \
- pkgconfig/gstreamer-plugins-bad-1.0-uninstalled.pc \
+ pkgconfig/gstreamer-plugins-bad-1.0-uninstalled.pc \
pkgconfig/gstreamer-plugins-bad-1.0.pc \
gst-libs/gst/baseparse/Android.mk \
gst-libs/gst/basecamerabinsrc/Android.mk \
gst-libs/gst/codecparsers/Android.mk \
- gst-libs/gst/insertbin/Android.mk
+ gst-libs/gst/insertbin/Android.mk \
gst-libs/gst/interfaces/Android.mk \
gst/h264parse/Android.mk \
gst/videoparsers/Android.mk \