diff libmpcodecs/Makefile @ 16251:ae5caba38b89

Fix MEncoder build with shared libavcodec. patch by Panagiotis Issaris <takis - at - lumumba - dot - uhasselt - dot - be>
author diego
date Wed, 17 Aug 2005 23:08:18 +0000
parents a9f7eff9e437
children b2379996cb88
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Wed Aug 17 22:56:44 2005 +0000
+++ b/libmpcodecs/Makefile	Wed Aug 17 23:08:18 2005 +0000
@@ -192,6 +192,10 @@
 ENCODER_SRCS += ae_lavc.c
 endif
 
+ifeq ($(CONFIG_LIBAVCODECSO),yes)
+ENCODER_SRCS += ae_lavc.c
+endif
+
 ifeq ($(MUSEPACK),yes)
 AUDIO_SRCS += ad_mpc.c
 endif