From 3a2d5e68acb2ac0f8b09b896907a692b1c48c6b3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 21 Sep 2017 11:07:02 +0200 Subject: audio: move libswresample wrapper out of audio filter code Move it from af_lavrresample.c to a new aconverter.c file, which is independent from the filter chain code. It also doesn't use mp_audio, and thus has no GPL dependencies. Preparation for later commits. Not particularly well tested, so have fun. --- wscript_build.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 3c5c00dc64..0726bd5c9d 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -153,6 +153,7 @@ def build(ctx): sources = [ ## Audio ( "audio/audio.c" ), + ( "audio/aconverter.c" ), ( "audio/audio_buffer.c" ), ( "audio/chmap.c" ), ( "audio/chmap_sel.c" ), -- cgit v1.2.3