]> git.sesse.net Git - vlc/blobdiff - plugins/chroma/Makefile
* Removed unused code (intf_channels.c, keystrokes.h).
[vlc] / plugins / chroma / Makefile
index 315a145beff498479678188f09974be3eab7a73d..2c3c51192653e94141ae18efb8d831f2193f23cb 100644 (file)
@@ -26,7 +26,7 @@ include ../../Makefile.modules
 #
 
 ../yuv2rgb8.so: $(PLUGIN_YUV2RGB8)
-       $(CC) $(PCFLAGS) -o $@ $^ $(PLCFLAGS) 
+       $(CC) -o $@ $^ $(PLCFLAGS) 
 
 ../yuv2rgb8.a: $(BUILTIN_YUV2RGB8)
        ar r $@ $^