diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/filter/af_ladspa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/filter/af_ladspa.c b/audio/filter/af_ladspa.c index 2b8066e9a7..881490a513 100644 --- a/audio/filter/af_ladspa.c +++ b/audio/filter/af_ladspa.c @@ -42,6 +42,8 @@ #include "af.h" +#define _(x) (x) + /* ------------------------------------------------------------------------- */ /* Filter specific data */ |