mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +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
397 B
PkgConfig
12 lines
397 B
PkgConfig
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/../gst-libs/gst/codecparsers
|
|
includedir=${pcfiledir}/../gst-libs
|
|
|
|
Name: GStreamer codec parsers, Uninstalled
|
|
Description: Bitstream parsers for GStreamer elements, uninstalled
|
|
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} ${libdir}/libgstcodecparsers-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir}
|
|
|