Get rid of redundancy

This commit is contained in:
Thilo Schulz 2011-06-24 23:25:30 +00:00
parent eda3faccea
commit fe7b088de2
1 changed files with 0 additions and 3 deletions

View File

@ -621,9 +621,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