]> git.sesse.net Git - vlc/blobdiff - Makefile.modules
A BIG kludge for the calculation of mux_rate, so that times displayed in
[vlc] / Makefile.modules
index a13b1f4ab532d900812b0717a424a35b8fe0362a..db54c5a2b457cf0902f10e63c354f9e4b7246b04 100644 (file)
 #
 CFLAGS := -I../../include -I../../extras $(CFLAGS)
 
-#
-# C compiler flags: plugin compilation
-#
-PCFLAGS += -fPIC
-
-#
-# C compiler flags: plugin linking
-#
-ifneq (,$(findstring darwin,$(SYS)))
-PLCFLAGS += -bundle -undefined suppress
-else
-ifeq ($(SYS),beos)
-PLCFLAGS += -nostart ../../lib/_APP_
-else
-PLCFLAGS += -shared
-endif
-endif
-
 # 
 # Standard dependencies
 #