]> git.alsa-project.org Git - alsa-plugins.git/commit
Move rate-lavc to rate-lav subdirectory and update to use libavresample
authorJaroslav Kysela <perex@perex.cz>
Mon, 16 Apr 2018 14:24:29 +0000 (16:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 16 Apr 2018 14:37:11 +0000 (16:37 +0200)
commit24db7f59d76984e2901f2834a297735853cab776
treecdbf7367c45b9e625fb1d3f07f0c6e076bb52ea7
parentcc6bed233a3167d806834460befca2c6d655f0fb
Move rate-lavc to rate-lav subdirectory and update to use libavresample

- --disable-avcodec renamed to --disable-libav
- --avcodec-includedir renamed to --libav-includedir
- --avcodec-libdir renamed to --libav-libdir
- --disable-lavcrate renamed to --disable-lavrate

The .c changes are from Anton Khirnov. The rest is from Jaroslav Kysela.

From: Anton Khirnov
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
12 files changed:
Makefile.am
a52/Makefile.am
a52/pcm_a52.c
configure.ac
doc/Makefile.am
doc/lavrate.txt [moved from doc/lavcrate.txt with 76% similarity]
rate-lav/10-rate-lav.conf [moved from rate-lavc/10-rate-lavc.conf with 73% similarity]
rate-lav/Makefile.am [new file with mode: 0644]
rate-lav/gcd.h [moved from rate-lavc/gcd.h with 100% similarity]
rate-lav/rate_lavrate.c [new file with mode: 0644]
rate-lavc/Makefile.am [deleted file]
rate-lavc/rate_lavcrate.c [deleted file]