From 6f2294e8be02232a7b6edabe4df800590922066d Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 14 Apr 2006 22:46:38 +0000 Subject: [PATCH] wrap with USE_LAVC Originally committed to SVN as r330. --- core/audio_provider_lavc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/audio_provider_lavc.h b/core/audio_provider_lavc.h index ebe1e481a..a855b59a6 100644 --- a/core/audio_provider_lavc.h +++ b/core/audio_provider_lavc.h @@ -39,6 +39,8 @@ #ifndef AUDIO_PROVIDER_LAVC_H #define AUDIO_PROVIDER_LAVC_H +#ifdef USE_LAVC + #include "audio_provider.h" #include "lavc_file.h" @@ -62,6 +64,7 @@ public: virtual void GetAudio(void *buf, __int64 start, __int64 count); }; +#endif /* USE_LAVC */ #endif /* AUDIO_PROVIDER_LAVC_H */