mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Fix missing header file and update spec to work around current compiler issues
This commit is contained in:
parent
e94245c264
commit
2e610eb003
2 changed files with 5 additions and 3 deletions
|
@ -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" \
|
--with-package-origin="http://gstreamer.freedesktop.org" \
|
||||||
--enable-debug --disable-static --enable-gtk-doc --enable-experimental
|
--enable-debug --disable-static --enable-gtk-doc --enable-experimental
|
||||||
|
|
||||||
%{__make} %{?_smp_mflags}
|
# %{__make} %{?_smp_mflags}
|
||||||
|
make ERROR_CFLAGS='' ERROR_CXXFLAGS=''
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
|
@ -21,7 +21,8 @@ libgstdebugutilsbad_la_SOURCES = \
|
||||||
gstchecksumsink.c \
|
gstchecksumsink.c \
|
||||||
gstchecksumsink.h \
|
gstchecksumsink.h \
|
||||||
gstchopmydata.c \
|
gstchopmydata.c \
|
||||||
gstchopmydata.h
|
gstchopmydata.h \
|
||||||
|
gstdebugspy.h
|
||||||
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
|
nodist_libgstdebugutilsbad_la_SOURCES = $(BUILT_SOURCES)
|
||||||
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
libgstdebugutilsbad_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
||||||
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
libgstdebugutilsbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS) \
|
||||||
|
@ -43,4 +44,4 @@ Android.mk: Makefile.am $(BUILT_SOURCES)
|
||||||
-ldl \
|
-ldl \
|
||||||
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
-:PASSTHROUGH LOCAL_ARM_MODE:=arm \
|
||||||
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
LOCAL_MODULE_PATH:='$$(TARGET_OUT)/lib/gstreamer-0.10' \
|
||||||
> $@
|
> $@
|
||||||
|
|
Loading…
Reference in a new issue