diff options
author | John Stebbins <[email protected]> | 2018-06-01 13:56:14 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-04 10:56:49 -0700 |
commit | d8db092f5201592ff8be0031f69b8a24f552c99a (patch) | |
tree | bbc83f0e807786dad26bc57af74c60d9d1170d81 /make/include/main.defs | |
parent | 70f7a66cefacc15977ac18e413af7117980a4a29 (diff) |
LinGui: Add opus for flatpak builds
flatpak sdk doesn't include opus
Diffstat (limited to 'make/include/main.defs')
-rw-r--r-- | make/include/main.defs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/include/main.defs b/make/include/main.defs index edc80bd29..2cfa446dd 100644 --- a/make/include/main.defs +++ b/make/include/main.defs @@ -59,6 +59,7 @@ ifneq (,$(filter $(BUILD.system),darwin cygwin mingw)) endif ifeq (1,$(FEATURE.flatpak)) + MODULES += contrib/libopus MODULES += contrib/lame MODULES += contrib/jansson MODULES += contrib/x264 |