diff options
author | Thilo Schulz <arny@ats.s.bawue.de> | 2011-06-24 23:25:30 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-10 21:51:34 +0000 |
commit | c3e744cb77eedbf0e27514a01845491b68b6d887 (patch) | |
tree | fe14a6a61ccd78d1a509162e27e8b8470e83e679 | |
parent | e40b0da1b6c04d322bcf139dcceb1890b816e37c (diff) |
Get rid of redundancy
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -610,9 +610,6 @@ ifeq ($(PLATFORM),freebsd) ifeq ($(USE_CODEC_VORBIS),1) CLIENT_CFLAGS += -DUSE_CODEC_VORBIS - endif - - ifeq ($(USE_CODEC_VORBIS),1) CLIENT_LIBS += -lvorbisfile -lvorbis -logg endif |