Disable lavcresample compilation for the time being.
author |
cehoyos |
date |
Tue, 12 Mar 2013 21:36:40 +0000 |
parents |
caa0eddb3d61 |
children |
35f8c524864d |
files |
Makefile libaf/af.c |
diffstat |
2 files changed, 1 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/Makefile Tue Mar 12 21:35:39 2013 +0000
+++ b/Makefile Tue Mar 12 21:36:40 2013 +0000
@@ -71,7 +71,6 @@
SRCS_COMMON-$(FFMPEG) += av_helpers.c \
av_opts.c \
libaf/af_lavcac3enc.c \
- libaf/af_lavcresample.c \
libmpcodecs/ad_ffmpeg.c \
libmpcodecs/ad_spdif.c \
libmpcodecs/vd_ffmpeg.c \
--- a/libaf/af.c Tue Mar 12 21:35:39 2013 +0000
+++ b/libaf/af.c Tue Mar 12 21:36:40 2013 +0000
@@ -74,7 +74,7 @@
&af_info_extrastereo,
#ifdef CONFIG_FFMPEG
&af_info_lavcac3enc,
- &af_info_lavcresample,
+// &af_info_lavcresample,
#endif
&af_info_sweep,
&af_info_hrtf,