summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-21 19:50:54 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-21 19:50:54 +0000
commitdb4e77d0a5e33da13927d805f69c870082d26ee4 (patch)
tree78750a53966b98c851c3e94b80b75fcba1e59859 /libmpcodecs
parent91413c4747b34c08108facafcee031068af967d5 (diff)
downloadmpv-db4e77d0a5e33da13927d805f69c870082d26ee4.tar.bz2
mpv-db4e77d0a5e33da13927d805f69c870082d26ee4.tar.xz
encoding to mp2 with libtoolame
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13427 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libmpcodecs/Makefile b/libmpcodecs/Makefile
index 90db1a0f2c..7b4a69bb9a 100644
--- a/libmpcodecs/Makefile
+++ b/libmpcodecs/Makefile
@@ -39,6 +39,11 @@ ifeq ($(JPEG),yes)
VIDEO_SRCS += vd_ijpg.c
endif
+ifeq ($(TOOLAME),yes)
+AUDIO_SRCS += ae_toolame.c
+EXTRA_INC += $(TOOLAME_EXTRAFLAGS)
+endif
+
SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c
OBJS=$(SRCS:.c=.o)