From 5bb432dbbe51cb1f046fb6bdf62203605f1ca795 Mon Sep 17 00:00:00 2001 From: nicodvb Date: Sat, 7 May 2005 14:50:14 +0000 Subject: added twolame mp2 audio encoder git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15360 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3