From cfb96e9ef563e4cf39350b5b8721f4b5b70585d2 Mon Sep 17 00:00:00 2001 From: Vitaly Novichkov Date: Sat, 16 Dec 2017 20:36:41 +0300 Subject: Added experimental VLC plugin Plugin is made for VLC 2.2.2 Weatherwax (pre-installed in Linux Mint 18.3) Existing issues: - No ability to change codec properties yet, this thing is WIP - By unknown reason, resulted sound has different (RANDOM) sample rate which is different from 44100 Hz --- utils/vlc_codec/autogen.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 utils/vlc_codec/autogen.sh (limited to 'utils/vlc_codec/autogen.sh') diff --git a/utils/vlc_codec/autogen.sh b/utils/vlc_codec/autogen.sh new file mode 100755 index 0000000..57eeb94 --- /dev/null +++ b/utils/vlc_codec/autogen.sh @@ -0,0 +1,15 @@ +#!/bin/sh +if [ -x "`which autoreconf 2>/dev/null`" ] ; then + exec autoreconf -ivf +fi + +LIBTOOLIZE=libtoolize +SYSNAME=`uname` +if [ "x$SYSNAME" = "xDarwin" ] ; then + LIBTOOLIZE=glibtoolize +fi +aclocal -I m4 && \ + autoheader && \ + $LIBTOOLIZE && \ + autoconf && \ + automake --add-missing --force-missing --copy -- cgit v1.2.3