summaryrefslogtreecommitdiff
path: root/backends/null
AgeCommit message (Collapse)AuthorFilesLines
2022-08-04backends: Add missing dependenciesorbea1-1/+3
When building the backends with slibtool they will fail with undefined references to libmatemixer.la. This is because they use -no-undefined which slibtool explicitly supports while GNU libtool will silently ignore it. Gentoo Bug: https://bugs.gentoo.org/785232
2020-03-28Remove warnings: ignoring #pragma clang diagnostic [-Wunknown-pragmas]rbuj1-3/+0
2019-11-01avoid redundant redeclarationsPablo Barciela1-4/+0
2019-10-09Use WARN_CFLAGS which are only set with --enable-compiler-warningsrbuj1-5/+10
It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary.
2015-12-10Replace leading spaces in Makefiles with tabsMichal Ratajsky1-9/+9
2014-08-29Include backend flags in backend info and add a flag indicating stored ↵Michal Ratajsky1-4/+6
controls support
2014-08-18Global updateMichal Ratajsky2-0/+4
2014-08-12Adapt Null module to API changesMichal Ratajsky2-72/+15
2014-07-18PulseAudio fixes and API updatesMichal Ratajsky1-4/+4
2014-06-26Minor fixesMichal Ratajsky1-2/+40
2014-06-20Pulse and API updates, fixesMichal Ratajsky2-11/+11
2014-06-13Weekly updateMichal Ratajsky3-40/+53
2014-06-07Weekly updateMichal Ratajsky3-27/+17
2014-05-24General additions and improvementsMichal Ratajsky2-6/+9
2014-05-24Initial commitMichal Ratajsky3-0/+173