Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-plugins-bad
Commits
6b4bd943
Commit
6b4bd943
authored
Jun 22, 2002
by
Thomas Vander Stichele
Browse files
header relocation
Original commit message from CVS: header relocation
parent
491c8193
Changes
7
Hide whitespace changes
Inline
Side-by-side
gst-libs/gst/audio/Makefile.am
View file @
6b4bd943
...
...
@@ -4,7 +4,7 @@ library_LTLIBRARIES = libgstaudio.la
libgstaudio_la_SOURCES
=
audio.c
libgstaudioincludedir
=
$(includedir)
/gst/audio
libgstaudioincludedir
=
$(includedir)
/
@PACKAGE@-@VERSION@/
gst/audio
libgstaudioinclude_HEADERS
=
audio.h
libgstaudio_la_LIBADD
=
...
...
gst-libs/gst/floatcast/Makefile.am
View file @
6b4bd943
libgstfloatcastincludedir
=
$(includedir)
/gst/floatcast
libgstfloatcastincludedir
=
$(includedir)
/
@PACKAGE@-@VERSION@/
gst/floatcast
libgstfloatcastinclude_HEADERS
=
floatcast.h
gst-libs/gst/idct/Makefile.am
View file @
6b4bd943
...
...
@@ -15,7 +15,7 @@ libgstidct_la_SOURCES = \
intidct.c
\
$(GSTIDCTARCH_SRCS)
libgstidctincludedir
=
$(includedir)
/gst/idct
libgstidctincludedir
=
$(includedir)
/
@PACKAGE@-@VERSION@/
gst/idct
libgstidctinclude_HEADERS
=
idct.h
## check_PROGRAMS = ieeetest
...
...
gst-libs/gst/resample/Makefile.am
View file @
6b4bd943
...
...
@@ -17,7 +17,7 @@ libgstresample_la_LIBADD =
libgstresample_la_CFLAGS
=
$(GST_CFLAGS)
-ffast-math
$(ARCHCFLAGS)
libgstresample_la_LDFLAGS
=
$(GST_PLUGIN_LDFLAGS)
libgstresampleincludedir
=
$(includedir)
/gst/resample
libgstresampleincludedir
=
$(includedir)
/
@PACKAGE@-@VERSION@/
gst/resample
libgstresampleinclude_HEADERS
=
resample.h
noinst_HEADERS
=
private.h
...
...
gst-libs/gst/riff/Makefile.am
View file @
6b4bd943
...
...
@@ -4,7 +4,7 @@ library_LTLIBRARIES = libgstriff.la
libgstriff_la_SOURCES
=
riffparse.c riffencode.c riffutil.c riff.c
libgstriffincludedir
=
$(includedir)
/gst/riff
libgstriffincludedir
=
$(includedir)
/
@PACKAGE@-@VERSION@/
gst/riff
libgstriffinclude_HEADERS
=
riff.h
libgstriff_la_LIBADD
=
...
...
gst-plugins.spec.in
View file @
6b4bd943
...
...
@@ -106,10 +106,10 @@ GStreamer support libraries header files.
%files -n gstreamer-plugins-devel
%defattr(-, root, root)
%{_includedir}/gst/audio/audio.h
%{_includedir}/gst/idct/idct.h
%{_includedir}/gst/resample/resample.h
%{_includedir}/gst/riff/riff.h
%{_includedir}/gst
-plugins-%{version}/gst
/audio/audio.h
%{_includedir}/gst
-plugins-%{version}/gst
/idct/idct.h
%{_includedir}/gst
-plugins-%{version}/gst
/resample/resample.h
%{_includedir}/gst
-plugins-%{version}/gst
/riff/riff.h
# Here are all the packages depending on external libs #
...
...
@@ -1179,6 +1179,9 @@ processed with the lavtools from mjpegtools.
@USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null
%changelog
* Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org>
- changed header location of plug-in libs
* Mon Jun 17 2002 Thomas Vander Stichele <thomas@apestaart.org>
- major cleanups
- adding gst-register on postun everywhere
...
...
gstreamer-libs.pc.in
View file @
6b4bd943
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
includedir=@includedir@
/@PACKAGE@-@VERSION@
Name: GStreamer Media-Specific Libraries
Description: Streaming-media framework, media-specific libraries
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment