mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
as promised, the header changes and some of wingo's virtual fixes as well by accident
Original commit message from CVS: as promised, the header changes and some of wingo's virtual fixes as well by accident
This commit is contained in:
parent
62fdff7a0b
commit
d3e33a16ac
8 changed files with 11 additions and 9 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
lib_LTLIBRARIES = libgstreamer.la
|
lib_LTLIBRARIES = libgstreamer.la
|
||||||
noinst_LTLIBRARIES = libcothreads.la
|
noinst_LTLIBRARIES = libcothreads.la
|
||||||
|
|
||||||
|
@ -123,7 +122,7 @@ dist-hook:
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -f $(top_builddir)/gst/gstmarshal.c $(top_builddir)/gst/gstmarshal.h
|
rm -f $(top_builddir)/gst/gstmarshal.c $(top_builddir)/gst/gstmarshal.h
|
||||||
|
|
||||||
libgstreamerincludedir = $(includedir)/gst
|
libgstreamerincludedir = $(includedir)/gstreamer-@VERSION@/gst
|
||||||
libgstreamerinclude_HEADERS = \
|
libgstreamerinclude_HEADERS = \
|
||||||
gst.h \
|
gst.h \
|
||||||
gstconfig.h \
|
gstconfig.h \
|
||||||
|
|
|
@ -90,7 +90,7 @@ typedef cothread cothread_context;
|
||||||
*/
|
*/
|
||||||
#define do_cothreads_init(x) G_STMT_START{ \
|
#define do_cothreads_init(x) G_STMT_START{ \
|
||||||
if (!cothreads_initialized()) \
|
if (!cothreads_initialized()) \
|
||||||
cothreads_init(0x0200000, 32); \
|
cothreads_init(0x0200000, 16); \
|
||||||
}G_STMT_END
|
}G_STMT_END
|
||||||
|
|
||||||
#define do_cothreads_stackquery(stack,size) \
|
#define do_cothreads_stackquery(stack,size) \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@/gstreamer-@VERSION@
|
||||||
toolsdir=${exec_prefix}/bin
|
toolsdir=${exec_prefix}/bin
|
||||||
|
|
||||||
Name: GStreamer
|
Name: GStreamer
|
||||||
|
|
|
@ -145,7 +145,7 @@ ln -sf %{_datadir}/gtk-doc/html/gstreamer-libs %{_datadir}/devhelp/books
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_includedir}/gst
|
%{_includedir}/%{name}-%{version}/gst
|
||||||
%{_libdir}/libgstreamer.a
|
%{_libdir}/libgstreamer.a
|
||||||
%{_libdir}/libgstreamer.so
|
%{_libdir}/libgstreamer.so
|
||||||
%{_libdir}/pkgconfig/gstreamer*.pc
|
%{_libdir}/pkgconfig/gstreamer*.pc
|
||||||
|
@ -206,6 +206,9 @@ ln -sf %{_datadir}/gtk-doc/html/gstreamer-libs %{_datadir}/devhelp/books
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 22 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||||
|
- moved header location
|
||||||
|
|
||||||
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
|
||||||
- added popt
|
- added popt
|
||||||
- removed .la
|
- removed .la
|
||||||
|
|
|
@ -3,7 +3,7 @@ librarydir = $(libdir)/gst
|
||||||
library_LTLIBRARIES = libgstbytestream.la
|
library_LTLIBRARIES = libgstbytestream.la
|
||||||
noinst_LTLIBRARIES = libgstbstest.la
|
noinst_LTLIBRARIES = libgstbstest.la
|
||||||
|
|
||||||
libgstbytestreamincludedir = $(includedir)/gst/bytestream
|
libgstbytestreamincludedir = $(includedir)/gstreamer-@VERSION@/gst/bytestream
|
||||||
libgstbytestreaminclude_HEADERS = bytestream.h
|
libgstbytestreaminclude_HEADERS = bytestream.h
|
||||||
|
|
||||||
libgstbytestream_la_SOURCES = bytestream.c
|
libgstbytestream_la_SOURCES = bytestream.c
|
||||||
|
|
|
@ -2,7 +2,7 @@ librarydir = $(libdir)/gst
|
||||||
|
|
||||||
library_LTLIBRARIES = libgstcontrol.la
|
library_LTLIBRARIES = libgstcontrol.la
|
||||||
|
|
||||||
libgstcontrolincludedir = $(includedir)/gst/control
|
libgstcontrolincludedir = $(includedir)/gstreamer-@VERSION@/gst/control
|
||||||
libgstcontrolinclude_HEADERS = \
|
libgstcontrolinclude_HEADERS = \
|
||||||
control.h \
|
control.h \
|
||||||
dparammanager.h \
|
dparammanager.h \
|
||||||
|
|
|
@ -8,7 +8,7 @@ else
|
||||||
GSTARCH_SRCS =
|
GSTARCH_SRCS =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libgstgetbitsincludedir = $(includedir)/gst/getbits
|
libgstgetbitsincludedir = $(includedir)/gstreamer-@VERSION@/gst/getbits
|
||||||
libgstgetbitsinclude_HEADERS = getbits.h
|
libgstgetbitsinclude_HEADERS = getbits.h
|
||||||
|
|
||||||
libgstgetbits_la_SOURCES = getbits.c gstgetbits_inl.h gstgetbits_generic.c $(GSTARCH_SRCS)
|
libgstgetbits_la_SOURCES = getbits.c gstgetbits_inl.h gstgetbits_generic.c $(GSTARCH_SRCS)
|
||||||
|
|
|
@ -2,7 +2,7 @@ librarydir = $(libdir)/gst
|
||||||
|
|
||||||
library_LTLIBRARIES = libgstputbits.la
|
library_LTLIBRARIES = libgstputbits.la
|
||||||
|
|
||||||
libgstputbitsincludedir = $(includedir)/gst/putbits
|
libgstputbitsincludedir = $(includedir)/gstreamer-@VERSION@/gst/putbits
|
||||||
libgstputbitsinclude_HEADERS = putbits.h
|
libgstputbitsinclude_HEADERS = putbits.h
|
||||||
|
|
||||||
libgstputbits_la_SOURCES = putbits.c
|
libgstputbits_la_SOURCES = putbits.c
|
||||||
|
|
Loading…
Reference in a new issue