mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
e09dba934c
Adds a new pkgconfig file for codecparsers. They don't have any specific dependency on gst-plugins-bad and they could quite be independent bitstream parsers.
12 lines
360 B
PkgConfig
12 lines
360 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer codec parsers
|
|
Description: Bitstream parsers for GStreamer elements
|
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstcodecparsers-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir}
|
|
|