summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 14:28:39 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-25 14:28:39 +0000
commit31f26e9a3fc86d0f3d527fdc6a0765d439c513af (patch)
treef07e2a531f32e45b0c1f86757ee0bcda10aaf9ca /Makefile
parent824796ca1137dc3799415a585bc56e8b15962327 (diff)
downloadmpv-31f26e9a3fc86d0f3d527fdc6a0765d439c513af.tar.bz2
mpv-31f26e9a3fc86d0f3d527fdc6a0765d439c513af.tar.xz
Disentangle toolame CFLAGS and LDFLAGS handling.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19531 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 94e87d5119..7ea0680c4d 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,6 @@ CODEC_LIBS = $(AV_LIB) \
$(SPEEX_LIB) \
ifeq ($(TOOLAME),yes)
-CFLAGS += $(TOOLAME_EXTRAFLAGS)
CODEC_LIBS += $(TOOLAME_LIB)
endif