-
lib_LTLIBRARIES = libgstreamer.la
noinst_LTLIBRARIES = libcothreads.la
distclean-local:
rm -f $(top_builddir)/gst/gstmarshal.c $(top_builddir)/gst/gstmarshal.h
-libgstreamerincludedir = $(includedir)/gst
+libgstreamerincludedir = $(includedir)/gstreamer-@VERSION@/gst
libgstreamerinclude_HEADERS = \
gst.h \
gstconfig.h \
*/
#define do_cothreads_init(x) G_STMT_START{ \
if (!cothreads_initialized()) \
- cothreads_init(0x0200000, 32); \
+ cothreads_init(0x0200000, 16); \
}G_STMT_END
#define do_cothreads_stackquery(stack,size) \
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@
+includedir=@includedir@/gstreamer-@VERSION@
toolsdir=${exec_prefix}/bin
Name: GStreamer
%files devel
%defattr(-, root, root)
-%{_includedir}/gst
+%{_includedir}/%{name}-%{version}/gst
%{_libdir}/libgstreamer.a
%{_libdir}/libgstreamer.so
%{_libdir}/pkgconfig/gstreamer*.pc
%changelog
+* Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
+- moved header location
+
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
- added popt
- removed .la
library_LTLIBRARIES = libgstbytestream.la
noinst_LTLIBRARIES = libgstbstest.la
-libgstbytestreamincludedir = $(includedir)/gst/bytestream
+libgstbytestreamincludedir = $(includedir)/gstreamer-@VERSION@/gst/bytestream
libgstbytestreaminclude_HEADERS = bytestream.h
libgstbytestream_la_SOURCES = bytestream.c
library_LTLIBRARIES = libgstcontrol.la
-libgstcontrolincludedir = $(includedir)/gst/control
+libgstcontrolincludedir = $(includedir)/gstreamer-@VERSION@/gst/control
libgstcontrolinclude_HEADERS = \
control.h \
dparammanager.h \
GSTARCH_SRCS =
endif
-libgstgetbitsincludedir = $(includedir)/gst/getbits
+libgstgetbitsincludedir = $(includedir)/gstreamer-@VERSION@/gst/getbits
libgstgetbitsinclude_HEADERS = getbits.h
libgstgetbits_la_SOURCES = getbits.c gstgetbits_inl.h gstgetbits_generic.c $(GSTARCH_SRCS)
library_LTLIBRARIES = libgstputbits.la
-libgstputbitsincludedir = $(includedir)/gst/putbits
+libgstputbitsincludedir = $(includedir)/gstreamer-@VERSION@/gst/putbits
libgstputbitsinclude_HEADERS = putbits.h
libgstputbits_la_SOURCES = putbits.c