mirror of https://github.com/odrling/Aegisub
parent
b312cef4c2
commit
6f2294e8be
|
@ -39,6 +39,8 @@
|
||||||
#ifndef AUDIO_PROVIDER_LAVC_H
|
#ifndef AUDIO_PROVIDER_LAVC_H
|
||||||
#define AUDIO_PROVIDER_LAVC_H
|
#define AUDIO_PROVIDER_LAVC_H
|
||||||
|
|
||||||
|
#ifdef USE_LAVC
|
||||||
|
|
||||||
#include "audio_provider.h"
|
#include "audio_provider.h"
|
||||||
#include "lavc_file.h"
|
#include "lavc_file.h"
|
||||||
|
|
||||||
|
@ -62,6 +64,7 @@ public:
|
||||||
virtual void GetAudio(void *buf, __int64 start, __int64 count);
|
virtual void GetAudio(void *buf, __int64 start, __int64 count);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif /* USE_LAVC */
|
||||||
|
|
||||||
#endif /* AUDIO_PROVIDER_LAVC_H */
|
#endif /* AUDIO_PROVIDER_LAVC_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue