From a92a43b91fac43e7ad2323f17adeb8f750d35927 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sun, 26 Jul 2009 05:55:40 +0300 Subject: build: Readd support for code depending on FFmpeg internals Add configure option --ffmpeg-source-dir=PATH. If the user specifies this option then building code that depends on FFmpeg internals is enabled and the files files which use internal lavf headers will get them from this path. The FFmpeg libraries linked with must export needed internal symbols. --- libaf/af.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libaf/af.c') diff --git a/libaf/af.c b/libaf/af.c index 86b00a3e09..97c5bcfd5c 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -69,7 +69,7 @@ static af_info_t* filter_list[]={ #endif &af_info_volnorm, &af_info_extrastereo, -#ifdef CONFIG_LIBAVCODEC_A +#ifdef CONFIG_LIBAVCODEC_INTERNALS &af_info_lavcac3enc, #endif #ifdef CONFIG_LIBAVCODEC -- cgit v1.2.3