mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
pkgconfig/: Fix up utils => pbutils here too.
Original commit message from CVS: * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in: * pkgconfig/gstreamer-plugins-base.pc.in: Fix up utils => pbutils here too.
This commit is contained in:
parent
3eba8b10e2
commit
6588812aaf
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
|
||||
* pkgconfig/gstreamer-plugins-base.pc.in:
|
||||
Fix up utils => pbutils here too.
|
||||
|
||||
2007-03-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/subparse/gstsubparse.c: (handle_buffer):
|
||||
|
|
|
@ -9,7 +9,7 @@ Description: Streaming media framework, base plugins libraries, uninstalled
|
|||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_MAJORMINOR@
|
||||
|
||||
Libs: -L${libdir}/audio -L${libdir}/cdda -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/netbuffer -L${libdir}/riff -L${libdir}/rtp -L${libdir}/tag -L${libdir}/utils -L${libdir}/video
|
||||
Libs: -L${libdir}/audio -L${libdir}/cdda -L${libdir}/floatcast -L${libdir}/interfaces -L${libdir}/netbuffer -L${libdir}/riff -L${libdir}/rtp -L${libdir}/tag -L${libdir}/pbutils -L${libdir}/video
|
||||
Cflags: -I${includedir}
|
||||
|
||||
libraries=audio cdda floatcast interfaces netbuffer riff tag utils video
|
||||
libraries=audio cdda floatcast interfaces netbuffer riff tag pbutils video
|
||||
|
|
|
@ -11,4 +11,4 @@ Version: @VERSION@
|
|||
Libs: -L${libdir}
|
||||
Cflags: -I${includedir}
|
||||
|
||||
libraries=audio cdda floatcast interfaces netbuffer riff rtp tag utils video
|
||||
libraries=audio cdda floatcast interfaces netbuffer riff rtp tag pbutils video
|
||||
|
|
Loading…
Reference in a new issue