mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
Meson: Generate pc file for all plugins in bad
https://bugzilla.gnome.org/show_bug.cgi?id=794568
This commit is contained in:
parent
87368e98b4
commit
83d0623293
124 changed files with 131 additions and 0 deletions
|
@ -8,4 +8,5 @@ if aom_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaom, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -10,4 +10,5 @@ if ass_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstassrender, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -12,4 +12,5 @@ if bs2b_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstbs2b, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -15,4 +15,5 @@ if bz2_dep.found() and cc.has_header_symbol('bzlib.h', 'BZ2_bzlibVersion')
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstbz2, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -9,4 +9,5 @@ if chromaprint_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstchromaprint, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -26,4 +26,5 @@ if curl_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstcurl, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -16,4 +16,5 @@ if xml2_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsouphttpsrc, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -9,4 +9,5 @@ if directfb_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstdirectfb, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -22,4 +22,5 @@ if openssl_dep.found() and libcrypto_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstdtls, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -18,4 +18,5 @@ if dca_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstdtsdec, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -9,4 +9,5 @@ if faac_dep.found() and cc.has_header_symbol('faac.h', 'faacEncOpen')
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfaac, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -18,4 +18,5 @@ if faad_dep.found() and have_faad_2_7
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfaad, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -16,4 +16,5 @@ if fdkaac_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfdkaac, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -27,4 +27,5 @@ if flite_deps.length() == flite_libs.length() and cc.has_header_symbol('flite/fl
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstflite, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -9,4 +9,5 @@ if fluidsynth_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfluidsynth, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -33,4 +33,5 @@ if build_gstgl and gstgl_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstopenglmixers, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -10,4 +10,5 @@ if gsm_dep.found() and (cc.has_header_symbol('gsm.h', 'gsm_create') or
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstgsm, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -38,4 +38,5 @@ if hls_crypto_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gsthls, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -10,5 +10,6 @@ if dssim_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstiqa, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
||||
|
|
|
@ -21,4 +21,5 @@ if kate_dep.found()
|
|||
dependencies : [gstbase_dep, gstvideo_dep, gsttag_dep, kate_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir)
|
||||
pkgconfig.generate(gstkate, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -23,4 +23,5 @@ if cc.has_header('ladspa.h')
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstladspa, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -14,4 +14,5 @@ if de265_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstde265, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -10,4 +10,5 @@ if mms_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmms, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -16,4 +16,5 @@ if lv2_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstrsvg, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -15,5 +15,6 @@ if mjpegtools_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmpeg2enc, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -14,5 +14,6 @@ if mjpegtools_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmplex2, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -87,4 +87,5 @@ if opencv_found
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstopencv, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -17,4 +17,5 @@ if openh264_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstopenh264, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -24,4 +24,5 @@ if openjpeg_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstopenjpeg, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -17,4 +17,5 @@ if opus_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstopus, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -24,4 +24,5 @@ if dvdnav_dep.found() and dvdread_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstresindvd, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -15,4 +15,5 @@ if rsvg_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstrsvg, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -15,4 +15,5 @@ if rtmp_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstrtmp, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -15,4 +15,5 @@ if sbc_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsbc, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -18,4 +18,5 @@ if xml28_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmss, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -29,4 +29,5 @@ if soundtouch_dep.found()
|
|||
dependencies : [gstaudio_dep, soundtouch_dep],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir)
|
||||
pkgconfig.generate(gstsoundtouch, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -19,4 +19,5 @@ if spandsp_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstspandsp, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -24,4 +24,5 @@ if srt_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsrt, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -31,4 +31,5 @@ if srtp_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsrtp, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -19,4 +19,5 @@ if libxml_dep.found() and pango_dep.found() and cairo_dep.found() and pangocairo
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstttmlsubs, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -12,4 +12,5 @@ if voaac_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstbz2, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -68,6 +68,7 @@ if vulkan_dep.found() and has_vulkan_header
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstvulkan, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
@ -41,4 +41,5 @@ if use_wayland
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstwaylandsink, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -15,4 +15,5 @@ if webp_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstwebp, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -15,4 +15,5 @@ if webrtc_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstwebrtcdsp, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -8,4 +8,5 @@ if x265_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstx265, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -8,4 +8,5 @@ if zbar_dep.found()
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstzbar, install_dir : plugins_pkgconfig_install_dir)
|
||||
endif
|
||||
|
|
|
@ -10,3 +10,4 @@ gstaccurip = library('gstaccurip',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaccurip, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstadpcmdec = library('gstadpcmdec',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstadpcmdec, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstadpcmenc = library('gstadpcmenc',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstadpcmenc, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstaiff = library('gstaiff',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaiff, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -14,3 +14,4 @@ gstasfmux = library('gstasfmux',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstasfmux, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstaudiobuffersplit = library('gstaudiobuffersplit',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaudiobuffersplit, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -11,3 +11,4 @@ gstaudiofxbad = library('gstaudiofxbad',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaudiofxbad, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -6,3 +6,4 @@ gstaudiolatency = library('gstaudiolatency',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaudiolatency, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstaudiomixmatrix = library('gstaudiomixmatrix',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaudiomixmatrix, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -14,3 +14,4 @@ gstaudiovisualizers = library('gstaudiovisualizers',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstaudiovisualizers, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstautoconvert = library('gstautoconvert',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstautoconvert, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -31,3 +31,4 @@ gstbayer = library('gstbayer',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstbayer, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -16,3 +16,4 @@ gstcamerabin = library('gstcamerabin',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstcamerabin, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstcoloreffects = library('gstcoloreffects',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstcoloreffects, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -30,3 +30,4 @@ gstcompositor = library('gstcompositor',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstcompositor, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -19,3 +19,4 @@ gstdebugutilsbad = library('gstdebugutilsbad',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstdebugutilsbad, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -11,3 +11,4 @@ gstdvbsuboverlay = library('gstdvbsuboverlay',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstdvbsuboverlay, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -14,3 +14,4 @@ gstdvdspu = library('gstdvdspu',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstdvdspu, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstfaceoverlay = library('gstfaceoverlay',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfaceoverlay, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstfestival = library('gstfestival',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfestival, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -29,3 +29,4 @@ gstfieldanalysis = library('gstfieldanalysis',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfieldanalysis, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstfreeverb = library('gstfreeverb',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfreeverb, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -13,3 +13,4 @@ gstfrei0r = library('gstfrei0r',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstfrei0r, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -36,3 +36,4 @@ gstgaudioeffects = library('gstgaudieffects',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstgaudioeffects, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -13,3 +13,4 @@ gstdgp = library('gstgdp',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstdgp, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -29,3 +29,4 @@ gstgeometrictransform = library('gstgeometrictransform',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstgeometrictransform, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -11,3 +11,4 @@ gstid3tag = library('gstid3tag',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstid3tag, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -17,3 +17,4 @@ gstinter = library('gstinter',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstinter, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstinterlace = library('gstinterlace',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstinterlace, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstivfparse = library('gstivfparse',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstivfparse, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -11,3 +11,4 @@ gstivtc = library('gstivtc',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstivtc, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -11,3 +11,4 @@ gstjp2kdecimator = library('gstjp2kdecimator',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstjp2kdecimator, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstjpegformat = library('gstjpegformat',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstjpegformat, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -14,3 +14,4 @@ gstrfbsrc = library('gstrfbsrc',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstrfbsrc, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -11,3 +11,4 @@ gstmidi = library('gstmidi',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmidi, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstmpedpsdemux = library('gstmpegpsdemux',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmpedpsdemux, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -14,3 +14,4 @@ gstmpegpsmux = library('gstmpegpsmux',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmpegpsmux, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -16,3 +16,4 @@ gstmpegtsdemux = library('gstmpegtsdemux',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmpegtsdemux, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -17,3 +17,4 @@ gstmpegtsmux = library('gstmpegtsmux',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmpegtsmux, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -26,3 +26,4 @@ gstmxf = library('gstmxf',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstmxf, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstnetsim = library('gstnetsim',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstnetsim, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstrtponvif = library('gstrtponvif',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstrtponvif, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstpcapparse = library('gstpcapparse',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstpcapparse, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -13,3 +13,4 @@ gstpnm = library('gstpnm',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstpnm, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstproxy = library('gstproxy',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstproxy, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -12,3 +12,4 @@ gstlegacyrawparse = library('gstlegacyrawparse',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstlegacyrawparse, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -11,3 +11,4 @@ gstremovesilence = library('gstremovesilence',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstremovesilence, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -13,3 +13,4 @@ gstsdpelem = library('gstsdpelem',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsdpelem, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -13,3 +13,4 @@ gstsegmentclip = library('gstsegmentclip',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsegmentclip, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -18,3 +18,4 @@ gstsiren = library('gstsiren',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsiren, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstsmooth = library('gstsmooth',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstsmooth, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gstspeed = library('gstspeed',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gstspeed, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
|
@ -10,3 +10,4 @@ gststereo = library('gststereo',
|
|||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
pkgconfig.generate(gststereo, install_dir : plugins_pkgconfig_install_dir)
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue