[MPlayer-cvslog] r35955 - in trunk: Makefile libaf/af.c
cehoyos
subversion at mplayerhq.hu
Tue Mar 12 22:36:40 CET 2013
Author: cehoyos
Date: Tue Mar 12 22:36:40 2013
New Revision: 35955
Log:
Disable lavcresample compilation for the time being.
Modified:
trunk/Makefile
trunk/libaf/af.c
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile Tue Mar 12 22:35:39 2013 (r35954)
+++ trunk/Makefile Tue Mar 12 22:36:40 2013 (r35955)
@@ -71,7 +71,6 @@ SRCS_COMMON-$(FASTMEMCPY) +=
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 \
Modified: trunk/libaf/af.c
==============================================================================
--- trunk/libaf/af.c Tue Mar 12 22:35:39 2013 (r35954)
+++ trunk/libaf/af.c Tue Mar 12 22:36:40 2013 (r35955)
@@ -74,7 +74,7 @@ static const af_info_t * const filter_li
&af_info_extrastereo,
#ifdef CONFIG_FFMPEG
&af_info_lavcac3enc,
- &af_info_lavcresample,
+// &af_info_lavcresample,
#endif
&af_info_sweep,
&af_info_hrtf,
More information about the MPlayer-cvslog
mailing list