diff libmpcodecs/ve.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 bc01ea7a6322
children af9ef007bec6
line wrap: on
line diff
--- a/libmpcodecs/ve.c	Mon Sep 13 18:09:29 2010 +0000
+++ b/libmpcodecs/ve.c	Mon Sep 13 18:19:25 2010 +0000
@@ -41,7 +41,7 @@
  * libraries and encoders requiring binary support. */
 
 static const vf_info_t * const encoder_list[] = {
-#ifdef CONFIG_LIBAVCODEC
+#ifdef CONFIG_FFMPEG
     &ve_info_lavc,
 #endif
 #ifdef CONFIG_WIN32DLL