Fix missing header file and update spec to work around current compiler issues
authorChristian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk>
Fri, 27 May 2011 10:05:46 +0000 (11:05 +0100)
committerChristian Fredrik Kalager Schaller <christian.schaller@collabora.co.uk>
Fri, 27 May 2011 10:06:29 +0000 (11:06 +0100)
gst-plugins-bad.spec.in
gst/debugutils/Makefile.am

index a636ca4..c1c81f1 100644 (file)
@@ -155,7 +155,8 @@ aren't tested well enough, or the code is not of good enough quality.
     --with-package-origin="http://gstreamer.freedesktop.org" \
     --enable-debug --disable-static --enable-gtk-doc --enable-experimental
 
-%{__make} %{?_smp_mflags}
+# %{__make} %{?_smp_mflags}
+make ERROR_CFLAGS='' ERROR_CXXFLAGS=''
 
 %install
 %{__rm} -rf %{buildroot}
index c5983dd..9d237a3 100644 (file)
@@ -21,7 +21,8 @@ libgstdebugutilsbad_la_SOURCES = \
        gstchecksumsink.c \
        gstchecksumsink.h \
        gstchopmydata.c \
-       gstchopmydata.h
+       gstchopmydata.h \
+       gstdebugspy.h
 nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
 libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
 libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
@@ -43,4 +44,4 @@ Android.mk: Makefile.am $(BUILT_SOURCES)
                   -ldl \
         -:PASSTHROUGH LOCAL_ARM_MODE:=arm \
                       LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
-       > $@
\ No newline at end of file
+       > $@