summaryrefslogtreecommitdiffstats
path: root/audio/decode/ad.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decode/ad.c')
-rw-r--r--audio/decode/ad.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/decode/ad.c b/audio/decode/ad.c
index ac344636e6..f091914244 100644
--- a/audio/decode/ad.c
+++ b/audio/decode/ad.c
@@ -33,7 +33,6 @@
extern const ad_functions_t mpcodecs_ad_mpg123;
extern const ad_functions_t mpcodecs_ad_ffmpeg;
-extern const ad_functions_t mpcodecs_ad_pcm;
extern const ad_functions_t mpcodecs_ad_dvdpcm;
extern const ad_functions_t mpcodecs_ad_spdif;
@@ -43,7 +42,6 @@ const ad_functions_t * const mpcodecs_ad_drivers[] =
&mpcodecs_ad_mpg123,
#endif
&mpcodecs_ad_ffmpeg,
- &mpcodecs_ad_pcm,
&mpcodecs_ad_dvdpcm,
&mpcodecs_ad_spdif,
NULL