Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d85dcc84 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "audio: Fix compile errors in FFV"

parents f774ff18 cf1d5c3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,14 +60,14 @@
#define AUDIO_PARAMETER_FFV_CHANNEL_INDEX "ffv_channel_index"

#if LINUX_ENABLED
#define ST_FFV_CONFIG_FILE_PATH "/etc/BF_1out.cfg"
#define FFV_CONFIG_FILE_PATH "/etc/BF_1out.cfg"
#ifdef __LP64__
#define FFV_LIB "/usr/lib64/libffv.so"
#else
#define FFV_LIB "/usr/lib/libffv.so"
#endif
#else
#define ST_FFV_CONFIG_FILE_PATH "/vendor/etc/BF_1out.cfg"
#define FFV_CONFIG_FILE_PATH "/vendor/etc/BF_1out.cfg"
#ifdef __LP64__
#define FFV_LIB "/vendor/lib64/libffv.so"
#else