From a70bbf6c7a6896e3bc97177cab68b5cb96091868 Mon Sep 17 00:00:00 2001 From: waker Date: Thu, 10 Feb 2011 20:50:40 +0100 Subject: added ffmpeg fft support to supereq plugin --- plugins/supereq/ffmpeg_fft/publik.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 plugins/supereq/ffmpeg_fft/publik.h (limited to 'plugins/supereq/ffmpeg_fft/publik.h') diff --git a/plugins/supereq/ffmpeg_fft/publik.h b/plugins/supereq/ffmpeg_fft/publik.h new file mode 100644 index 00000000..bb044756 --- /dev/null +++ b/plugins/supereq/ffmpeg_fft/publik.h @@ -0,0 +1,6 @@ +#ifndef PUBLIK_H_ +#define PUBLIK_H_ + +#define PUBLIK __attribute__ ((visibility ("default"))) + +#endif /* PUBLIK_H_ */ -- cgit v1.2.3