Skip to content

Commit 0e19a3b

Browse files
committed
Linux: Dual interface meson with BUILD_SINGLE_BINARY
1 parent 47e2083 commit 0e19a3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

VapourSynth/lwlibav_source.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include <libswscale/swscale.h> /* Colorspace converter */
3232

3333
#include "../common/audio_output.h"
34-
#ifndef _MSC_VER
34+
#ifndef BUILD_SINGLE_BINARY
3535
/* Dummy definitions.
3636
* Audio resampler/buffer is NOT used at all in this filter. */
3737
typedef void AVAudioResampleContext;
@@ -65,7 +65,7 @@ uint64_t output_pcm_samples_from_packet(lw_audio_output_handler_t* aohp, AVCodec
6565
void lw_cleanup_audio_output_handler(lw_audio_output_handler_t* aohp)
6666
{
6767
}
68-
#endif
68+
#endif // BUILD_SINGLE_BINARY
6969

7070
#include "lsmashsource.h"
7171
#include "video_output.h"

0 commit comments

Comments
 (0)