basesrc: Don't ignore the return value of gst_pad_set_caps() and call it after the...
[platform/upstream/gstreamer.git] / libs / Makefile.am
index b7f84ae..c351b24 100644 (file)
@@ -1,9 +1,6 @@
-if HAVE_CPU_I386
-GSTARCH_SUBDS = winloader
-else
-GSTARCH_SUBDS =
-endif
+SUBDIRS = gst
 
-SUBDIRS = riff colorspace getbits putbits idct videoscale audio $(GSTARCH_SUBDS)
-
-DIST_SUBDIRS = riff colorspace getbits putbits videoscale winloader audio idct
+Android.mk: Makefile.am
+       androgenizer -:PROJECT gstreamer \
+        -:SUBDIR libs/gst \
+       > $@