mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Add missing no_inst header files to Makefile.am so disting still works
Original commit message from CVS: Add missing no_inst header files to Makefile.am so disting still works Update spec file with latest changes
This commit is contained in:
parent
afa31cfea0
commit
0cc0c6df9a
3 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-01-23 Christian Schaller <christian.schaller@collabora.co.uk>
|
||||
|
||||
* gst/rawparse/Makefile.am: Add missing header files to noinst_headers
|
||||
* gst-plugins-bad.spec: update for latest changes
|
||||
|
||||
2008-01-23 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* docs/plugins/Makefile.am:
|
||||
|
|
|
@ -94,7 +94,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstdeinterlace.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstnuvdemux.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstmultifile.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstvideoparse.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgsty4menc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstrfbsrc.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstreal.so
|
||||
|
@ -115,6 +114,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/gstreamer-%{majorminor}/libgstsdpelem.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstspeexresample.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstmpeg4videoparse.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstfbdevsink.so
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgstrawparse.so
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappbuffer.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsink.h
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/app/gstappsrc.h
|
||||
|
@ -151,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 23 2008 Christian Schaller <christian at collabora dot co uk>
|
||||
- Update spec with fbdev sink and rawparse, remove videoparse
|
||||
|
||||
* Fri Dec 14 2007 Christian Schaller <christian at collabora dot co uk>
|
||||
- Update spec file with timidity, libgstdvb, libgstsdpelem, libgstspeexresample, libgstmpeg4videoparse
|
||||
|
||||
|
|
|
@ -6,3 +6,7 @@ libgstrawparse_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS)
|
|||
libgstrawparse_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS)
|
||||
libgstrawparse_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||
|
||||
noinst_HEADERS = \
|
||||
gstaudioparse.h \
|
||||
gstrawparse.h \
|
||||
gstvideoparse.h
|
||||
|
|
Loading…
Reference in a new issue