summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 909aef1907..370e1307d8 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -192,6 +192,10 @@ LIBAV_INC += -I../libavcodec
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