mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
pkgconfig: fix uninstalled .pc files for codecparsers + mpegts
Really need to include the srcdir for codecparsers, and build dir for mpegts.
This commit is contained in:
parent
cf7ce80215
commit
f520eaa1b5
2 changed files with 2 additions and 2 deletions
|
@ -8,5 +8,5 @@ Description: Bitstream parsers for GStreamer elements, uninstalled
|
|||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstcodecparsers-@GST_API_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
|
@ -8,5 +8,5 @@ Description: GStreamer MPEG-TS support, uninstalled
|
|||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
Loading…
Reference in a new issue