diff libmpcodecs/ae.c @ 32142:4614728cab25

build system: Merge all FFmpeg library checks into a single FFmpeg check. There is little point in assuming that some parts of FFmpeg might be available without the others. Plus, mixing and matching static and shared FFmpeg libraries was never supported.
author diego
date Mon, 13 Sep 2010 18:19:25 +0000
parents 20bc9bdd7aa1
children
line wrap: on
line diff
--- a/libmpcodecs/ae.c	Mon Sep 13 18:09:29 2010 +0000
+++ b/libmpcodecs/ae.c	Mon Sep 13 18:19:25 2010 +0000
@@ -58,7 +58,7 @@
 			ris = mpae_init_toolame(encoder);
 			break;
 #endif
-#ifdef CONFIG_LIBAVCODEC
+#ifdef CONFIG_FFMPEG
 		case ACODEC_LAVC:
 			ris = mpae_init_lavc(encoder);
 			break;