summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-07 14:50:14 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-07 14:50:14 +0000
commit5bb432dbbe51cb1f046fb6bdf62203605f1ca795 (patch)
tree23c0709acf68e47f650d8fd7205258b7445e2096 /Makefile
parent08e479c3c65fb364974621721c16253e409e31e5 (diff)
downloadmpv-5bb432dbbe51cb1f046fb6bdf62203605f1ca795.tar.bz2
mpv-5bb432dbbe51cb1f046fb6bdf62203605f1ca795.tar.xz
added twolame mp2 audio encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15360 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8086208d41..a5bc2b3b26 100644
--- a/Makefile
+++ b/Makefile
@@ -41,6 +41,10 @@ CFLAGS += $(TOOLAME_EXTRAFLAGS)
CODEC_LIBS += $(TOOLAME_LIB)
endif
+ifeq ($(TWOLAME),yes)
+CODEC_LIBS += $(TWOLAME_LIB)
+endif
+
ifeq ($(FAAC),yes)
CODEC_LIBS += $(FAAC_LIB)
endif