Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
183 stars 127 forks source link

ext/audio: Fix build issue when uniaudiodec is disabled #233

Closed philn closed 5 years ago

philn commented 5 years ago

The mp3encoder dependency relies on the fslcodec_libdirvar, which used to be set only if the libfslaudiocodec library is found. This patch fixes the following error:

Dependency libfslaudiocodec skipped: feature uniaudiodec disabled Message: Installed fslaudiocodec library not found, or user disabled uniaudiodec element compilation - uniaudio decoder will not be built
ext/audio/meson.build:21:0: ERROR: Unknown variable "fslcodec_libdirvar".