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
@ -8,5 +8,5 @@ Description: Bitstream parsers for GStreamer elements, uninstalled
|
|||||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lgstcodecparsers-@GST_API_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@
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -lgstmpegts-@GST_API_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…
x
Reference in New Issue
Block a user