comparison 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
comparison
equal deleted inserted replaced
32141:2802b8095bf7 32142:4614728cab25
39 /* Please do not add any new encoders here. If you want to implement a new 39 /* Please do not add any new encoders here. If you want to implement a new
40 * encoder, add it to libavcodec, except for wrappers around external 40 * encoder, add it to libavcodec, except for wrappers around external
41 * libraries and encoders requiring binary support. */ 41 * libraries and encoders requiring binary support. */
42 42
43 static const vf_info_t * const encoder_list[] = { 43 static const vf_info_t * const encoder_list[] = {
44 #ifdef CONFIG_LIBAVCODEC 44 #ifdef CONFIG_FFMPEG
45 &ve_info_lavc, 45 &ve_info_lavc,
46 #endif 46 #endif
47 #ifdef CONFIG_WIN32DLL 47 #ifdef CONFIG_WIN32DLL
48 &ve_info_vfw, 48 &ve_info_vfw,
49 #ifdef CONFIG_QTX_CODECS_WIN32 49 #ifdef CONFIG_QTX_CODECS_WIN32