]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - makefile
remove DP_LINK_TO_JPEG from makefile, as this is default now
[xonotic/darkplaces.git] / makefile
index 8a5bda683833ec8bb6ce2f225ca5f9ba09f113ae..43b062be296e37f806d644c93878ca3a769f9ad2 100644 (file)
--- a/makefile
+++ b/makefile
@@ -278,14 +278,6 @@ ifdef DP_PRELOAD_DEPENDENCIES
 endif
 endif
 
-ifdef DP_LINK_TO_LIBJPEG
-       LDFLAGS_LIBJPEG?=-ljpeg
-       LDFLAGS_CL+=$(LDFLAGS_LIBJPEG)
-       LDFLAGS_SV+=$(LDFLAGS_LIBJPEG)
-       LDFLAGS_SDL+=$(LDFLAGS_LIBJPEG)
-       CFLAGS_PRELOAD+=$(CFLAGS_LIBJPEG) -DLINK_TO_LIBJPEG
-endif
-
 ##### GNU Make specific definitions #####
 
 DO_LD=$(CC) -o $@ $^ $(LDFLAGS)