]> git.sesse.net Git - vlc/blobdiff - plugins/dsp/Makefile
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / dsp / Makefile
index 95dcac87342085a8f46fe1c7dd2fb6d5142c6890..45e7c42f2ff325c9b1e71a3553dc27d071ded72f 100644 (file)
@@ -23,7 +23,7 @@ include ../../Makefile.modules
 #
 
 ../dsp.so: $(PLUGIN_C)
-       $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) 
+       $(CC) -o $@ $^ $(PLCFLAGS) 
 
 ../dsp.a: $(BUILTIN_C)
        ar r $@ $^