aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_oss.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_oss.c')
-rw-r--r--channels/chan_oss.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/channels/chan_oss.c b/channels/chan_oss.c
index 8ee16dc33..09b4b43bb 100644
--- a/channels/chan_oss.c
+++ b/channels/chan_oss.c
@@ -32,6 +32,10 @@
* \ingroup channel_drivers
*/
+/*** MODULEINFO
+ <depend>osssound</depend>
+ ***/
+
#include <stdio.h>
#include <ctype.h> /* for isalnum */
#include <math.h> /* exp and log */
@@ -1532,3 +1536,5 @@ static const char *key(void)
}
STD_MOD(MOD_1, NULL, NULL, NULL);
+
+