From 2e610eb003fbd63a796c342ec5ddd49e068b1ac2 Mon Sep 17 00:00:00 2001 From: Christian Fredrik Kalager Schaller Date: Fri, 27 May 2011 11:05:46 +0100 Subject: [PATCH] Fix missing header file and update spec to work around current compiler issues --- gst-plugins-bad.spec.in | 3 ++- gst/debugutils/Makefile.am | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gst-plugins-bad.spec.in b/gst-plugins-bad.spec.in index a636ca4ba5..c1c81f198f 100644 --- a/gst-plugins-bad.spec.in +++ b/gst-plugins-bad.spec.in @@ -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} diff --git a/gst/debugutils/Makefile.am b/gst/debugutils/Makefile.am index c5983dd691..9d237a3251 100644 --- a/gst/debugutils/Makefile.am +++ b/gst/debugutils/Makefile.am @@ -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 + > $@