diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-25 14:28:39 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-25 14:28:39 +0000 |
commit | 31f26e9a3fc86d0f3d527fdc6a0765d439c513af (patch) | |
tree | f07e2a531f32e45b0c1f86757ee0bcda10aaf9ca /Makefile | |
parent | 824796ca1137dc3799415a585bc56e8b15962327 (diff) | |
download | mpv-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -113,7 +113,6 @@ CODEC_LIBS = $(AV_LIB) \ $(SPEEX_LIB) \ ifeq ($(TOOLAME),yes) -CFLAGS += $(TOOLAME_EXTRAFLAGS) CODEC_LIBS += $(TOOLAME_LIB) endif |